diff options
author | Remi Collet <remi@remirepo.net> | 2019-10-29 11:35:51 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-10-29 11:35:51 +0100 |
commit | c07bfd11d21b4ba42b4fda002fb0c0cb0c0956e9 (patch) | |
tree | ee5f5e3bbb5d69a5d0f9e7cf7338a34fd741c9d4 /php-zendframework-zend-validator.spec | |
parent | f08e17687f48ec0f62b0b496c39ed926ab878e15 (diff) |
v2.12.2
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 |