[php-phpunit-PHPUnit] update to 3.7.11

Remi Collet remi at fedoraproject.org
Wed Jan 9 17:42:49 UTC 2013


commit 2afbda1a5a8356da7d3442df79d3edce6ea547c8
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Jan 9 18:42:40 2013 +0100

    update to 3.7.11

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |    6 +++++-
 sources                  |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 86a95b2..642838d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ package*.xml
 /PHPUnit-3.7.8.tgz
 /PHPUnit-3.7.9.tgz
 /PHPUnit-3.7.10.tgz
+/PHPUnit-3.7.11.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 991e3f8..8d93544 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.10
+Version:        3.7.11
 Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
@@ -35,6 +35,7 @@ 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_Timer) >= 1.0.2
 Requires:       php-pear(pear.symfony.com/Yaml) >= 2.1.0
+Conflicts:      php-pear(pear.symfony.com/Yaml) >= 2.1.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
@@ -110,6 +111,9 @@ fi
 
 
 %changelog
+* Wed Jan  9 2013 Remi Collet <remi at fedoraproject.org> - 3.7.11-1
+- Version 3.7.11 (stable) - API 3.7.0 (stable)
+
 * Sun Dec  2 2012 Remi Collet <remi at fedoraproject.org> - 3.7.10-1
 - Version 3.7.10 (stable) - API 3.7.0 (stable)
 
diff --git a/sources b/sources
index 7e2e402..fddc195 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d51d854c82fb7621578d6ed2f08d92c6  PHPUnit-3.7.10.tgz
+7774a2ace88002668b8165808b72ffa2  PHPUnit-3.7.11.tgz


More information about the scm-commits mailing list