diff options
Diffstat (limited to 'php-zendframework-zend-code.spec')
-rw-r--r-- | php-zendframework-zend-code.spec | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/php-zendframework-zend-code.spec b/php-zendframework-zend-code.spec index 7979315..519b5fc 100644 --- a/php-zendframework-zend-code.spec +++ b/php-zendframework-zend-code.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-code # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2018 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 6b1059db5b368db769e4392c6cb6cc139e56640d +%global gh_commit c21db169075c6ec4b342149f446e7b7b724f95eb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-code @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 3.3.0 -Release: 2%{?dist} +Version: 3.3.1 +Release: 1%{?dist} Summary: Zend Framework %{library} component -Group: Development/Libraries License: BSD URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz @@ -128,7 +127,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php'; EOF ret=0 -for cmd in php php71 php72; do +for cmd in php php71 php72 php73; do if which $cmd; then $cmd %{_bindir}/phpunit6 --verbose || ret=1 fi @@ -148,6 +147,9 @@ exit $ret %changelog +* Mon Aug 20 2018 Remi Collet <remi@remirepo.net> - 3.3.1-1 +- update to 3.3.1 + * Tue Nov 28 2017 Remi Collet <remi@remirepo.net> - 3.3.0-2 - switch from zend-loader to fedora/autoloader |