From eb8438e05d9bde021d077ef9274a3b117632bc14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Jul 2021 14:54:15 +0200 Subject: update to 7.0.15 (no change) --- composer.json | 2 +- php-phpunit-php-code-coverage7.spec | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 99dcc23..ed6e813 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "ext-dom": "*", "ext-xmlwriter": "*", "phpunit/php-file-iterator": "^2.0.2", - "phpunit/php-token-stream": "^3.1.1 || ^4.0", + "phpunit/php-token-stream": "^3.1.3 || ^4.0", "phpunit/php-text-template": "^1.2.1", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^4.2.2", diff --git a/php-phpunit-php-code-coverage7.spec b/php-phpunit-php-code-coverage7.spec index a57960c..dff7435 100644 --- a/php-phpunit-php-code-coverage7.spec +++ b/php-phpunit-php-code-coverage7.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit bb7c9a210c72e4709cdde67f8b7362f672f2225c +%global gh_commit 819f92bba8b001d4363065928088de22f25a3a48 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -29,7 +29,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 7.0.14 +Version: 7.0.15 Release: 1%{?dist} Summary: PHP code coverage information @@ -76,7 +76,7 @@ BuildRequires: php-xdebug >= 2.6.1 # "ext-dom": "*", # "ext-xmlwriter": "*", # "phpunit/php-file-iterator": "^2.0.2", -# "phpunit/php-token-stream": "^3.1.1 || ^4.0", +# "phpunit/php-token-stream": "^3.1.3 || ^4.0", # "phpunit/php-text-template": "^1.2.1", # "sebastian/code-unit-reverse-lookup": "^1.0.1", # "sebastian/environment": "^4.2.2", @@ -184,7 +184,7 @@ EOF ret=0 -for cmd in php php72 php73 php74 php80; do +for cmd in php php73 php74 php80; do if which $cmd; then if [ $($cmd -r 'echo PHP_VERSION_ID;') -lt 80000 ]; then # ignore test failing with phpunit/php-token-stream v4 @@ -213,6 +213,9 @@ exit $ret %changelog +* Mon Jul 26 2021 Remi Collet - 7.0.15-1 +- update to 7.0.15 (no change) + * Wed Dec 2 2020 Remi Collet - 7.0.14-1 - update to 7.0.14 (no change) - allow phpunit/php-token-stream v4 -- cgit