diff options
| -rw-r--r-- | php-laminas-validator.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index d0ed947..75ab758 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -8,7 +8,7 @@  #  # When buid without db, filter, http, session, uri  %global bootstrap    0 -%global gh_commit    dd9d10602048c561730d8bdb0ae589cd8ba11a82 +%global gh_commit    4875d4e58b6f728981bb767a60530540f82ee1df  %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.18.0 +Version:        2.19.0  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -275,6 +275,9 @@ exit $ret  %changelog +* Fri Jun 10 2022 Remi Collet <remi@remirepo.net> - 2.19.0-1 +- update to 2.19.0 +  * Thu Jun  9 2022 Remi Collet <remi@remirepo.net> - 2.18.0-1  - update to 2.18.0  - raise dependency on zend-stdlib >= 3.10  | 
