summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-29 07:02:03 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-29 07:02:03 +0100
commitf89a5ec9d4174062c93fb473800e1025caff7f20 (patch)
tree238ee7acee3b74a9d36b8a1a7c1eaf1b046267aa
parent9e6d1a1d487e552aaf192488ed4b73bdb7eb1a57 (diff)
php-phpunit-PHPUnit: 5.7.5
-rw-r--r--php-phpunit-PHPUnit.spec7
-rw-r--r--phpunit-rpm.patch8
2 files changed, 9 insertions, 6 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index 4f72bab..cf12e7a 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit af91da3f2671006ff5d0628023de3b7ac4d1ef09
+%global gh_commit 50fd2be8f3e23e91da825f36f08e5f9633076ffe
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -17,7 +17,7 @@
%global pear_name PHPUnit
%global pear_channel pear.phpunit.de
%global major 5.7
-%global minor 4
+%global minor 5
%global specrel 1
Name: php-phpunit-PHPUnit
@@ -237,6 +237,9 @@ fi
%changelog
+* Thu Dec 29 2016 Remi Collet <remi@fedoraproject.org> - 5.7.5-1
+- update to 5.7.5
+
* Wed Dec 14 2016 Remi Collet <remi@fedoraproject.org> - 5.7.4-1
- update to 5.7.4
diff --git a/phpunit-rpm.patch b/phpunit-rpm.patch
index 5f41e7e..efc2c79 100644
--- a/phpunit-rpm.patch
+++ b/phpunit-rpm.patch
@@ -1,7 +1,7 @@
diff -up ./phpunit.rpm ./phpunit
--- ./phpunit.rpm 2015-08-10 13:22:08.674131079 +0200
+++ ./phpunit 2015-08-10 13:23:53.882702518 +0200
-@@ -22,24 +22,21 @@ if (!ini_get('date.timezone')) {
+@@ -27,24 +27,21 @@ if (!ini_get('date.timezone')) {
ini_set('date.timezone', 'UTC');
}
@@ -24,9 +24,9 @@ diff -up ./phpunit.rpm ./phpunit
-
-if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
- fwrite(STDERR,
-- 'You need to set up the project dependencies using the following commands:' . PHP_EOL .
-- 'wget http://getcomposer.org/composer.phar' . PHP_EOL .
-- 'php composer.phar install' . PHP_EOL
+- 'You need to set up the project dependencies using Composer:' . PHP_EOL . PHP_EOL .
+- ' composer install' . PHP_EOL . PHP_EOL .
+- 'You can learn all about Composer on https://getcomposer.org/.' . PHP_EOL
- );
-
- die(1);