From ec1e0c480c2edd9b038b4b44e90d5f63fc47d197 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 17 Oct 2019 08:23:02 +0200 Subject: v2.7.1 --- php-zendframework-zend-text.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-zendframework-zend-text.spec') diff --git a/php-zendframework-zend-text.spec b/php-zendframework-zend-text.spec index a94a1c9..dc3fd7a 100644 --- a/php-zendframework-zend-text.spec +++ b/php-zendframework-zend-text.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit ca987dd4594f5f9508771fccd82c89bc7fbb39ac +%global gh_commit 41e32dafa4015e160e2f95a7039554385c71624d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-text @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.7.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -140,6 +140,9 @@ exit $ret %changelog +* Thu Oct 17 2019 Remi Collet - 2.7.1-1 +- update to 2.7.1 + * Thu May 3 2018 Remi Collet - 2.7.0-1 - update to 2.7.0 - raise dependency on PHP 5.6 -- cgit