From f8eee68c71bac8246496586ae06a69385c23c6a6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Nov 2017 08:44:33 +0100 Subject: v2.7.5 --- php-zendframework-zend-inputfilter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-zendframework-zend-inputfilter.spec') diff --git a/php-zendframework-zend-inputfilter.spec b/php-zendframework-zend-inputfilter.spec index 9b93cc6..59231f3 100644 --- a/php-zendframework-zend-inputfilter.spec +++ b/php-zendframework-zend-inputfilter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 699ab4916e0aa73104e1f9ff068ef6d33c5f5fe4 +%global gh_commit 02bbc6b5fc54991e43e7471e54e2173077708d7b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-inputfilter @@ -20,8 +20,8 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.4 -Release: 3%{?dist} +Version: 2.7.5 +Release: 1%{?dist} Summary: Zend Framework %{library} component Group: Development/Libraries @@ -145,6 +145,9 @@ exit $ret %changelog +* Wed Nov 8 2017 Remi Collet - 2.7.5-1 +- Update to 2.7.5 + * Tue Oct 24 2017 Remi Collet - 2.7.4-1 - fix FTBFS from Koschei, add patch for PHP 7.2 from https://github.com/zendframework/zend-inputfilter/pull/150 -- cgit