From 4ff0236ab605304a2301d2a616b1a8d40ff9809f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jan 2022 10:29:22 +0100 Subject: update to 2.13.1 --- php-laminas-filter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-filter.spec') diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index 06dc959..f85fde2 100644 --- a/php-laminas-filter.spec +++ b/php-laminas-filter.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-filter # -# 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 67d88c471cb7016f495aeb1d3fd03edaa9bd9e70 +%global gh_commit 79e8baa62035397044087907e89034726b3056a0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-filter @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.13.0 +Version: 2.13.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -230,6 +230,9 @@ exit $ret %changelog +* Mon Jan 3 2022 Remi Collet - 2.13.1-1 +- update to 2.13.1 + * Thu Dec 2 2021 Remi Collet - 2.13.0-1 - update to 2.13.0 - keep compatibility using laminas-zendframework-bridge -- cgit