From 42d4d722ec9449d3d1e35934ec3733df8b331605 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Feb 2019 11:43:14 +0100 Subject: v2.6.2 --- php-zendframework-zend-uri.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-zendframework-zend-uri.spec b/php-zendframework-zend-uri.spec index 13514e5..4006f5a 100644 --- a/php-zendframework-zend-uri.spec +++ b/php-zendframework-zend-uri.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-uri # -# 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 3b6463645c6766f78ce537c70cb4fdabee1e725f +%global gh_commit 2b0bc8b999b9b417f2c59e14511e669aa4b6286f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-uri @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.1 +Version: 2.6.2 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 @@ -128,7 +127,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{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; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit7} --verbose || ret=1 @@ -149,6 +148,9 @@ exit $ret %changelog +* Wed Feb 27 2019 Remi Collet - 2.6.2-1 +- update to 2.6.2 + * Wed May 2 2018 Remi Collet - 2.6.1-2 - update to 2.6.1 - use range dependencies -- cgit