diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-24 08:16:16 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-24 08:16:16 +0100 |
commit | 99c2e8f82e77768a003b8fd62f3f9f3282e51303 (patch) | |
tree | fa1ec769e54540d632964073a2da51da930146a9 | |
parent | dda1720f882e6b06d9534f8531dfb65665ba962b (diff) |
-rw-r--r-- | php-laminas-http.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-http.spec b/php-laminas-http.spec index 7a2352a..f1bccce 100644 --- a/php-laminas-http.spec +++ b/php-laminas-http.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 324e5895235fe40bfd5a4e2a0337bd7bf9a97a50 +%global gh_commit 76de9008f889bc7088f85a41d0d2b06c2b59c53d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-http @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.17.1 +Version: 2.18.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -212,6 +212,9 @@ exit $ret %changelog +* Thu Nov 24 2022 Remi Collet <remi@remirepo.net> - 2.18.0-1 +- update to 2.18.0 + * Mon Nov 14 2022 Remi Collet <remi@remirepo.net> - 2.17.1-1 - update to 2.17.1 |