From e7b111853308a1b0709372978cc603c6f17a7cb3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jul 2022 09:01:21 +0200 Subject: update to 2.23.0 --- php-laminas-validator.spec | 7 +++++-- 1 file 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 - 2.23.0-1 +- update to 2.23.0 + * Mon Jul 25 2022 Remi Collet - 2.22.0-1 - update to 2.22.0 -- cgit