From 2ba24eeaf253f14ac91d3bf11cee998ab18f146c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Jul 2021 13:11:01 +0200 Subject: fix regression in Validator/Barcode/Royalmail using patch from https://github.com/laminas/laminas-validator/pull/106 --- php-laminas-validator.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'php-laminas-validator.spec') diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index 572894e..de2e49f 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -20,7 +20,7 @@ Name: php-%{gh_project} Version: 2.14.5 -Release: 1%{?dist} +Release: 3%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -28,6 +28,9 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh +# https://github.com/laminas/laminas-validator/pull/106 +Patch0: 106.patch + BuildArch: noarch # Tests %if %{with_tests} @@ -176,6 +179,7 @@ Documentation: https://docs.laminas.dev/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 mv LICENSE.md LICENSE @@ -278,6 +282,10 @@ exit $ret %changelog +* Fri Jul 30 2021 Remi Collet - 2.14.5-3 +- fix regression in Validator/Barcode/Royalmail using patch from + https://github.com/laminas/laminas-validator/pull/106 + * Mon Jul 19 2021 Remi Collet - 2.14.5-1 - update to 2.14.5 -- cgit