diff options
-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 8554d11..7465389 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 3ccd2a745c6a027bcd9add05fa1998d063760096 +%global gh_commit 164756dbec742379194381d40306cfd28f96028a %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.14.0 +Version: 2.14.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -329,6 +329,9 @@ exit $ret %changelog +* Thu Oct 14 2021 Remi Collet <remi@remirepo.net> - 2.14.1-1 +- update to 2.14.1 + * Wed Oct 13 2021 Remi Collet <remi@remirepo.net> - 2.14.0-1 - update to 2.14.0 |