diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-22 08:53:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-22 08:53:49 +0200 |
commit | 121cee76c8ca36707465a33079f7385be651acff (patch) | |
tree | 448cd6f943fbe6cddd8b1df22c5f0ab8177060b2 | |
parent | 6a098dd89e68718e998381488cea5eb6aab87309 (diff) |
v2.10.2
-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 17bd55f..8ce3489 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 1ca3ab771abd533d440646ec1cc082fccad976a1 +%global gh_commit 252db729887844025772bb8045f8df605850ed9c %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.10.1 +Version: 2.10.2 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -197,6 +197,9 @@ exit $ret %changelog +* Mon May 22 2017 Remi Collet <remi@remirepo.net> - 2.10.2-1 +- Update to 2.10.2 + * Thu Apr 27 2017 Remi Collet <remi@remirepo.net> - 2.10.1-1 - Update to 2.10.1 - raise minimum php version to 5.6 |