From 2eb940eb4ae9ca4b38b1a8914c5b57a8663c81f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Aug 2018 10:12:58 +0200 Subject: v2.10.3 from Fedora --- php-zendframework-zend-feed.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-zendframework-zend-feed.spec b/php-zendframework-zend-feed.spec index 1173699..370f70c 100644 --- a/php-zendframework-zend-feed.spec +++ b/php-zendframework-zend-feed.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 5253f949f4ad999086ab9b408908b6c6776f24db +%global gh_commit 6641f4cf3f4586c63f83fd70b6d19966025c8888 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-feed @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.10.2 +Version: 2.10.3 Release: 2%{?dist} Summary: Zend Framework %{library} component @@ -194,6 +194,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php'; \Fedora\Autoloader\Autoload::addPsr4('ZendTest\\%{library}\\', dirname(__DIR__) . '/test'); EOF +# TODO 7.3 stdlib "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? ret=0 for cmdarg in "php %{phpunit}" php70 php71 php72; do if which $cmdarg; then @@ -217,6 +218,9 @@ exit $ret %changelog +* Thu Aug 02 2018 Shawn Iwinski - 2.10.3-1 +- Update to 2.10.3 (ZF2018-01) + * Tue Jun 19 2018 Remi Collet - 2.10.2-2 - update to 2.10.2 -- cgit