diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-28 17:01:57 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-28 17:01:57 +0200 |
commit | 4728ee9ec52d4c99c4751f8353af8a10c441e500 (patch) | |
tree | 5eebbdc14412bc06215b8a38a36c561f0d7178a3 /php-laminas-i18n.spec | |
parent | 0cba22a82938b202607bc2b9b8f973ca1b9f2b8c (diff) |
update to 2.22.0
Diffstat (limited to 'php-laminas-i18n.spec')
-rw-r--r-- | php-laminas-i18n.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-laminas-i18n.spec b/php-laminas-i18n.spec index 24d22a6..a72b22b 100644 --- a/php-laminas-i18n.spec +++ b/php-laminas-i18n.spec @@ -1,14 +1,14 @@ # remirepo/Fedora spec file for php-laminas-i18n # # 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 # # When buid without config, filter, validator an view %global bootstrap 0 -%global gh_commit fbd2d0373aaced4769cba2bf3d1425d55f68abb1 +%global gh_commit fc13d1314941bd9acda3861883cd9139d747f98f %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.21.0 +Version: 2.22.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -41,7 +41,7 @@ BuildRequires: php-spl # "laminas/laminas-cache": "^3.8", # "laminas/laminas-cache-storage-adapter-memory": "^2.2.0", # "laminas/laminas-cache-storage-deprecated-factory": "^1.0.1", -# "laminas/laminas-coding-standard": "~2.4.0", +# "laminas/laminas-coding-standard": "~2.5.0", # "laminas/laminas-config": "^3.8.0", # "laminas/laminas-eventmanager": "^3.7", # "laminas/laminas-filter": "^2.28.1", @@ -247,6 +247,9 @@ exit $ret %changelog +* Tue Mar 28 2023 Remi Collet <remi@remirepo.net> - 2.22.0-1 +- update to 2.22.0 + * Mon Dec 5 2022 Remi Collet <remi@remirepo.net> - 2.21.0-1 - update to 2.21.0 |