diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-04 11:11:17 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-04 11:11:17 +0200 |
commit | 8776b5b6990ed9e56e8e70578e65c4b76ae292fc (patch) | |
tree | dc9dee2f093f240ff80646f53b5aa1abbbbccdfa | |
parent | fe5d7df066a9f5e74841926e3b5fc9d4519c586b (diff) |
php-zendframework-zend-form: 2.8.3
-rw-r--r-- | php-zendframework-zend-form.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-form.spec b/php-zendframework-zend-form.spec index 458c0b1..10f4bd5 100644 --- a/php-zendframework-zend-form.spec +++ b/php-zendframework-zend-form.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 0e8cce481470443b716a155e5f6bf40242d30635 +%global gh_commit 140f82ea93180a083fe46edba17d1860ff58308e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-form @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.2 +Version: 2.8.3 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -195,6 +195,9 @@ rm -rf %{buildroot} %changelog +* Wed May 4 2016 Remi Collet <remi@fedoraproject.org> - 2.8.3-1 +- update to 2.8.3 + * Mon May 2 2016 Remi Collet <remi@fedoraproject.org> - 2.8.2-1 - update to 2.8.2 - raise dependency on zend-loader >= 2.5.1-3 |