diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-06 13:44:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-06 13:44:28 +0200 |
commit | 1442d07ad050555618e4335c71a64cfcea3d9c92 (patch) | |
tree | 8d1e2d5304e3c9f26a69ac4bb2505aac92b26d8f | |
parent | f4872f4a5fd0396ea1dd06fd9c5b8dede2e87d00 (diff) |
-rw-r--r-- | php-zendframework-zend-loader.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-zendframework-zend-loader.spec b/php-zendframework-zend-loader.spec index 121c9cf..ee442c9 100644 --- a/php-zendframework-zend-loader.spec +++ b/php-zendframework-zend-loader.spec @@ -1,12 +1,12 @@ # remirepo/Fedora spec file for php-zendframework-zend-loader # -# 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 gh_commit 78f11749ea340f6ca316bca5958eef80b38f9b6c +%global gh_commit 91da574d29b58547385b2298c020b257310898c6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-loader @@ -15,11 +15,10 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.0 +Version: 2.6.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 @@ -110,7 +109,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" "php70 %{_bindir}/phpunit6" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -123,6 +122,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -133,6 +133,9 @@ exit $ret %changelog +* Fri Sep 6 2019 Remi Collet <remi@remirepo.net> - 2.6.1-1 +- update to 2.6.1 (no change) + * Wed May 2 2018 Remi Collet <remi@remirepo.net> - 2.6.0-1 - update to 2.6.0 - raise dependency on PHP 5.6 |