From 5abdba36a095626d819846aa2ac0985d8a702278 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Aug 2022 14:58:16 +0200 Subject: update to 1.6.1 --- php-laminas-zendframework-bridge.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-zendframework-bridge.spec b/php-laminas-zendframework-bridge.spec index 68226fc..e0d1f79 100644 --- a/php-laminas-zendframework-bridge.spec +++ b/php-laminas-zendframework-bridge.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit d74d2da21beae5aceff1e8c07b901066b0e1b719 +%global gh_commit e112dd2c099f4f6142c16fc65fda89a638e06885 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-zendframework-bridge @@ -21,7 +21,7 @@ %endif Name: php-%{gh_project} -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist} Summary: Alias legacy ZF class names to Laminas Project equivalents @@ -187,6 +187,9 @@ exit $ret %changelog +* Mon Aug 1 2022 Remi Collet - 1.6.1-1 +- update to 1.6.1 + * Mon Jul 18 2022 Remi Collet - 1.6.0-1 - update to 1.6.0 -- cgit