[php-phpunit-PHPUnit/el6] update to 3.7.22

Remi Collet remi at fedoraproject.org
Mon Jul 8 07:54:05 UTC 2013


commit 9b83e5dff3e4ebe27f6698c78ffd3691e866bc66
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Jul 8 09:53:53 2013 +0200

    update to 3.7.22

 .gitignore               |    3 +++
 php-phpunit-PHPUnit.spec |   13 +++++++++----
 sources                  |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9265f62..17433a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,6 @@ package*.xml
 /PHPUnit-3.7.14.tgz
 /PHPUnit-3.7.18.tgz
 /PHPUnit-3.7.19.tgz
+/PHPUnit-3.7.20.tgz
+/PHPUnit-3.7.21.tgz
+/PHPUnit-3.7.22.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 6ef1d99..492d907 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -4,7 +4,7 @@
 %global pear_channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit
-Version:        3.7.19
+Version:        3.7.22
 Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
@@ -33,13 +33,14 @@ Requires(postun): %{__pear}
 Requires:       php-pear(%{pear_channel}/File_Iterator) >= 1.3.0
 Requires:       php-pear(%{pear_channel}/Text_Template) >= 1.1.1
 Requires:       php-pear(%{pear_channel}/PHP_CodeCoverage) >= 1.2.1
-Requires:       php-pear(%{pear_channel}/PHP_CodeCoverage) <= 1.2.99
+Requires:       php-pear(%{pear_channel}/PHP_CodeCoverage) <  1.3
 Requires:       php-pear(%{pear_channel}/PHP_Timer) >= 1.0.2
+Requires:       php-pear(%{pear_channel}/PHP_Timer) <  1.1
 Requires:       php-pear(pear.symfony.com/Yaml) >= 2.0.0
-Requires:       php-pear(pear.symfony.com/Yaml) <= 2.2.99
+Requires:       php-pear(pear.symfony.com/Yaml) <  3
 # PHPUnit Extensions (yes, with circular dependency on PHPUnit)
 Requires:       php-pear(%{pear_channel}/PHPUnit_MockObject) >= 1.2.0
-Requires:       php-pear(%{pear_channel}/PHPUnit_MockObject) <= 1.2.99
+Requires:       php-pear(%{pear_channel}/PHPUnit_MockObject) <  1.3
 
 # Optionnal dependencies
 Requires:       php-json
@@ -47,6 +48,7 @@ Requires:       php-pdo
 Requires:       php-mbstring
 Requires:       php-pecl(Xdebug) >= 2.0.5
 Requires:       php-pear(%{pear_channel}/PHP_Invoker) >= 1.1.0
+Requires:       php-pear(%{pear_channel}/PHP_Invoker) <  1.2
 
 Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version}
 Obsoletes:      php-pear-PHPUnit < %{version}
@@ -112,6 +114,9 @@ fi
 
 
 %changelog
+* Mon Jul 08 2013 Remi Collet <remi at fedoraproject.org> - 3.7.22-1
+- Update to 3.7.22
+
 * Mon Mar 25 2013 Remi Collet <remi at fedoraproject.org> - 3.7.19-1
 - Update to 3.7.19
 - requires pear.symfony.com/Yaml >= 2.0.0, <= 2.2.99
diff --git a/sources b/sources
index d1658f7..4b71f70 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4479f18a799acc54bc9eb9967cc937c  PHPUnit-3.7.19.tgz
+06c695a92f442ecd76fa290f308ced0d  PHPUnit-3.7.22.tgz


More information about the scm-commits mailing list