From be5f195ab6cc60aeb9085c20f6dc77ceba7f3a5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Nov 2022 13:55:10 +0100 Subject: update to 2.22.1 --- php-laminas-inputfilter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index fedd43f..f660417 100644 --- a/php-laminas-inputfilter.spec +++ b/php-laminas-inputfilter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 2e9a2f2b867eb423338a9948ae0027ec4e556378 +%global gh_commit ec8b923d2c6923c24e4822a9ac77b4cd0f047ad3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-inputfilter @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.22.0 +Version: 2.22.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -201,6 +201,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Mon Nov 7 2022 Remi Collet - 2.22.1-1 +- update to 2.22.1 + * Wed Oct 12 2022 Remi Collet - 2.22.0-1 - update to 2.22.0 - raise dependency on PHP 8.0 -- cgit