From 221c5fec1f2cf79f8aa389186ec5839ba12b4682 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Feb 2019 08:21:27 +0100 Subject: v2.8.3 (no change) --- php-zendframework-zend-file.spec | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'php-zendframework-zend-file.spec') diff --git a/php-zendframework-zend-file.spec b/php-zendframework-zend-file.spec index 288b635..0f54a43 100644 --- a/php-zendframework-zend-file.spec +++ b/php-zendframework-zend-file.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-file # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit d267733fbc3a15c9ca82708cf6e634e2fabb29e7 +%global gh_commit b6e167e056ce8594be1db93460cddb503de341ed %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.2 +Version: 2.8.3 Release: 2%{?dist} Summary: Zend Framework %{library} component @@ -186,6 +186,13 @@ exit $ret %changelog +* Thu Feb 7 2019 Remi Collet - 2.8.3-1 +- update to 2.8.3 (no change) + +* Tue Feb 5 2019 Remi Collet - 2.8.2-3 +- fix FTBFS with zend-validator 2.11, patch from + https://github.com/zendframework/zend-file/pull/46 + * Mon Oct 15 2018 Remi Collet - 2.8.2-2 - update to 2.8.2 - drop patch merged upstream -- cgit