[php-phpunit-PHPUnit] update to 3.7.20

Remi Collet remi at fedoraproject.org
Mon May 13 12:22:45 UTC 2013


commit ad0d6146b26c40ec54340158a58b876d0dd8fdc0
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon May 13 14:22:26 2013 +0200

    update to 3.7.20

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   15 ++++++++++-----
 sources                  |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9265f62..888379d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ package*.xml
 /PHPUnit-3.7.14.tgz
 /PHPUnit-3.7.18.tgz
 /PHPUnit-3.7.19.tgz
+/PHPUnit-3.7.20.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 10e4ac2..ba6bb21 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.20
 Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
@@ -32,14 +32,15 @@ Requires(post): %{__pear}
 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.2.10
+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 May 13 2013 Remi Collet <remi at fedoraproject.org> - 3.7.20-1
+- Update to 3.7.20
+
 * 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..a7ab507 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4479f18a799acc54bc9eb9967cc937c  PHPUnit-3.7.19.tgz
+8ea72a219792b5385abe64a7d16e2045  PHPUnit-3.7.20.tgz


More information about the scm-commits mailing list