[php-phpunit-PHPUnit] update to 3.6.10

Remi Collet remi at fedoraproject.org
Fri Jan 27 18:00:09 UTC 2012


commit e9986a7e8cc9d417350d0ed7c3d7291bf50b434a
Author: remi <fedora at famillecollet.com>
Date:   Fri Jan 27 18:59:38 2012 +0100

    update to 3.6.10

 .gitignore               |    1 +
 php-phpunit-PHPUnit.spec |    8 ++++++--
 sources                  |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3cd4f7d..e830014 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ package*.xml
 /PHPUnit-3.6.7.tgz
 /PHPUnit-3.6.8.tgz
 /PHPUnit-3.6.9.tgz
+/PHPUnit-3.6.10.tgz
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 67f53ec..f82c902 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -3,7 +3,7 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-PHPUnit
-Version:        3.6.9
+Version:        3.6.10
 Release:        1%{?dist}
 Summary:        The PHP Unit Testing framework
 
@@ -33,7 +33,7 @@ Requires:       php-pear(%{channel}/PHPUnit_MockObject) >= 1.1.0
 # Optionnal dependencies
 Requires:       php-json php-pdo php-mbstring
 Requires:       php-pecl(Xdebug) >= 2.0.5
-Requires:       php-pear(%{channel}/PHP_Invoker) >= 1.0.0
+Requires:       php-pear(%{channel}/PHP_Invoker) >= 1.1.0
 
 Provides:       php-pear(%{channel}/%{pear_name}) = %{version}
 Obsoletes:      php-pear-PHPUnit < %{version}
@@ -105,6 +105,10 @@ fi
 
 
 %changelog
+* Fri Jan 27 2012 Remi Collet <remi at fedoraproject.org> - 3.6.10-1
+- Version 3.6.10 (stable) - API 3.6.0 (stable)
+- raise PHP_Invokers >= 1.1.0
+
 * Tue Jan 24 2012 Remi Collet <remi at fedoraproject.org> - 3.6.9-1
 - Version 3.6.9 (stable) - API 3.6.0 (stable)
 
diff --git a/sources b/sources
index eb27a5f..58da37a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aeb8ff2409cf120b1520a6f02fc40b95  PHPUnit-3.6.9.tgz
+5dbf82aad0bc782024a436437e057da5  PHPUnit-3.6.10.tgz


More information about the scm-commits mailing list