From ca01192ba6ff625f32a95ffe885b0e38b4b58ee1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Apr 2016 07:44:47 +0200 Subject: php-zendframework-zend-view: 2.6.7 --- php-zendframework-zend-view.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'php-zendframework-zend-view.spec') diff --git a/php-zendframework-zend-view.spec b/php-zendframework-zend-view.spec index 62f947e..e256a18 100644 --- a/php-zendframework-zend-view.spec +++ b/php-zendframework-zend-view.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b6cbad62a95ba9bf1ce8814bbd4a1d2316041cb9 +%global gh_commit 9993386447a618a39e6e8105026f5874720c7d3f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-view @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.5 +Version: 2.6.7 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -60,6 +60,7 @@ BuildRequires: php-composer(%{gh_owner}/zend-stdlib) >= 2.5 # "zendframework/zend-navigation": "^2.5", # "zendframework/zend-paginator": "^2.5", # "zendframework/zend-permissions-acl": "^2.6", +# "zendframework/zend-router": "^3.0.1", # "zendframework/zend-serializer": "^2.6.1", # "zendframework/zend-session": "^2.6.2", # "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", @@ -82,6 +83,7 @@ BuildRequires: php-composer(%{gh_owner}/zend-mvc) >= 2.7 BuildRequires: php-composer(%{gh_owner}/zend-navigation) >= 2.5 BuildRequires: php-composer(%{gh_owner}/zend-paginator) >= 2.5 BuildRequires: php-composer(%{gh_owner}/zend-permissions-acl) >= 2.6 +#BuildRequires: php-composer(%{gh_owner}/zend-router) >= 3.0.1 BuildRequires: php-composer(%{gh_owner}/zend-serializer) >= 2.6.1 BuildRequires: php-composer(%{gh_owner}/zend-session) >= 2.6.2 BuildRequires: php-composer(%{gh_owner}/zend-servicemanager) >= 2.7.5 @@ -169,6 +171,9 @@ cp -pr src %{buildroot}%{php_home}/Zend/%{library} %check %if %{with_tests} +# Ignore test which requires router v3 +rm test/Helper/UrlTest.php + mkdir vendor cat << 'EOF' | tee vendor/autoload.php - 2.6.7-1 +- version 2.6.7 + * Mon Mar 21 2016 Remi Collet - 2.6.5-1 - version 2.6.5 -- cgit