From a7a57e88e46083cb483598fa9c715ee6eee558a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Nov 2025 08:52:32 +0100 Subject: update to 1.9.5 --- php-zetacomponents-base.spec | 11 +++++++---- 1 file 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 - 1.9.5-1 +- update to 1.9.5 + * Thu Dec 1 2022 Remi Collet - 1.9.4-1 - update to 1.9.4 -- cgit