From fafc70fee6c65efe94066fe3fe97a35ed8a245cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Apr 2016 08:30:13 +0200 Subject: php-zendframework-zend-inputfilter: 2.7.0 --- php-zendframework-zend-inputfilter.spec | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'php-zendframework-zend-inputfilter.spec') diff --git a/php-zendframework-zend-inputfilter.spec b/php-zendframework-zend-inputfilter.spec index 8f3b5fa..03b1d4d 100644 --- a/php-zendframework-zend-inputfilter.spec +++ b/php-zendframework-zend-inputfilter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit a6833aeabc9fcaf5bb17c3a33130ae79b3aa133a +%global gh_commit 3d6c8dab9780c63d14c5649f83a7fbbadc9d16c8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-inputfilter @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.1 +Version: 2.7.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -99,12 +99,6 @@ cp -pr src %{buildroot}%{php_home}/Zend/%{library} %check %if %{with_tests} -if %{_bindir}/phpunit --atleast-version 5 -then - : Skip test suite because PHPUnit is too recent - exit 0 -fi - mkdir vendor cat << 'EOF' | tee vendor/autoload.php - 2.7.0-1 +- update to 2.7.0 + * Thu Apr 7 2016 Remi Collet - 2.6.1-1 - update to 2.6.1 -- cgit