From 34900387ac2992550d2eb71d00f120e8a0537370 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Sep 2022 10:04:42 +0200 Subject: update to 2.20.0 --- php-laminas-filter.spec | 7 +++++-- 1 file 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 - 2.20.0-1 +- update to 2.20.0 + * Tue Sep 20 2022 Remi Collet - 2.19.0-1 - update to 2.19.0 - raise dependency on laminas-stdlib 3.13.0 -- cgit