From 314665f63bce59085441d5a403bb16c1b094dbf9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Feb 2016 06:59:58 +0100 Subject: php-zendframework-zend-view: 2.6.3 --- php-zendframework-zend-view.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/php-zendframework-zend-view.spec b/php-zendframework-zend-view.spec index 41db484..1ac0495 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 5ada030ae7d7364bd952ace1cafc0212275d9459 +%global gh_commit 2e635526eb4486dbe6a362b5670fa0464d22af67 %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.2 +Version: 2.6.3 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -55,6 +55,7 @@ BuildRequires: php-composer(%{gh_owner}/zend-stdlib) >= 2.5 # "zendframework/zend-i18n": "^2.6", # "zendframework/zend-json": "^2.6.1", # "zendframework/zend-log": "^2.7", +# "zendframework/zend-modulemanager": "^2.5", # "zendframework/zend-mvc": "^2.6.1", # "zendframework/zend-navigation": "^2.5", # "zendframework/zend-paginator": "^2.5", @@ -76,6 +77,7 @@ BuildRequires: php-composer(%{gh_owner}/zend-http) >= 2.5.4 BuildRequires: php-composer(%{gh_owner}/zend-i18n) >= 2.6 BuildRequires: php-composer(%{gh_owner}/zend-json) >= 2.6.1 BuildRequires: php-composer(%{gh_owner}/zend-log) >= 2.7 +BuildRequires: php-composer(%{gh_owner}/zend-modulemanager) >= 2.5 BuildRequires: php-composer(%{gh_owner}/zend-mvc) >= 2.6.1 BuildRequires: php-composer(%{gh_owner}/zend-navigation) >= 2.5 BuildRequires: php-composer(%{gh_owner}/zend-paginator) >= 2.5 @@ -204,6 +206,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 23 2016 Remi Collet - 2.6.3-1 +- version 2.6.3 + * Fri Feb 19 2016 Remi Collet - 2.6.2-1 - version 2.6.2 -- cgit