diff options
-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) |