From 41e6bd42b7cbc588532741cd5137eaf7c5e59ff8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Feb 2023 15:36:03 +0100 Subject: update to 2.24.0 --- php-laminas-inputfilter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index 14fa940..3e0e2ea 100644 --- a/php-laminas-inputfilter.spec +++ b/php-laminas-inputfilter.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-inputfilter # # Copyright (c) 2015-2023 Remi Collet -# License: CC-BY-SA +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit e97663a756370ba8105d07dc5f4fff53b650d151 +%global gh_commit 01c56c11904565b0f594c9cb745b5457a0e390eb %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.23.0 +Version: 2.24.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -201,6 +201,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Thu Feb 2 2023 Remi Collet - 2.24.0-1 +- update to 2.24.0 + * Tue Jan 10 2023 Remi Collet - 2.23.0-1 - update to 2.23.0 -- cgit