summaryrefslogtreecommitdiffstats
path: root/phpunit10.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-03 17:39:37 +0100
committerRemi Collet <remi@php.net>2023-02-03 17:39:37 +0100
commit97d07a7a9cffed46cc106b3699ef7163d1fe2fc5 (patch)
treeef9ab1a85a7370a93ab603b7e542672a840ff650 /phpunit10.spec
parent7e781493d9363cf8546e29b2437d5d50295915be (diff)
update to 10.0.1
Diffstat (limited to 'phpunit10.spec')
-rw-r--r--phpunit10.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/phpunit10.spec b/phpunit10.spec
index e0b52cd..c5c99dd 100644
--- a/phpunit10.spec
+++ b/phpunit10.spec
@@ -11,7 +11,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit c4c60c34c0e92045afce938510f8878d7cd84f8a
+%global gh_commit e2aa0bba46b3d913be20921e88e5a6f9d5cfc9b5
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
@@ -25,7 +25,7 @@
%global ver_major 10
%global ver_minor 0
-%global upstream_version 10.0
+%global upstream_version 10.0.1
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -42,7 +42,7 @@ Source1: makesrc.sh
Patch0: %{name}-rpm.patch
BuildArch: noarch
-BuildRequires: php(language) >= 7.3
+BuildRequires: php(language) >= 8.1
# remirepo:1
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
BuildRequires: (php-composer(doctrine/instantiator) >= 1.3.1 with php-composer(doctrine/instantiator) < 3)
@@ -97,7 +97,7 @@ BuildRequires: php-xmlwriter
BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# From composer.json, "require": {
-# "php": ">=7.3",
+# "php": ">=8.1",
# "ext-dom": "*",
# "ext-json": "*",
# "ext-libxml": "*",
@@ -123,7 +123,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "sebastian/recursion-context": "^5.0",
# "sebastian/type": "^4.0",
# "sebastian/version": "^4.0"
-Requires: php(language) >= 7.3
+Requires: php(language) >= 8.1
Requires: php-cli
Requires: php-dom
Requires: php-json
@@ -291,6 +291,9 @@ exit $ret
%changelog
+* Fri Feb 3 2023 Remi Collet <remi@remirepo.net> - 10.0.1-1
+- update to 10.0.1
+
* Fri Feb 3 2023 Remi Collet <remi@remirepo.net> - 10.0.0-1
- update to 10.0.0
- raise dependency on PHP 8.1