diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-23 06:51:36 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-23 06:51:36 +0100 |
commit | b7d9d16c7f967be269f952e354049c6369c88e71 (patch) | |
tree | 2d1b11a2694d16544d4e908675a9b772d845c898 | |
parent | 67e911cc99f7fc451c438b7e493c49107441b6ab (diff) |
php-zendframework-zend-mvc: 2.6.2
-rw-r--r-- | php-zendframework-zend-mvc.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-mvc.spec b/php-zendframework-zend-mvc.spec index 3d7465c..f564f06 100644 --- a/php-zendframework-zend-mvc.spec +++ b/php-zendframework-zend-mvc.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 9e103a9250dcad753d29bf22cafdaaec3483e22e +%global gh_commit 9babf3f501f7db532f3293ec39593237f297a7d0 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-mvc @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.6.1 +Version: 2.6.2 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -231,6 +231,9 @@ rm -rf %{buildroot} %changelog +* Tue Feb 23 2016 Remi Collet <remi@fedoraproject.org> - 2.6.2-1 +- update to 2.6.2 + * Tue Feb 16 2016 Remi Collet <remi@fedoraproject.org> - 2.6.1-1 - update to 2.6.1 - raise dependency on zend-stdlib ^2.7.5 |