diff options
author | Remi Collet <remi@remirepo.net> | 2023-04-06 10:47:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-04-06 10:47:01 +0200 |
commit | 4cf8cf451388b7c8d7e2e318028f083a0da575c3 (patch) | |
tree | 4cc29a37b8714d9444f7b5fe34876c30c2a54a3a | |
parent | 41e6bd42b7cbc588532741cd5137eaf7c5e59ff8 (diff) |
-rw-r--r-- | php-laminas-inputfilter.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index 3e0e2ea..5c3a393 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 01c56c11904565b0f594c9cb745b5457a0e390eb +%global gh_commit c5a53b1e72a2270b441391728291f7136e9461d1 %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.24.0 +Version: 2.24.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -201,6 +201,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Thu Apr 6 2023 Remi Collet <remi@remirepo.net> - 2.24.1-1 +- update to 2.24.1 (no change) + * Thu Feb 2 2023 Remi Collet <remi@remirepo.net> - 2.24.0-1 - update to 2.24.0 |