diff options
author | Remi Collet <remi@remirepo.net> | 2023-02-02 15:36:03 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-02-02 15:36:03 +0100 |
commit | 41e6bd42b7cbc588532741cd5137eaf7c5e59ff8 (patch) | |
tree | 6454745a11dde4747dd3a10e7f17227a783680af | |
parent | 950a62202c9797581f6d458e2126367d9de7495e (diff) |
update to 2.24.0
-rw-r--r-- | php-laminas-inputfilter.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.24.0-1 +- update to 2.24.0 + * Tue Jan 10 2023 Remi Collet <remi@remirepo.net> - 2.23.0-1 - update to 2.23.0 |