summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-09-11 17:10:20 +0200
committerRemi Collet <remi@remirepo.net>2020-09-11 17:10:20 +0200
commitf69f08149b8cfd9a0f1110aea366442b1345e706 (patch)
treed681ca8363c5d00086bfb58e0ce743de2585d400
parent8d3f81a6f2c20c19ae8158cf80f051a6be7d7752 (diff)
update to 9.3.9
-rw-r--r--composer.json2
-rw-r--r--phpunit9.spec9
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 <remi@remirepo.net> - 9.3.9-1
+- update to 9.3.9
+
* Thu Aug 27 2020 Remi Collet <remi@remirepo.net> - 9.3.8-1
- update to 9.3.8
- raise dependency on phpunit/php-code-coverage 9.1.5