summaryrefslogtreecommitdiffstats
path: root/php-laminas-inputfilter.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-07-20 11:19:03 +0200
committerRemi Collet <remi@php.net>2022-07-20 11:19:03 +0200
commit9d969e1947cf7de95011a46a864904dd6382ff40 (patch)
treeca7b27a31bd630d45ded467d61dd6ff656b87e25 /php-laminas-inputfilter.spec
parent7b63c572ebefa8ad42024e06615236edd854be14 (diff)
fix FTBFS, using upstream patch for test suite
Diffstat (limited to 'php-laminas-inputfilter.spec')
-rw-r--r--php-laminas-inputfilter.spec8
1 files changed, 7 insertions, 1 deletions
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 <remi@remirepo.net> - 2.18.0-2
+- fix FTBFS, using upstream patch for test suite
+
* Thu Jun 16 2022 Remi Collet <remi@remirepo.net> - 2.18.0-1
- update to 2.18.0