From d9ed601883ea91d3ca39247ddfce56c2adab13d5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Mar 2022 07:26:50 +0100 Subject: update to 2.10.1 --- php-laminas-authentication.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-authentication.spec') diff --git a/php-laminas-authentication.spec b/php-laminas-authentication.spec index 1831911..3a4c225 100644 --- a/php-laminas-authentication.spec +++ b/php-laminas-authentication.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit abb44358a292db950043009cf764adb8ac669b2f +%global gh_commit 7308db03e11147fbf567b5004ac428bdaba267f9 %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.10.0 +Version: 2.10.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -225,6 +225,9 @@ exit $ret %changelog +* Thu Mar 10 2022 Remi Collet - 2.10.1-1 +- update to 2.10.1 + * Wed Mar 9 2022 Remi Collet - 2.10.0-1 - update to 2.10.0 -- cgit