From 6804f020345c3a56de9d41ed2a887b11cdece5c0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Feb 2022 08:27:33 +0100 Subject: update to 2.13.2 --- 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 f85fde2..bca24be 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 79e8baa62035397044087907e89034726b3056a0 +%global gh_commit 3da1df596b023fb0387a1dbb0e77e536afd9d1af %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.1 +Version: 2.13.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -230,6 +230,9 @@ exit $ret %changelog +* Tue Feb 8 2022 Remi Collet - 2.13.2-1 +- update to 2.13.2 + * Mon Jan 3 2022 Remi Collet - 2.13.1-1 - update to 2.13.1 -- cgit