From 26ddb8ecf51b073fed6b81ff2c34a7b94472202e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Dec 2022 09:00:13 +0100 Subject: update to 2.25.2 --- php-laminas-view.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-view.spec b/php-laminas-view.spec index 07063c2..e4ab601 100644 --- a/php-laminas-view.spec +++ b/php-laminas-view.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7c5a85fbdf6df06549279c14a46b841cfcd01e06 +%global gh_commit ab40dc844cb5d54739db021a9c819de115a710e9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-view @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.25.1 +Version: 2.25.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -320,6 +320,9 @@ exit $ret %changelog +* Thu Dec 22 2022 Remi Collet - 2.25.2-1 +- update to 2.25.2 + * Wed Dec 21 2022 Remi Collet - 2.25.1-1 - update to 2.25.1 (no change) -- cgit