diff options
-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 |