From fd10e688f7bd3031197b3129b71d2c3b5e4e52a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Mar 2022 07:40:06 +0100 Subject: update to 2.10.0 --- php-laminas-authentication.spec | 9 ++++++--- 1 file 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 - 2.10.0-1 +- update to 2.10.0 + * Tue Dec 7 2021 Remi Collet - 2.9.0-1 - update to 2.9.0 (no change) - keep compatibility using laminas-zendframework-bridge -- cgit