From f08e17687f48ec0f62b0b496c39ed926ab878e15 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Oct 2019 07:44:12 +0200 Subject: v2.12..1 --- php-zendframework-zend-validator.spec | 11 +++++++---- 1 file changed, 7 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 6990dd4..e5cdd83 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 64c33668e5fa2d39c6289a878f927ea2b0850c30 +%global gh_commit 7b870a7515f3a35afbecc39d63f34a861f40f58b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-validator @@ -22,7 +22,7 @@ # TODO switch BR to fedora-autoloader + tests Name: php-%{gh_owner}-%{gh_project} -Version: 2.12.0 +Version: 2.12.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -52,7 +52,7 @@ BuildRequires: php-autoloader(%{gh_owner}/zend-stdlib) >= 3.2.1 BuildRequires: php-composer(container-interop/container-interop) >= 1.1 %endif # From composer, "require-dev": { -# "phpunit/PHPUnit": "^6.0.8 || ^5.7.15", +# "phpunit/phpunit": "^6.0.8 || ^5.7.15", # "psr/http-message": "^1.0", # "zendframework/zend-cache": "^2.6.1", # "zendframework/zend-coding-standard": "~1.0.0", @@ -213,7 +213,7 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php'; EOF ret=0 -for cmd in php php70 php71 php72 php73; do +for cmd in php php71 php72 php73 php74; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit6 --verbose || ret=1 fi @@ -233,6 +233,9 @@ exit $ret %changelog +* Sun Oct 13 2019 Remi Collet - 2.12.1-1 +- update to 2.12.1 + * Thu Jan 31 2019 Remi Collet - 2.12.0-1 - update to 2.12.0 - raise dependency on zend-stdlib 3.2.1 -- cgit