diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-09 07:40:06 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-09 07:40:06 +0100 |
commit | fd10e688f7bd3031197b3129b71d2c3b5e4e52a2 (patch) | |
tree | d236fc8b483028fabdff020da2028729c357279b | |
parent | 97c917bd743afc664f2dcc3f7f9cb457d5772a8b (diff) |
update to 2.10.0
-rw-r--r-- | php-laminas-authentication.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-authentication.spec b/php-laminas-authentication.spec index 27b8d9c..1831911 100644 --- a/php-laminas-authentication.spec +++ b/php-laminas-authentication.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-authentication # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit cf611a6fe50b4e4905be22a4cd59ba303bc039fc +%global gh_commit abb44358a292db950043009cf764adb8ac669b2f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-authentication @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.9.0 +Version: 2.10.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -225,6 +225,9 @@ exit $ret %changelog +* Wed Mar 9 2022 Remi Collet <remi@remirepo.net> - 2.10.0-1 +- update to 2.10.0 + * Tue Dec 7 2021 Remi Collet <remi@remirepo.net> - 2.9.0-1 - update to 2.9.0 (no change) - keep compatibility using laminas-zendframework-bridge |