diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-25 19:55:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-25 19:55:07 +0200 |
commit | b94d108734586d82903931a1dac95307e2cadb3e (patch) | |
tree | 7a8d326a6fc97cd0e9286832d3d210d87b0cd084 | |
parent | a175c42cf2e6a6c6fa83416cc7a677c6614ea38d (diff) |
php-phpunit-Version: composer dep.
-rw-r--r-- | php-phpunit-Version.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-phpunit-Version.spec b/php-phpunit-Version.spec index f6d574a..24953e2 100644 --- a/php-phpunit-Version.spec +++ b/php-phpunit-Version.spec @@ -17,7 +17,7 @@ Name: php-phpunit-Version Version: 1.0.3 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Managing the version number of Git-hosted PHP projects Group: Development/Libraries @@ -36,6 +36,8 @@ Requires: php(language) >= 5.3.3 Requires: php-spl Requires: git +Provides: php-composer(sebastian/version) = %{version} + # For compatibility, to drop when no more required # Currently used by phpcpd and phploc Provides: php-pear(%{pear_channel}/Version) = %{version} @@ -91,6 +93,9 @@ fi %changelog +* Wed Jun 25 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-3 +- composer dependencies + * Sat Mar 8 2014 Remi Collet <remi@fedoraproject.org> - 1.0.3-1 - Update to 1.0.3 - move from pear channel to github sources because of |