diff options
| -rw-r--r-- | php-laminas-validator.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index ca6e1f0..586c032 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -1,6 +1,6 @@  # remirepo/Fedora spec file for php-laminas-validator  # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -8,7 +8,7 @@  #  # When buid without db, filter, http, session, uri  %global bootstrap    0 -%global gh_commit    fbd87f30c0a27aaeeee8adb2f934c14fb6046c80 +%global gh_commit    329900ab7674c198e91e85b2e09080cdf493ce07  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-validator @@ -19,7 +19,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-%{gh_project} -Version:        2.15.1 +Version:        2.16.0  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -275,6 +275,9 @@ exit $ret  %changelog +* Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 2.16.0-1 +- update to 2.16.0 +  * Thu Dec  2 2021 Remi Collet <remi@remirepo.net> - 2.15.1-1  - update to 2.15.1  | 
