From 8bf174d196ee3aef6450509684b222fe09b84ed1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 14 Oct 2021 07:32:08 +0200 Subject: update to 2.14.1 --- 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 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 - 2.14.1-1 +- update to 2.14.1 + * Wed Oct 13 2021 Remi Collet - 2.14.0-1 - update to 2.14.0 -- cgit