From 24aa3b6f080ca570a4baed92d1bc665798bb405e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Dec 2022 11:30:15 +0100 Subject: update to 2.25.1 (no change) --- php-laminas-view.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-laminas-view.spec b/php-laminas-view.spec index c9a4ec3..07063c2 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 77a4b6d78445ae2f30625c5af09a05ad4e4434eb +%global gh_commit 7c5a85fbdf6df06549279c14a46b841cfcd01e06 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-view @@ -18,11 +18,11 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.25.0 +Version: 2.25.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -320,6 +320,9 @@ exit $ret %changelog +* Wed Dec 21 2022 Remi Collet - 2.25.1-1 +- update to 2.25.1 (no change) + * Mon Nov 7 2022 Remi Collet - 2.25.0-1 - update to 2.25.0 (no change) -- cgit