diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-14 12:06:02 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-14 12:06:02 +0100 |
commit | dda1720f882e6b06d9534f8531dfb65665ba962b (patch) | |
tree | 0b079cbf0f8127690db152af585599b00a0d3539 | |
parent | 3bdee7c4b9697ab1afe7fda7ff1f021335eb0a9e (diff) |
update to 2.17.1
-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 877316f..7a2352a 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 ac4588d698c93b56bb7c0608d9a7537a3f057239 +%global gh_commit 324e5895235fe40bfd5a4e2a0337bd7bf9a97a50 %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.0 +Version: 2.17.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -212,6 +212,9 @@ exit $ret %changelog +* Mon Nov 14 2022 Remi Collet <remi@remirepo.net> - 2.17.1-1 +- update to 2.17.1 + * Mon Oct 17 2022 Remi Collet <remi@remirepo.net> - 2.17.0-1 - update to 2.17.0 - raise dependency on PHP 8.0 |