From 4db02eb673ce396ef41c47a1be0ccac1982929ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Aug 2017 11:56:00 +0200 Subject: v2.10.1 --- php-zendframework-zend-validator.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php-zendframework-zend-validator.spec') diff --git a/php-zendframework-zend-validator.spec b/php-zendframework-zend-validator.spec index 9bc8c24..4a02e39 100644 --- a/php-zendframework-zend-validator.spec +++ b/php-zendframework-zend-validator.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 07ef29e31353592e99eb32b2feb7248681ffb630 +%global gh_commit 010084ddbd33299bf51ea6f0e07f8f4e8bd832a8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-validator @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.10.0 +Version: 2.10.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -106,7 +106,7 @@ Suggests: php-composer(%{gh_owner}/zend-session) Suggests: php-composer(%{gh_owner}/zend-uri) %endif %endif -# From phpcompatinfo report for version 2.8.0 +# From phpcompatinfo report for version 2.10.1 Requires: php-ctype Requires: php-date Requires: php-fileinfo @@ -160,8 +160,9 @@ Zend\Loader\AutoloaderFactory::factory(array( require_once '%{php_home}/Zend/autoload.php'; EOF +# PHP 7.2 https://github.com/zendframework/zend-validator/issues/196 ret=0 -for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72; do +for cmdarg in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1 @@ -182,6 +183,9 @@ exit $ret %changelog +* Wed Aug 23 2017 Remi Collet - 2.10.1-1 +- Update to 2.10.1 + * Tue Aug 15 2017 Remi Collet - 2.10.0-1 - Update to 2.10.0 -- cgit