From 3fadf187c53735b320fb5adf6f1af4adfe5f0af0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Dec 2015 14:17:09 +0100 Subject: php-phpunit-PHPUnit: 4.8.20 --- php-phpunit-PHPUnit.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index f4c8c5d..b4b8d34 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b2caaf8947aba5e002d42126723e9d69795f32b4 +%global gh_commit 7438c43bc2bbb2febe1723eb595b1c49283a26ad %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -16,7 +16,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 4.8 -%global minor 19 +%global minor 20 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -58,7 +58,7 @@ BuildRequires: php-composer(symfony/class-loader) >= 2.0 BuildRequires: php-composer(phpunit/php-invoker) >= 1.1.0 # From composer.json -# "php": ">=5.3.3", +# "php": "~5.3.3|~5.4|~5.5|~5.6", # "phpunit/php-file-iterator": "~1.4", # "phpunit/php-text-template": "~1.2", # "phpunit/php-code-coverage": "~2.1", @@ -206,6 +206,9 @@ fi %changelog +* Thu Dec 10 2015 Remi Collet - 4.8.20-1 +- Update to 4.8.20 + * Mon Nov 30 2015 Remi Collet - 4.8.19-1 - Update to 4.8.19 -- cgit