From ea2e553246ea86681da3f1a224ce34311f0be94a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Feb 2022 15:27:12 +0100 Subject: update to 2.12.1 --- php-laminas-session.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-laminas-session.spec') diff --git a/php-laminas-session.spec b/php-laminas-session.spec index 43e0d63..e97dda9 100644 --- a/php-laminas-session.spec +++ b/php-laminas-session.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-session # -# 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 fc538bba5196e3b5937ae7db3c713fc7c0829881 +%global gh_commit 888c6a344e9a4c9f34ab6e09346640eac9be3fcf %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-session @@ -22,8 +22,8 @@ %endif Name: php-%{gh_project} -Version: 2.12.0 -Release: 2%{?dist} +Version: 2.12.1 +Release: 1%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -238,7 +238,10 @@ exit $ret %changelog -* Mon Nov 10 2021 Remi Collet - 2.12.0-2 +* Wed Feb 16 2022 Remi Collet - 2.12.1-1 +- update to 2.12.1 + +* Wed Nov 10 2021 Remi Collet - 2.12.0-2 - ignore tests for deprecation * Fri Sep 24 2021 Remi Collet - 2.12.0-1 -- cgit