diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-11 13:40:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-11 13:40:42 +0100 |
commit | dfbd012fb5fbfe24b110c65d70a3be91d1e3f5d2 (patch) | |
tree | 66cd3682ed83fd7d3c6b5cbfcc976731474d8490 | |
parent | 1cb595a5d6ecead0c3069acb16b0be86978c95d3 (diff) |
php-phpunit-PHP-CodeCoverage: 3.1.0
-rw-r--r-- | php-phpunit-PHP-CodeCoverage-dev.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHP-CodeCoverage-dev.spec b/php-phpunit-PHP-CodeCoverage-dev.spec index 57d2b6f..25b188a 100644 --- a/php-phpunit-PHP-CodeCoverage-dev.spec +++ b/php-phpunit-PHP-CodeCoverage-dev.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit f7bb5cddf4ffe113eeb737b05241adb947b43f9d +%global gh_commit 64d40a593fc31a8abf4ce3d200147ddf8ca64e52 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -16,8 +16,8 @@ %global php_home %{_datadir}/php %global pear_name PHP_CodeCoverage %global pear_channel pear.phpunit.de -%global major 3.0 -%global minor 2 +%global major 3.1 +%global minor 0 %global specrel 1 %if %{bootstrap} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} @@ -152,6 +152,9 @@ fi %changelog +* Mon Jan 11 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-1 +- Update to 3.1.0 + * Fri Nov 13 2015 Remi Collet <remi@fedoraproject.org> - 3.0.2-1 - Update to 3.0.2 - run test suite with both PHP 5 and 7 when available |