diff options
Diffstat (limited to 'php-zendframework-zend-validator.spec')
-rw-r--r-- | php-zendframework-zend-validator.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-zendframework-zend-validator.spec b/php-zendframework-zend-validator.spec index e5cdd83..981a159 100644 --- a/php-zendframework-zend-validator.spec +++ b/php-zendframework-zend-validator.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7b870a7515f3a35afbecc39d63f34a861f40f58b +%global gh_commit fd24920c2afcf2a70d11f67c3457f8f509453a62 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-validator @@ -22,7 +22,7 @@ # TODO switch BR to fedora-autoloader + tests Name: php-%{gh_owner}-%{gh_project} -Version: 2.12.1 +Version: 2.12.2 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -233,6 +233,9 @@ exit $ret %changelog +* Tue Oct 29 2019 Remi Collet <remi@remirepo.net> - 2.12.2-1 +- update to 2.12.2 + * Sun Oct 13 2019 Remi Collet <remi@remirepo.net> - 2.12.1-1 - update to 2.12.1 |