diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-10 14:04:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-10 14:04:48 +0200 |
commit | 16c36232f53010d5959f81970bab2e1f873edd86 (patch) | |
tree | b3b522a85f2328a8b0543545282d59db8ea8a1f1 /php-laminas-validator.spec | |
parent | c9167aa263dd1e70eacaaec867eb34c06b8eded0 (diff) |
update to 2.19.0
Diffstat (limited to 'php-laminas-validator.spec')
-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 |