From f50f8efffe38410f661bb1a416b5c40de77f77eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jun 2018 14:12:28 +0200 Subject: v6.0.7 --- php-phpunit-php-code-coverage6.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-phpunit-php-code-coverage6.spec b/php-phpunit-php-code-coverage6.spec index 263583a..580f922 100644 --- a/php-phpunit-php-code-coverage6.spec +++ b/php-phpunit-php-code-coverage6.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 1661926cfa5be825d4f96f89dfac46dc4a19afa8 +%global gh_commit 865662550c384bc1db7e51d29aeda1c2c161d69a #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 0 -%global ver_patch 6 +%global ver_patch 7 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -72,7 +72,8 @@ BuildRequires: php-theseer-tokenizer >= 1.1 %endif # From composer.json, "require-dev": { # "phpunit/phpunit": "^7.0" -BuildRequires: phpunit7 +# 7.2 because of tests +BuildRequires: phpunit7 >= 7.2 BuildRequires: php-pecl-xdebug >= 2.6.0 %endif @@ -220,6 +221,9 @@ exit $ret %changelog +* Fri Jun 1 2018 Remi Collet - 6.0.7-1 +- update to 6.0.7 + * Fri Jun 1 2018 Remi Collet - 6.0.6-1 - update to 6.0.6 - raise dependency on phpunit/php-file-iterator 2.0 -- cgit