From aa1af674e73609a1694d7fa460112f3524140037 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Nov 2016 18:32:03 +0100 Subject: php-phpunit-PHP-CodeCoverage: 4.0.3 --- 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 1fb2c09..7195c29 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 6cba06ff75a1a63a71033e1a01b89056f3af1e8d +%global gh_commit 903fd6318d0a90b4770a009ff73e4a4e9c437929 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,8 +17,8 @@ %global pear_name PHP_CodeCoverage %global pear_channel pear.phpunit.de %global major 4.0 -%global minor 2 -%global specrel 2 +%global minor 3 +%global specrel 1 %if %{bootstrap} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} %else @@ -188,6 +188,9 @@ fi %changelog +* Mon Nov 28 2016 Remi Collet - 4.0.3-1 +- Update to 4.0.3 + * Wed Nov 23 2016 Remi Collet - 4.0.2-2 - set serialize_precision=14 for the test suite to fix FTBFS with PHP 7.1 -- cgit