summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-22 10:04:42 +0200
committerRemi Collet <remi@php.net>2022-09-22 10:04:42 +0200
commit34900387ac2992550d2eb71d00f120e8a0537370 (patch)
treefa5299481e1984bb0b5c079f831d7b318992954b
parentec1bb7a3f05599a91c329abeab320288ac47f7b4 (diff)
update to 2.20.0
-rw-r--r--php-laminas-filter.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec
index 1a480ee..1feb365 100644
--- a/php-laminas-filter.spec
+++ b/php-laminas-filter.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 06322d90fad3c18dc4646f26d92c8b5557ee195e
+%global gh_commit fa2ef11911a5b99e4323ee24e9ed85703f14a983
%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.19.0
+Version: 2.20.0
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -230,6 +230,9 @@ exit $ret
%changelog
+* Thu Sep 22 2022 Remi Collet <remi@remirepo.net> - 2.20.0-1
+- update to 2.20.0
+
* Tue Sep 20 2022 Remi Collet <remi@remirepo.net> - 2.19.0-1
- update to 2.19.0
- raise dependency on laminas-stdlib 3.13.0