diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-23 06:59:58 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-23 06:59:58 +0100 |
commit | 314665f63bce59085441d5a403bb16c1b094dbf9 (patch) | |
tree | 10e633a7947dcbe42fbfaf474970b2dd790b7237 | |
parent | b644298fe082b8126bbef3a8a21b82420815d41c (diff) |
php-zendframework-zend-view: 2.6.3
-rw-r--r-- | php-zendframework-zend-view.spec | 9 |
1 files 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 <remi@fedoraproject.org> - 2.6.3-1 +- version 2.6.3 + * Fri Feb 19 2016 Remi Collet <remi@fedoraproject.org> - 2.6.2-1 - version 2.6.2 |