From 00414495bf55af6ee6a9dc58055faa27a0ce117b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 2 Feb 2023 15:33:13 +0100 Subject: update to 2.30.1 --- php-laminas-validator.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index ed97866..8ddb2c8 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -1,14 +1,14 @@ # remirepo/Fedora spec file for php-laminas-validator # -# Copyright (c) 2015-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2015-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # When buid without db, filter, http, session, uri %global bootstrap 0 -%global gh_commit e40ee8d86cc1907083e273bfd6ed8b6dde2d9850 +%global gh_commit b7d217b5e4951955fda9a3a5ada91b717b5c8d5c %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.29.0 +Version: 2.30.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -259,6 +259,9 @@ exit $ret %changelog +* Thu Feb 2 2023 Remi Collet - 2.30.1-1 +- update to 2.30.1 + * Wed Dec 14 2022 Remi Collet - 2.29.0-1 - update to 2.29.0 -- cgit