diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-10 15:31:59 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-10 15:31:59 +0200 |
commit | 5b31ec71ee6f5ec058f85750735402ddb3f7508b (patch) | |
tree | 53c475d08ef6855c1f2367fe757b6a681c2291ac /php-icewind-streams.spec | |
parent | fef5cc80621906a00be48df4b57932db5daea842 (diff) |
update to 0.7.6
Diffstat (limited to 'php-icewind-streams.spec')
-rw-r--r-- | php-icewind-streams.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-icewind-streams.spec b/php-icewind-streams.spec index 3aec550..6ff5a5a 100644 --- a/php-icewind-streams.spec +++ b/php-icewind-streams.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-icewind-streams # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github information -%global gh_commit 0c6aae16ebdadb257f0bd089c1e1e4cf5e20ddc2 +%global gh_commit 6e347e48d44cf9759cb6c98faab4e8ffd2f5a288 %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.5 +Version: 0.7.6 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 php81; do +for cmd in php php74 php80 php81; do if which $cmd; then $cmd %{_bindir}/phpunit9 || ret=1 fi @@ -100,6 +100,9 @@ exit $ret %changelog +* Fri Jun 10 2022 Remi Collet <remi@remirepo.net> - 0.7.6-1 +- update to 0.7.6 + * Tue Jun 15 2021 Remi Collet <remi@remirepo.net> - 0.7.5-1 - update to 0.7.5 |