From 63f5acb7e6a07e92056175613ff1cd94980e34af Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 26 Apr 2018 18:17:33 +0200 Subject: v2.8.1 --- php-zendframework-zend-cache.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-zendframework-zend-cache.spec b/php-zendframework-zend-cache.spec index c0818f7..9dcd406 100644 --- a/php-zendframework-zend-cache.spec +++ b/php-zendframework-zend-cache.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit e57717839e040227133f1df8d158a05f85a7be6c +%global gh_commit 13c517d6a2e446fe16c6f42e702f4d6ef724024b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-cache @@ -20,8 +20,8 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.0 -Release: 4%{?dist} +Version: 2.8.1 +Release: 2%{?dist} Summary: Zend Framework %{library} component License: BSD @@ -241,6 +241,9 @@ exit $ret %changelog +* Thu Apr 26 2018 Remi Collet - 2.8.1-2 +- update to 2.8.1 + * Thu Apr 26 2018 Remi Collet - 2.8.0-4 - add optional dependency on mongodb/mongodb -- cgit