summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-01 14:12:28 +0200
committerRemi Collet <remi@remirepo.net>2018-06-01 14:12:28 +0200
commitf50f8efffe38410f661bb1a416b5c40de77f77eb (patch)
treee98b18089e68cf567f73dd15eafc73cd7a04de33
parent6868d8e77e8b7584f255ca3611fb3e00aa73f6e0 (diff)
v6.0.7
-rw-r--r--php-phpunit-php-code-coverage6.spec10
1 files 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 <remi@remirepo.net> - 6.0.7-1
+- update to 6.0.7
+
* Fri Jun 1 2018 Remi Collet <remi@remirepo.net> - 6.0.6-1
- update to 6.0.6
- raise dependency on phpunit/php-file-iterator 2.0