summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-16 06:54:13 +0100
committerRemi Collet <remi@remirepo.net>2021-03-16 06:54:13 +0100
commit2947b28670b7064c3c3a4cffccfcfa19fb6992ad (patch)
treef33596c795bcfad527e9ee13dd84bd8e3d0633fd
parentb69132b4324b3ea5ce64ca151d5dde472f83bfab (diff)
update to 2.11.1 (no change)
-rw-r--r--php-laminas-inputfilter.spec9
1 files 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 <remi@remirepo.net> - 2.11.1-1
+- update to 2.11.1 (no change)
+
* Tue Dec 1 2020 Remi Collet <remi@remirepo.net> - 2.11.0-1
- update to 2.11.0 (no change)
- raise dependency on PHP 7.3