diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-02-13 10:58:03 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-02-13 10:58:03 +0100 |
commit | 0c46c411f065392274861e06b77320fab8c93af8 (patch) | |
tree | 771c6abab5f781ca37957d895b604d0b158410fa /php-pear-phing.spec | |
parent | 9e0a3c101f8faa7e8df29756a28a21c4927b8dcf (diff) |
php-pear-phing: 2.10.0
Diffstat (limited to 'php-pear-phing.spec')
-rw-r--r-- | php-pear-phing.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-pear-phing.spec b/php-pear-phing.spec index fad15d3..6a1caf6 100644 --- a/php-pear-phing.spec +++ b/php-pear-phing.spec @@ -15,7 +15,7 @@ Summary: A project build system based on Apache Ant Name: php-pear-phing -Version: 2.9.1 +Version: 2.10.0 Release: 1%{?dist} License: LGPLv2 @@ -43,15 +43,17 @@ Requires: php(language) >= 5.2.0 Requires: php-pear(PEAR) >= 1.8.0 Requires: php-channel(%{pear_channel}) # From package.xml, Optional -Requires: php-pear(pear.phpunit.de/PHPUnit) >= 3.6.0 Requires: php-pear(pear.phpunit.de/PHP_CodeCoverage) >= 1.1.0 -Requires: php-pear(pear.phpunit.de/phpcpd) >= 1.3.3 Requires: php-pear(pear.phpunit.de/phploc) >= 1.6.4 Requires: php-pear(Archive_Tar) >= 1.3.8 Requires: php-pear(HTTP_Request2) >= 2.1.1 Requires: php-pear(PHP_CodeSniffer) >= 1.5.0 Requires: php-pear(pear.pdepend.org/PHP_Depend) >= 0.10.0 Requires: php-pear(pear.phpmd.org/PHP_PMD) >= 1.1.0 +# Removed from package.xml as no more available in pear +Requires: php-phpunit-PHPUnit +Requires: php-phpunit-phpcpd + # TODO # pear.phing.info/phingdocs >= 2.9.0 # VersionControl_SVN >= 0.4.0 @@ -118,6 +120,9 @@ fi %changelog +* Fri Feb 13 2015 Remi Collet <remi@fedoraproject.org> - 2.10.0-1 +- Update to 2.10.0 + * Wed Dec 03 2014 Remi Collet <remi@fedoraproject.org> - 2.9.1-1 - Update to 2.9.1 |