summaryrefslogtreecommitdiffstats
path: root/php-zetacomponents-base.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zetacomponents-base.spec')
-rw-r--r--php-zetacomponents-base.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-zetacomponents-base.spec b/php-zetacomponents-base.spec
index 48e6faa..1ba675b 100644
--- a/php-zetacomponents-base.spec
+++ b/php-zetacomponents-base.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
-%global gh_commit b6ae5f6177f6e51c5fc3514800e1c3fb076ec4be
+%global gh_commit f91dd2f04280741de7125350a8c47b6673fc8537
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner zetacomponents
%global gh_project Base
@@ -23,7 +23,7 @@
%endif
Name: php-%{gh_owner}-%{cname}
-Version: 1.9.4
+Version: 1.9.5
Release: 1%{?dist}
Summary: Zeta Base Component
@@ -66,7 +66,7 @@ autoload support.
%prep
%setup -q -n %{gh_project}-%{gh_commit}
-%patch0 -p0
+%patch -P0 -p0
%build
@@ -106,7 +106,7 @@ EOF
: Run test test suite
ret=0
-for cmd in php php80 php81 php82; do
+for cmd in php php81 php82 php83 php84 php85; do
if which $cmd; then
$cmd %{_bindir}/phpunit9 || ret=1
fi
@@ -130,6 +130,9 @@ exit $ret
%changelog
+* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 1.9.5-1
+- update to 1.9.5
+
* Thu Dec 1 2022 Remi Collet <remi@remirepo.net> - 1.9.4-1
- update to 1.9.4