diff options
| author | Remi Collet <remi@remirepo.net> | 2018-04-25 13:35:43 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-04-25 13:35:43 +0200 | 
| commit | 3c9f79fa6fc530c6a90f905107704c25c74d1938 (patch) | |
| tree | c21d845fdd93c413fe27faac592793fdae595be2 | |
| parent | e6a0d86abc7264cf756e1fb8a7e74790a6abe8a2 (diff) | |
v0.6.1
| -rw-r--r-- | php-icewind-streams.spec | 8 | 
1 files 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 <remi@remirepo.net> - 0.6.1-1 +- update to 0.6.1 +  * Tue Jan 30 2018 Remi Collet <remi@remirepo.net> - 0.6.0-1  - Update to 0.6.0  | 
