diff options
author | Remi Collet <remi@remirepo.net> | 2022-01-13 10:11:32 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-01-13 10:11:32 +0100 |
commit | 1c641c5803ffb171485cf52c3ddbb04bcd1c9062 (patch) | |
tree | d26f925a2cf4f6474c7cc6cd9b637ec10c64a3c8 | |
parent | 0b03b2fedab8236954544c00b3ec8643f2a7736f (diff) |
update to 2.19.1 (no change)
-rw-r--r-- | php-laminas-view.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-view.spec b/php-laminas-view.spec index bd4bbc9..ee577ec 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 8ffe5d28aea1b1b071ac55d93b5399847ee1a26d +%global gh_commit 5f2ed1af896543e986090afb6433e32409c99d4d %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.19.0 +Version: 2.19.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -320,6 +320,9 @@ exit $ret %changelog +* Thu Jan 13 2022 Remi Collet <remi@remirepo.net> - 2.19.1-1 +- update to 2.19.1 (no change) + * Tue Jan 11 2022 Remi Collet <remi@remirepo.net> - 2.19.0-1 - update to 2.19.0 |