From 991eda0c2ccc580f828109c6a1ae42905620fa44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 May 2016 19:55:41 +0200 Subject: php-zendframework-zend-session: 2.7.1 --- php-zendframework-zend-session.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-zendframework-zend-session.spec') diff --git a/php-zendframework-zend-session.spec b/php-zendframework-zend-session.spec index f749f2a..73762d3 100644 --- a/php-zendframework-zend-session.spec +++ b/php-zendframework-zend-session.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit c8c2df90bc95e1c9240f58e3feb624cc696a1988 +%global gh_commit 79002c7b3e83477217121936c2577526f15555b1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-session @@ -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 @@ -169,6 +169,9 @@ rm -rf %{buildroot} %changelog +* Wed May 11 2016 Remi Collet - 2.7.1-1 +- update to 2.7.1 + * Tue Apr 12 2016 Remi Collet - 2.7.0-1 - update to 2.7.0 - add optional dependency on mongodb/mongodb -- cgit