From f89a5ec9d4174062c93fb473800e1025caff7f20 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Dec 2016 07:02:03 +0100 Subject: php-phpunit-PHPUnit: 5.7.5 --- php-phpunit-PHPUnit.spec | 7 +++++-- phpunit-rpm.patch | 8 ++++---- 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 - 5.7.5-1 +- update to 5.7.5 + * Wed Dec 14 2016 Remi Collet - 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); -- cgit