From 0b8c512bbbee665efde71452eca13d350c1d3348 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Nov 2022 10:16:01 +0100 Subject: update to 2.27.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 e03a0a8..c049040 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 7248f26ed9ef0979ccd6ebe3dd4b38ef229bb71b +%global gh_commit c038ae257028b57b1f96df0d4ccb68cfc04eaa40 %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.26.0 +Version: 2.27.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -225,6 +225,9 @@ exit $ret %changelog +* Tue Nov 8 2022 Remi Collet - 2.27.0-1 +- update to 2.27.0 + * Mon Nov 7 2022 Remi Collet - 2.26.0-1 - update to 2.26.0 -- cgit