summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-26 08:48:39 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-26 08:48:39 +0200
commit474bd6e0d5f87256b2079419f0b7d76df7622775 (patch)
tree96f4b494b9d03f5894e70a8bf1ae89cde211ff4b
parent4f961dc4594e13c0fc717c3f800847f908f16c4a (diff)
php-phpunit-PHPUnit: 4.1.1
-rw-r--r--PHPUnit-msg.patch20
-rw-r--r--php-phpunit-PHPUnit.spec9
2 files changed, 6 insertions, 23 deletions
diff --git a/PHPUnit-msg.patch b/PHPUnit-msg.patch
deleted file mode 100644
index af319ae..0000000
--- a/PHPUnit-msg.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -up PHPUnit-3.7.35/PHPUnit/TextUI/TestRunner.php.old PHPUnit-3.7.35/PHPUnit/TextUI/TestRunner.php
---- PHPUnit-3.7.35/PHPUnit/TextUI/TestRunner.php.old 2014-04-22 17:24:35.000000000 +0200
-+++ PHPUnit-3.7.35/PHPUnit/TextUI/TestRunner.php 2014-04-22 17:25:46.000000000 +0200
-@@ -488,16 +488,6 @@ class PHPUnit_TextUI_TestRunner extends
- if (!self::$versionStringPrinted) {
- self::write(PHPUnit_Runner_Version::getVersionString() . "\n\n");
-
-- if (strpos('3.7.35', '@version') !== 0) {
-- self::write(
-- "You have installed PHPUnit via PEAR. This installation method is no longer\n" .
-- "supported and http://pear.phpunit.de/ will be shut down no later than\n" .
-- "December, 31 2014.\n\n" .
-- "Please read http://phpunit.de/manual/current/en/installation.html and\n" .
-- "learn how to use PHPUnit from a PHAR or install it via Composer.\n\n"
-- );
-- }
--
- self::$versionStringPrinted = TRUE;
- }
- }
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index e609d45..e6dc84e 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit efb1b1334605594417a3bd466477772d06d460a8
+%global gh_commit 1d6b554732382879045e11c56decd4be76130720
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -17,8 +17,8 @@
%global pear_channel pear.phpunit.de
Name: php-phpunit-PHPUnit
-Version: 4.1.0
-Release: 2%{?dist}
+Version: 4.1.1
+Release: 1%{?dist}
Summary: The PHP Unit Testing framework
Group: Development/Libraries
@@ -154,6 +154,9 @@ fi
%changelog
+* Mon May 26 2014 Remi Collet <remi@fedoraproject.org> - 4.1.1-1
+- Update to 4.1.1
+
* Tue May 6 2014 Remi Collet <remi@fedoraproject.org> - 4.1.0-2
- fix some autoload issues