diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-17 10:12:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-17 10:12:58 +0200 |
commit | 2eb940eb4ae9ca4b38b1a8914c5b57a8663c81f2 (patch) | |
tree | 77ad36c30bd7fcd7752dfc1b45af69c6933740a5 | |
parent | 44fcde97cca2addc3b417990761c911ea9b01117 (diff) |
v2.10.3 from Fedora
-rw-r--r-- | php-zendframework-zend-feed.spec | 8 |
1 files 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 <shawn@iwin.ski> - 2.10.3-1 +- Update to 2.10.3 (ZF2018-01) + * Tue Jun 19 2018 Remi Collet <remi@remirepo.net> - 2.10.2-2 - update to 2.10.2 |