From d652521daf9506781afe7bd1a37f0a68097b1f13 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Feb 2019 11:02:12 +0100 Subject: v0.7.1 --- php-icewind-streams.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-icewind-streams.spec') 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 - 0.7.1-1 +- update to 0.7.1 + * Wed Apr 25 2018 Remi Collet - 0.6.1-1 - update to 0.6.1 -- cgit