From ac56c0e610333d21098715e3e457ab19288f7a9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Jan 2019 09:25:39 +0100 Subject: v2.9.1 --- php-zendframework-zend-http.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-zendframework-zend-http.spec') diff --git a/php-zendframework-zend-http.spec b/php-zendframework-zend-http.spec index 7fa9a32..05dab30 100644 --- a/php-zendframework-zend-http.spec +++ b/php-zendframework-zend-http.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7027fa2f70f8f9865ec14728cea05087a5f4d9c0 +%global gh_commit fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-http @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.0 +Version: 2.9.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -184,6 +184,9 @@ exit $ret %changelog +* Wed Jan 23 2019 Remi Collet - 2.9.1-1 +- update to 2.9.1 + * Wed Jan 9 2019 Remi Collet - 2.9.0-1 - update to 2.9.0 - raise dependency on zend-stdlib 3.2.1 -- cgit