From ae7f04e62b76367a39aa3cfb4048a21e578e7da1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Jun 2014 19:52:46 +0200 Subject: php-phpunit-git: composer dep. --- php-phpunit-git.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-phpunit-git.spec') 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 - 1.2.0-7 +- composer dependencies + * Wed Apr 30 2014 Remi Collet - 1.2.0-5 - sources from github - cleanup pear registry -- cgit