From 121cee76c8ca36707465a33079f7385be651acff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 May 2017 08:53:49 +0200 Subject: v2.10.2 --- php-zendframework-zend-form.spec | 7 +++++-- 1 file 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 - 2.10.2-1 +- Update to 2.10.2 + * Thu Apr 27 2017 Remi Collet - 2.10.1-1 - Update to 2.10.1 - raise minimum php version to 5.6 -- cgit