From 3b81c1edc187dc21dd7af25461fd4db99ca64df4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Feb 2021 15:58:44 +0100 Subject: update to 2.13.1 (no change) --- php-laminas-log.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-log.spec b/php-laminas-log.spec index 173acb2..05d8456 100644 --- a/php-laminas-log.spec +++ b/php-laminas-log.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-log # -# Copyright (c) 2015-2020 Remi Collet +# Copyright (c) 2015-2021 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 71bb2c98e0286c447488e71290ecf0beb44e6ca5 +%global gh_commit 6ac20830d4f324b4662fc454fcc1954436bfced3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-log @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.13.0 +Version: 2.13.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -246,6 +246,9 @@ exit $ret %changelog +* Mon Feb 15 2021 Remi Collet - 2.13.1-1 +- update to 2.13.1 (no change) + * Mon Nov 23 2020 Remi Collet - 2.13.0-1 - update to 2.13.0 - raise dependency on PHP 7.3 -- cgit