From dda1720f882e6b06d9534f8531dfb65665ba962b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Nov 2022 12:06:02 +0100 Subject: update to 2.17.1 --- php-laminas-http.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-http.spec') 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 - 2.17.1-1 +- update to 2.17.1 + * Mon Oct 17 2022 Remi Collet - 2.17.0-1 - update to 2.17.0 - raise dependency on PHP 8.0 -- cgit