diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-31 15:02:25 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-31 15:02:25 +0200 |
commit | b299d738b049dacf67896246d53ab623a4c3f26c (patch) | |
tree | b1826c829d118a197d3b00cf612c96f6664cff36 | |
parent | 4728ee9ec52d4c99c4751f8353af8a10c441e500 (diff) |
-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 |