[php-pear-phing/f21] update to 2.10.0

Remi Collet remi at fedoraproject.org
Fri Feb 13 12:21:47 UTC 2015


commit 4e65c84bf36b12e7334c0153fdbc7940f6d299b5
Author: Remi Collet <remi at fedoraproject.org>
Date:   Fri Feb 13 13:21:33 2015 +0100

    update to 2.10.0

 .gitignore          |   15 ++-------------
 php-pear-phing.spec |   17 +++++++++++------
 sources             |    2 +-
 3 files changed, 14 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6246af6..8ef622a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,13 +1,2 @@
-phing-2.4.1.tgz
-phing-2.4.2.tgz
-/phing-2.4.3.tgz
-/phing-2.4.4.tgz
-/phing-2.4.5.tgz
-/phing-2.4.6.tgz
-/phing-2.4.8.tgz
-/phing-2.4.9.tgz
-/phing-2.4.12.tgz
-/phing-2.4.14-strip.tgz
-/phing-2.5.0-strip.tgz
-/phing-2.6.1-strip.tgz
-/phing-2.8.2-strip.tgz
+clog
+/phing-2.10.0-strip.tgz
diff --git a/php-pear-phing.spec b/php-pear-phing.spec
index 9c1db9a..d93759b 100644
--- a/php-pear-phing.spec
+++ b/php-pear-phing.spec
@@ -1,6 +1,6 @@
 # spec file for php-pear-phing
 #
-# Copyright (c) 2013-2014 Remi Collet
+# Copyright (c) 2013-2015 Remi Collet
 # Copyright (c) 2010-2013 Christof Damian
 # Copyright (c) 2007-2010 Alexander Kahl
 #
@@ -16,7 +16,7 @@
 
 Summary:       A project build system based on Apache Ant
 Name:          php-pear-phing
-Version:       2.8.2
+Version:       2.10.0
 Release:       1%{?dist}
 
 License:       LGPLv2
@@ -43,17 +43,19 @@ 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.0
+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.4.13
+# pear.phing.info/phingdocs >= 2.9.0
 # VersionControl_SVN >= 0.4.0
 # VersionControl_Git >= 0.4.3
 # PEAR_PackageFileManager >= 1.5.2
@@ -117,6 +119,9 @@ fi
 
 
 %changelog
+* Fri Feb 13 2015 Remi Collet <remi at fedoraproject.org> - 2.10.0-1
+- Update to 2.10.0 (stable)
+
 * Fri Oct 10 2014 Remi Collet <remi at fedoraproject.org> - 2.8.2-1
 - Update to 2.8.2
 - cleanup and changes from remi repo
diff --git a/sources b/sources
index 5eb131b..5d39435 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b0fde33764b6ca38c4e6b2643f42b488  phing-2.8.2-strip.tgz
+822d7a9f000bb8f5ff6dda95f674fdfc  phing-2.10.0-strip.tgz


More information about the scm-commits mailing list