From f69f08149b8cfd9a0f1110aea366442b1345e706 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 11 Sep 2020 17:10:20 +0200 Subject: update to 9.3.9 --- composer.json | 2 +- phpunit9.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e677164..9b2c27c 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ }, "prefer-stable": true, "require": { - "php": "^7.3 || ^8.0", + "php": ">=7.3", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", diff --git a/phpunit9.spec b/phpunit9.spec index 92f8774..39b88f2 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 93d78d8e2a06393a0d0c1ead6fe9984f1af1f88c +%global gh_commit 60c90ba713075e83bd039db4760226df7ad9a5cb #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -27,7 +27,7 @@ %global specrel 1 Name: %{pk_project}%{ver_major} -Version: 9.3.8 +Version: 9.3.9 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} @@ -98,7 +98,7 @@ BuildRequires: php-xmlwriter BuildRequires: php-fedora-autoloader-devel >= 1.0.0 # From composer.json, "require": { -# "php": "^7.3 || ^8.0", +# "php": ">=7.3", # "ext-dom": "*", # "ext-json": "*", # "ext-libxml": "*", @@ -301,6 +301,9 @@ exit $ret %changelog +* Fri Sep 11 2020 Remi Collet - 9.3.9-1 +- update to 9.3.9 + * Thu Aug 27 2020 Remi Collet - 9.3.8-1 - update to 9.3.8 - raise dependency on phpunit/php-code-coverage 9.1.5 -- cgit