diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-10 14:17:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-10 14:17:09 +0100 |
commit | 3fadf187c53735b320fb5adf6f1af4adfe5f0af0 (patch) | |
tree | e143160d7021faa925f40a04b7311a4fda3a9eb1 | |
parent | ffbe68776d35aa3f1b8d6f1cf004d9a6c260cc26 (diff) |
php-phpunit-PHPUnit: 4.8.20
-rw-r--r-- | php-phpunit-PHPUnit.spec | 9 |
1 files 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 <remi@fedoraproject.org> - 4.8.20-1 +- Update to 4.8.20 + * Mon Nov 30 2015 Remi Collet <remi@fedoraproject.org> - 4.8.19-1 - Update to 4.8.19 |