summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHP-CodeCoverage-dev.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-11 13:40:42 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-11 13:40:42 +0100
commitdfbd012fb5fbfe24b110c65d70a3be91d1e3f5d2 (patch)
tree66cd3682ed83fd7d3c6b5cbfcc976731474d8490 /php-phpunit-PHP-CodeCoverage-dev.spec
parent1cb595a5d6ecead0c3069acb16b0be86978c95d3 (diff)
php-phpunit-PHP-CodeCoverage: 3.1.0
Diffstat (limited to 'php-phpunit-PHP-CodeCoverage-dev.spec')
-rw-r--r--php-phpunit-PHP-CodeCoverage-dev.spec9
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