diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-12 17:43:58 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-12 17:43:58 +0200 |
commit | af0fbfd6f53ca4d61c5af508670a211c98398847 (patch) | |
tree | 469e5bce40828b795a747d76dfc813164b8b45b1 | |
parent | ca01192ba6ff625f32a95ffe885b0e38b4b58ee1 (diff) |
php-zendframework-zend-view: 2.7.0
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-zendframework-zend-view.spec | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 7a6ed17..598aeb1 100644 --- a/composer.json +++ b/composer.json @@ -62,8 +62,8 @@ "prefer-stable": true, "extra": { "branch-alias": { - "dev-master": "2.6-dev", - "dev-develop": "2.7-dev" + "dev-master": "2.7-dev", + "dev-develop": "2.8-dev" } }, "autoload-dev": { diff --git a/php-zendframework-zend-view.spec b/php-zendframework-zend-view.spec index e256a18..b7a310f 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 9993386447a618a39e6e8105026f5874720c7d3f +%global gh_commit 001336925fec6bb36e8e6d2b2af60da30a9d087e %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.7 +Version: 2.7.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -211,6 +211,9 @@ rm -rf %{buildroot} %changelog +* Thu May 12 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1 +- version 2.7.0 + * Tue Apr 19 2016 Remi Collet <remi@fedoraproject.org> - 2.6.7-1 - version 2.6.7 |