From c59019510190eeb75d97848ab78d5ef701b1bc59 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Jan 2021 15:31:43 +0100 Subject: update to 2.14.2 --- php-laminas-validator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-validator.spec') diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index c73a01d..bff9568 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -8,7 +8,7 @@ # # When buid without config, db, filter, http, session, uri %global bootstrap 0 -%global gh_commit 8da5e20ed7b2b8101c1de68ca8dc0180210ed23e +%global gh_commit 270c210c5c2b589a4ce83ad422ad8a6698451344 %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.14.0 +Version: 2.14.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -278,6 +278,9 @@ exit $ret %changelog +* Fri Jan 22 2021 Remi Collet - 2.14.2-1 +- update to 2.14.2 + * Fri Jan 8 2021 Remi Collet - 2.14.0-1 - update to 2.14.0 - raise dependency on PHP 7.3 -- cgit