From 212cfd434973dc07393cb81b3f83d77a4b1cd8e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jan 2020 08:44:42 +0100 Subject: v1.0.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 91a5c35..50eacb5 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 32d7095e436a31b8d98e485a5c63d70df74915a8 +%global gh_commit 0fb9675b84a1666ab45182b6c5b29956921e818d %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.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Alias legacy ZF class names to Laminas Project equivalents @@ -129,5 +129,8 @@ exit $ret %changelog +* Wed Jan 8 2020 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Mon Jan 6 2020 Remi Collet - 1.0.0-1 - initial package -- cgit