From 2947b28670b7064c3c3a4cffccfcfa19fb6992ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Mar 2021 06:54:13 +0100 Subject: update to 2.11.1 (no change) --- php-laminas-inputfilter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index 091c9bb..791866a 100644 --- a/php-laminas-inputfilter.spec +++ b/php-laminas-inputfilter.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-inputfilter # -# 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 34ed067ae366a2171d6d174a04002e4eb17c166d +%global gh_commit d44ed39a2f929742a7b204ffac2fa516aef84aab %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-inputfilter @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.11.0 +Version: 2.11.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -198,6 +198,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Tue Mar 16 2021 Remi Collet - 2.11.1-1 +- update to 2.11.1 (no change) + * Tue Dec 1 2020 Remi Collet - 2.11.0-1 - update to 2.11.0 (no change) - raise dependency on PHP 7.3 -- cgit