From 3c9f79fa6fc530c6a90f905107704c25c74d1938 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Apr 2018 13:35:43 +0200 Subject: v0.6.1 --- php-icewind-streams.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/php-icewind-streams.spec b/php-icewind-streams.spec index 3cd3d19..f08a608 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 851b822ac29724c88c546755f52f76bf953e574c +%global gh_commit 0a78597117d8a02937ea05206f219294449fb06e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner icewind1991 %global gh_project Streams @@ -19,11 +19,10 @@ %global ns_name Streams Name: php-%{pk_vendor}-%{pk_name} -Version: 0.6.0 +Version: 0.6.1 Release: 1%{?dist} Summary: A set of generic stream wrappers -Group: Development/Libraries License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{url}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz @@ -106,6 +105,9 @@ exit $ret %changelog +* Wed Apr 25 2018 Remi Collet - 0.6.1-1 +- update to 0.6.1 + * Tue Jan 30 2018 Remi Collet - 0.6.0-1 - Update to 0.6.0 -- cgit