From fa5caaf6fee4f63c404dc9d04177f731c375ae2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jan 2022 10:03:09 +0100 Subject: update to 2.12.2 --- php-laminas-paginator.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-paginator.spec b/php-laminas-paginator.spec index d2a9627..2975eba 100644 --- a/php-laminas-paginator.spec +++ b/php-laminas-paginator.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-paginator # -# 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 fe51fdf2c938f7f8299e67c6f19628d890ef6868 +%global gh_commit e2e5a17e2b6ca750e4a75b8f34763c63cc6bf8fa %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-paginator @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.12.1 +Version: 2.12.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -214,6 +214,9 @@ exit $ret %changelog +* Wed Jan 12 2022 Remi Collet - 2.12.2-1 +- update to 2.12.2 + * Mon Dec 20 2021 Remi Collet - 2.12.1-1 - update to 2.12.1 - raise dependency on PHP 7.4 -- cgit