From 94081557cb94efa9be304dd6f1861c2c11852465 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Sep 2020 12:42:09 +0200 Subject: update to 9.1.9 --- php-phpunit-php-code-coverage9.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-phpunit-php-code-coverage9.spec') diff --git a/php-phpunit-php-code-coverage9.spec b/php-phpunit-php-code-coverage9.spec index 21cdceb..44c9ec2 100644 --- a/php-phpunit-php-code-coverage9.spec +++ b/php-phpunit-php-code-coverage9.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit f98f8466126d83b55b924a94d2244c53c216b8fb +%global gh_commit cf6582906d4b2502c5f4c6be6a3d0b4cd5b3ef7f #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -25,7 +25,7 @@ %global ver_major 9 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 9.1.8 +Version: 9.1.9 Release: 1%{?dist} Summary: PHP code coverage information @@ -73,8 +73,7 @@ BuildRequires: php-pecl-xdebug %endif # From composer.json, require -# "php": "^7.3", -# "php": "^7.3 || ^8.0", +# "php": ">=7.3", # "ext-dom": "*", # "ext-libxml": "*", # "ext-xmlwriter": "*", @@ -214,6 +213,9 @@ exit $ret %changelog +* Tue Sep 15 2020 Remi Collet - 9.1.9-1 +- update to 9.1.9 + * Mon Sep 7 2020 Remi Collet - 9.1.8-1 - update to 9.1.8 -- cgit