[php-phpunit-PHPUnit/el6/master] update to 3.5.4

Remi Collet remi at fedoraproject.org
Thu Nov 18 19:49:20 UTC 2010


commit 0a2043723701b33b2d0ae7437b6705f435cb5e27
Author: remi <fedora at famillecollet.com>
Date:   Thu Nov 18 20:49:15 2010 +0100

    update to 3.5.4

 .gitignore               |    1 +
 README.markdown          |    8 ++++++++
 php-phpunit-PHPUnit.spec |   11 +++++++----
 sources                  |    2 +-
 4 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef4931a..1692822 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 PHPUnit-3.4.15.tgz
 /PHPUnit-3.5.3.tgz
 package.xml
+/PHPUnit-3.5.4.tgz
diff --git a/README.markdown b/README.markdown
index df79671..54e3d5e 100644
--- a/README.markdown
+++ b/README.markdown
@@ -3,6 +3,14 @@ PHPUnit 3.5
 
 This is the list of changes for the PHPUnit 3.5 release series.
 
+PHPUnit 3.5.4
+-------------
+
+* Added a ticket listener that interacts with the Trac issue API.
+* Added support for `E_USER_NOTICE` and `E_USER_WARNING` to `PHPUnit_Framework_Error_Notice` and `PHPUnit_Framework_Error_Warning`, respectively.
+* Refactored test dependency handling (required for a bugfix in `PHPUnit_Selenium`).
+* Fixed `--stop-on-failure`.
+
 PHPUnit 3.5.3
 -------------
 
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 52784ea..f9c6544 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.5.3
+Version:        3.5.4
 Release:        1%{?dist}
 Summary:        Regression testing framework for unit tests
 
@@ -26,12 +26,12 @@ Requires(postun): %{__pear}
 Requires:       php-pear(pear.symfony-project.com/YAML) >= 1.0.2
 Requires:       php-pear(%{channel}/File_Iterator) >= 1.2.3
 Requires:       php-pear(%{channel}/Text_Template) >= 1.0.0
-Requires:       php-pear(%{channel}/PHP_CodeCoverage) >= 1.0.0
+Requires:       php-pear(%{channel}/PHP_CodeCoverage) >= 1.0.2
 Requires:       php-pear(%{channel}/PHP_Timer) >= 1.0.0
 Requires:       php-pear(pear.symfony-project.com/YAML) >= 1.0.2
 # PHPUnit Extensions (yes, with circular dependency on PHPUnit)
-Requires:       php-pear(%{channel}/PHPUnit_MockObject) >= 1.0.0
-Requires:       php-pear(%{channel}/PHPUnit_Selenium) >= 1.0.0
+Requires:       php-pear(%{channel}/PHPUnit_MockObject) >= 1.0.2
+Requires:       php-pear(%{channel}/PHPUnit_Selenium) >= 1.0.1
 Requires:       php-pear(%{channel}/DbUnit) >= 1.0.0
 
 # Optionnal dependencies
@@ -122,6 +122,9 @@ fi
 
 
 %changelog
+* Wed Nov 17 2010 Remi Collet <Fedora at famillecollet.com> - 3.5.4-1
+- Version 3.5.4 (stable) - API 3.5.4 (stable)
+
 * Wed Oct 27 2010 Remi Collet <Fedora at famillecollet.com> - 3.5.3-1
 - Update to 3.5.3
 - new requires and new packages for extensions of PHPUnit
diff --git a/sources b/sources
index f984551..b5cc706 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-452084b87b142f4736457ae22a53a105  PHPUnit-3.5.3.tgz
+f6ea018e6445ccb32c455c38f59db2d6  PHPUnit-3.5.4.tgz


More information about the scm-commits mailing list