diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-28 09:01:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-28 09:01:21 +0200 |
commit | e7b111853308a1b0709372978cc603c6f17a7cb3 (patch) | |
tree | d4bb92e480c7953077d8451f309768f848823501 | |
parent | a43d428d41e7d372f741cc945233bd875136eeb8 (diff) |
update to 2.23.0
-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 ffe4d44..f183f23 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 7baf6c147f776a05cff280f4e5a676118f0f5198 +%global gh_commit 6d61b6cc3b222f13807a18d9247cdfb084958b03 %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.22.0 +Version: 2.23.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -263,6 +263,9 @@ exit $ret %changelog +* Thu Jul 28 2022 Remi Collet <remi@remirepo.net> - 2.23.0-1 +- update to 2.23.0 + * Mon Jul 25 2022 Remi Collet <remi@remirepo.net> - 2.22.0-1 - update to 2.22.0 |