diff options
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 f08a608..a2052d3 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-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # Github information -%global gh_commit 0a78597117d8a02937ea05206f219294449fb06e +%global gh_commit 4db3ed6c366e90b958d00e1d4c6360a9b39b2121 %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.6.1 +Version: 0.7.1 Release: 1%{?dist} Summary: A set of generic stream wrappers @@ -87,7 +87,7 @@ echo "require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_name}/autoload.php' : Run the test suite ret=0 -for cmd in php php56 php70 php71 php72; do +for cmd in php php56 php70 php71 php72 php73; do if which $cmd; then $cmd %{_bindir}/phpunit || ret=1 fi @@ -105,6 +105,9 @@ exit $ret %changelog +* Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 0.7.1-1 +- update to 0.7.1 + * Wed Apr 25 2018 Remi Collet <remi@remirepo.net> - 0.6.1-1 - update to 0.6.1 |