From 94f5d221a900a3f630f3c970b5065dc5a78b13d4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jun 2019 08:49:50 +0200 Subject: v2.6.1 --- php-zendframework-zend-i18n-resources.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-zendframework-zend-i18n-resources.spec b/php-zendframework-zend-i18n-resources.spec index 1e712a0..f33c14f 100644 --- a/php-zendframework-zend-i18n-resources.spec +++ b/php-zendframework-zend-i18n-resources.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-i18n-resources # -# 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 bootstrap 0 -%global gh_commit 530ab0af94ed1dd542665e6041d92297f7347ef3 +%global gh_commit 3a2f5a246779f05d4fe0c47738d4d2271e484aee %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-i18n-resources @@ -20,11 +20,10 @@ %endif 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 @@ -96,7 +95,7 @@ require_once '%{buildroot}%{php_home}/Zend/I18n/%{library}/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do +for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73 php74; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -109,6 +108,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -119,6 +119,9 @@ exit $ret %changelog +* Tue Jun 25 2019 Remi Collet - 2.6.1-1 +- update to 2.6.1 + * Wed May 2 2018 Remi Collet - 2.6.0-1 - update to 2.6.0 - raise dependency on PHP 5.6 -- cgit