From 9d969e1947cf7de95011a46a864904dd6382ff40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jul 2022 11:19:03 +0200 Subject: fix FTBFS, using upstream patch for test suite --- php-laminas-inputfilter.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-laminas-inputfilter.spec') diff --git a/php-laminas-inputfilter.spec b/php-laminas-inputfilter.spec index 0c2ba88..5e6399f 100644 --- a/php-laminas-inputfilter.spec +++ b/php-laminas-inputfilter.spec @@ -23,7 +23,7 @@ Name: php-%{gh_project} Version: 2.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -31,6 +31,8 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh +Patch0: %{name}-upstream.patch + BuildArch: noarch # Tests %if %{with_tests} @@ -123,6 +125,7 @@ Documentation: https://docs.laminas.dev/%{gh_project}/ %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch0 -p1 mv LICENSE.md LICENSE @@ -206,6 +209,9 @@ exit $ret %{php_home}/%{namespace}/%{library} %changelog +* Wed Jul 20 2022 Remi Collet - 2.18.0-2 +- fix FTBFS, using upstream patch for test suite + * Thu Jun 16 2022 Remi Collet - 2.18.0-1 - update to 2.18.0 -- cgit