From b7e845ca1ca3621822fa4cbf0bb90bfd30453650 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 May 2018 10:44:53 +0200 Subject: v2.8.2 --- php-zendframework-zend-file.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-zendframework-zend-file.spec b/php-zendframework-zend-file.spec index aca451d..a6ccb9f 100644 --- a/php-zendframework-zend-file.spec +++ b/php-zendframework-zend-file.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 28ec81a9147cd76b9d6cdce519ce96858fbab5f0 +%global gh_commit 4b2ecb77a9123a03cc648893b63e38b3735f192c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-file @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.0 +Version: 2.8.1 Release: 2%{?dist} Summary: Zend Framework %{library} component @@ -186,6 +186,9 @@ exit $ret %changelog +* Wed May 2 2018 Remi Collet - 2.8.1-2 +- update to 2.8.1 + * Thu Apr 26 2018 Remi Collet - 2.8.0-2 - update to 2.8.0 - raise dependency on PHP 5.6 -- cgit