diff --git a/php-phpunit-File-Iterator.spec b/php-phpunit-File-Iterator.spec index 9ba1e46..2995843 100644 --- a/php-phpunit-File-Iterator.spec +++ b/php-phpunit-File-Iterator.spec @@ -10,7 +10,7 @@ Name: php-phpunit-File-Iterator Version: 1.3.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: FilterIterator implementation that filters files based on a list of suffixes Group: Development/Libraries @@ -22,11 +22,14 @@ BuildArch: noarch BuildRequires: php(language) >= 5.3.3 # From composer.json +# "php": ">=5.3.3" Requires: php(language) >= 5.3.3 # From phpcompatinfo report for 1.3.4 Requires: php-pcre Requires: php-spl +Provides: php-composer(phpunit/php-file-iterator) = %{version} + # For compatibility with PEAR mode Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -69,6 +72,9 @@ fi %changelog +* Wed Jun 25 2014 Remi Collet - 1.3.4-5 +- composer dependencies + * Sat Jun 07 2014 Fedora Release Engineering - 1.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild