From 0c46c411f065392274861e06b77320fab8c93af8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Feb 2015 10:58:03 +0100 Subject: php-pear-phing: 2.10.0 --- php-pear-phing.spec | 11 ++++++++--- 1 file 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 - 2.10.0-1 +- Update to 2.10.0 + * Wed Dec 03 2014 Remi Collet - 2.9.1-1 - Update to 2.9.1 -- cgit