From fef5cc80621906a00be48df4b57932db5daea842 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 15 Jun 2021 13:43:44 +0200 Subject: update to 0.7.5 --- php-icewind-streams.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-icewind-streams.spec') diff --git a/php-icewind-streams.spec b/php-icewind-streams.spec index f1b6c77..3aec550 100644 --- a/php-icewind-streams.spec +++ b/php-icewind-streams.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github information -%global gh_commit 93bce472202d36d9808c30eaa52a1dc72b39e04c +%global gh_commit 0c6aae16ebdadb257f0bd089c1e1e4cf5e20ddc2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner icewind1991 %global gh_project Streams @@ -19,7 +19,7 @@ %global ns_name Streams Name: php-%{pk_vendor}-%{pk_name} -Version: 0.7.4 +Version: 0.7.5 Release: 1%{?dist} Summary: A set of generic stream wrappers @@ -82,7 +82,7 @@ echo "require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_name}/autoload.php' : Run the test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php73 php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit9 || ret=1 fi @@ -100,6 +100,9 @@ exit $ret %changelog +* Tue Jun 15 2021 Remi Collet - 0.7.5-1 +- update to 0.7.5 + * Mon Mar 15 2021 Remi Collet - 0.7.4-1 - update to 0.7.4 -- cgit