diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-15 07:40:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-15 07:40:26 +0100 |
commit | 24d372beb7dfb5794a09ef1e15f88f00cb239dd8 (patch) | |
tree | 72b38cb904906814439cc07a8885783db8dcf14c /php-icewind-streams.spec | |
parent | 47a7cbb741adfe15cdbd6ed5998c66b9a705eabe (diff) |
update to 0.7.4
Diffstat (limited to 'php-icewind-streams.spec')
-rw-r--r-- | php-icewind-streams.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-icewind-streams.spec b/php-icewind-streams.spec index c12f335..f1b6c77 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 22ef9fc5b50d645dbc202206a656cc4dde28f95c +%global gh_commit 93bce472202d36d9808c30eaa52a1dc72b39e04c %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.3 +Version: 0.7.4 Release: 1%{?dist} Summary: A set of generic stream wrappers @@ -100,6 +100,9 @@ exit $ret %changelog +* Mon Mar 15 2021 Remi Collet <remi@remirepo.net> - 0.7.4-1 +- update to 0.7.4 + * Wed Mar 3 2021 Remi Collet <remi@remirepo.net> - 0.7.3-1 - update to 0.7.3 - raise dependency on PHP 7.1 (7.3 for build) |