diff options
-rw-r--r-- | php-zendframework-zend-validator.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-zendframework-zend-validator.spec b/php-zendframework-zend-validator.spec index e10c95b..9b6fca0 100644 --- a/php-zendframework-zend-validator.spec +++ b/php-zendframework-zend-validator.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-validator # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit f0789b4c4c099afdd2ecc58cc209a26c64bd4f17 +%global gh_commit 3c28dfe4e5951ba38059cea895244d9d206190b3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-validator @@ -20,11 +20,10 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.11.0 +Version: 2.11.1 Release: 1%{?dist} Summary: Zend Framework %{library} component -Group: Development/Libraries License: BSD URL: https://zendframework.github.io/%{gh_project}/ Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz @@ -192,6 +191,9 @@ exit $ret %changelog +* Thu Jan 31 2019 Remi Collet <remi@remirepo.net> - 2.11.1-1 +- update to 2.11.1 + * Fri Dec 14 2018 Remi Collet <remi@remirepo.net> - 2.11.0-1 - update to 2.11.0 - add dependency on psr/http-message |