diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-21 11:30:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-21 11:30:15 +0100 |
commit | 24aa3b6f080ca570a4baed92d1bc665798bb405e (patch) | |
tree | 82be19ce0e5a6f92c72c8802d97457e6ed611ad5 | |
parent | f4d5fe36b6e2be5c0c19b11d76b96fde4e0f16b4 (diff) |
update to 2.25.1 (no change)
-rw-r--r-- | php-laminas-view.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.25.1-1 +- update to 2.25.1 (no change) + * Mon Nov 7 2022 Remi Collet <remi@remirepo.net> - 2.25.0-1 - update to 2.25.0 (no change) |