From dfbd012fb5fbfe24b110c65d70a3be91d1e3f5d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Jan 2016 13:40:42 +0100 Subject: php-phpunit-PHP-CodeCoverage: 3.1.0 --- php-phpunit-PHP-CodeCoverage-dev.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-PHP-CodeCoverage-dev.spec') 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 - 3.1.0-1 +- Update to 3.1.0 + * Fri Nov 13 2015 Remi Collet - 3.0.2-1 - Update to 3.0.2 - run test suite with both PHP 5 and 7 when available -- cgit