From e157bb4df978819ccfe44dde1cfb0ce3d78039e5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 May 2019 09:12:20 +0200 Subject: v2.8.0 --- php-zendframework-zend-soap.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-zendframework-zend-soap.spec b/php-zendframework-zend-soap.spec index 3cdb516..9e0ce7d 100644 --- a/php-zendframework-zend-soap.spec +++ b/php-zendframework-zend-soap.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit af03c32f0db2b899b3df8cfe29aeb2b49857d284 +%global gh_commit 8762d79efa220d82529c43ce08d70554146be645 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-soap @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.7.0 +Version: 2.8.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -128,7 +128,7 @@ require_once 'test/TestAsset/call_user_func.php'; EOF ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php71 php72; do if which $cmd; then $cmd %{_bindir}/phpunit || ret=1 fi @@ -148,6 +148,9 @@ exit $ret %changelog +* Thu May 2 2019 Remi Collet - 2.8.0-1 +- update to 2.8.0 + * Wed Jan 31 2018 Remi Collet - 2.7.0-1 - Update to 2.7.0 - raise dependency on PHP >= 5.6 -- cgit