diff options
| -rw-r--r-- | php-laminas-i18n.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-i18n.spec b/php-laminas-i18n.spec index a72b22b..d2012a0 100644 --- a/php-laminas-i18n.spec +++ b/php-laminas-i18n.spec @@ -8,7 +8,7 @@  #  # When buid without config, filter, validator an view  %global bootstrap    0 -%global gh_commit    fc13d1314941bd9acda3861883cd9139d747f98f +%global gh_commit    075bec49f777698c6fc229eecefbe7a2364cd18e  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-i18n @@ -19,7 +19,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_project} -Version:        2.22.0 +Version:        2.22.1  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -247,6 +247,9 @@ exit $ret  %changelog +* Fri Mar 31 2023 Remi Collet <remi@remirepo.net> - 2.22.1-1 +- update to 2.22.1 +  * Tue Mar 28 2023 Remi Collet <remi@remirepo.net> - 2.22.0-1  - update to 2.22.0  | 
