From 20141d3ed669096345ba3da5f4a5dc445308bdff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 May 2019 08:56:35 +0200 Subject: v2.7.1 --- php-zendframework-zend-tag.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-zendframework-zend-tag.spec b/php-zendframework-zend-tag.spec index 6bde8a7..5053d1a 100644 --- a/php-zendframework-zend-tag.spec +++ b/php-zendframework-zend-tag.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-tag # -# 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 2212dfae37dd6158a435df551186bd11b8eea011 +%global gh_commit a9f92a01157dac2ce20bf5d5de2291b1294d3f88 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-tag @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.7.1 Release: 2%{?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 @@ -139,7 +138,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" php71 php72; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -152,6 +151,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -160,6 +160,9 @@ exit $ret %changelog +* Thu May 2 2019 Remi Collet - 2.7.1-2 +- update to 2.7.1 + * Thu May 3 2018 Remi Collet - 2.7.0-2 - update to 2.7.0 - raise dependency on PHP 5.6 -- cgit