diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-06-25 19:52:46 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-06-25 19:52:46 +0200 |
commit | ae7f04e62b76367a39aa3cfb4048a21e578e7da1 (patch) | |
tree | 80f20b50ec07e32d62c47af17eaae07e6b6640c9 | |
parent | 5627ef21dc9738281fac89a3dcad07b6f56701cc (diff) |
php-phpunit-git: composer dep.
-rw-r--r-- | php-phpunit-git.spec | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/php-phpunit-git.spec b/php-phpunit-git.spec index babdb80..73d7e71 100644 --- a/php-phpunit-git.spec +++ b/php-phpunit-git.spec @@ -17,7 +17,7 @@ Name: php-phpunit-git Version: 1.2.0 -Release: 5%{?dist} +Release: 7%{?dist} Summary: Simple wrapper for Git Group: Development/Libraries @@ -31,10 +31,13 @@ BuildRequires: php(language) >= 5.3.3 Requires: git # From composer.json +# "php": ">=5.3.3" Requires: php(language) >= 5.3.3 # From phpcompatinfo report for 1.2.0 Requires: php-spl +Provides: php-composer(sebastian/git) = %{version} + # For compatibility with pear mode Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} # Package have be renamed @@ -83,6 +86,9 @@ fi %changelog +* Wed Jun 25 2014 Remi Collet <remi@fedoraproject.org> - 1.2.0-7 +- composer dependencies + * Wed Apr 30 2014 Remi Collet <remi@fedoraproject.org> - 1.2.0-5 - sources from github - cleanup pear registry |