[php-phpunit-PHPUnit] update to 3.7.19

Remi Collet remi at fedoraproject.org
Mon Mar 25 18:00:51 UTC 2013


commit cdb05eca0c19eb9d4baf13c293ac8f0de810924c
Author: Remi Collet <remi at fedoraproject.org>
Date:   Mon Mar 25 19:00:43 2013 +0100

    update to 3.7.19

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |   13 +++++++++----
 sources                  |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f609d0c..9265f62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ package*.xml
 /PHPUnit-3.7.13.tgz
 /PHPUnit-3.7.14.tgz
 /PHPUnit-3.7.18.tgz
+/PHPUnit-3.7.19.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 8161006..10e4ac2 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.18
+Version:        3.7.19
 Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
@@ -33,12 +33,13 @@ 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
-Conflicts:      php-pear(%{pear_channel}/PHP_CodeCoverage) >  1.2.99
+Requires:       php-pear(%{pear_channel}/PHP_CodeCoverage) <= 1.2.99
 Requires:       php-pear(%{pear_channel}/PHP_Timer) >= 1.0.2
-Requires:       php-pear(pear.symfony.com/Yaml) >= 2.2.0
+Requires:       php-pear(pear.symfony.com/Yaml) >= 2.0.0
+Requires:       php-pear(pear.symfony.com/Yaml) <= 2.2.99
 # PHPUnit Extensions (yes, with circular dependency on PHPUnit)
 Requires:       php-pear(%{pear_channel}/PHPUnit_MockObject) >= 1.2.0
-Conflicts:      php-pear(%{pear_channel}/PHPUnit_MockObject) >  1.2.99
+Requires:       php-pear(%{pear_channel}/PHPUnit_MockObject) <= 1.2.99
 
 # Optionnal dependencies
 Requires:       php-json
@@ -111,6 +112,10 @@ fi
 
 
 %changelog
+* 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
+
 * Sat Mar 23 2013 Remi Collet <remi at fedoraproject.org> - 3.7.18-1
 - Update to 3.7.18
 - Raise dependency on pear.symfony.com/Yaml >= 2.2.0
diff --git a/sources b/sources
index 97f8eaa..d1658f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4db80bd224383cd8ddae35551282245  PHPUnit-3.7.18.tgz
+b4479f18a799acc54bc9eb9967cc937c  PHPUnit-3.7.19.tgz


More information about the scm-commits mailing list