diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-01 11:14:27 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-01 11:14:27 +0100 |
commit | d1f606b011829f5407f6c1e129a7110f2d37fe40 (patch) | |
tree | 4560e2aa7ce950c864242b9eedf08b4f09104553 /php-zetacomponents-base.spec | |
parent | a387213be46a32f338a74725f1305e24d1d0cc89 (diff) |
Diffstat (limited to 'php-zetacomponents-base.spec')
-rw-r--r-- | php-zetacomponents-base.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-zetacomponents-base.spec b/php-zetacomponents-base.spec index a49f541..48e6faa 100644 --- a/php-zetacomponents-base.spec +++ b/php-zetacomponents-base.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 2f432f4117a5aa2164d4fb1784f84db91dbdd3b8 +%global gh_commit b6ae5f6177f6e51c5fc3514800e1c3fb076ec4be %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zetacomponents %global gh_project Base @@ -23,8 +23,8 @@ %endif Name: php-%{gh_owner}-%{cname} -Version: 1.9.3 -Release: 4%{?dist} +Version: 1.9.4 +Release: 1%{?dist} Summary: Zeta Base Component Group: Development/Libraries @@ -43,7 +43,7 @@ BuildRequires: %{_bindir}/phpab %if %{with tests} BuildRequires: phpunit9 BuildRequires: %{_bindir}/convert -BuildRequires: php-composer(%{gh_owner}/unit-test) >= 1.2.0 +BuildRequires: php-composer(%{gh_owner}/unit-test) >= 1.2.3 BuildRequires: php-posix %endif @@ -106,7 +106,7 @@ EOF : Run test test suite ret=0 -for cmd in php php74 php80 php81; do +for cmd in php php80 php81 php82; do if which $cmd; then $cmd %{_bindir}/phpunit9 || ret=1 fi @@ -130,6 +130,9 @@ exit $ret %changelog +* Thu Dec 1 2022 Remi Collet <remi@remirepo.net> - 1.9.4-1 +- update to 1.9.4 + * Tue Jul 19 2022 Remi Collet <remi@remirepo.net> - 1.9.3-4 - switch to phpunit9 |