From 072e8c42d7725bb5fbf2f3dc155dec184bde8bd2 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Tue, 4 May 2021 21:07:41 +0200 Subject: [PATCH] Fix FTBFS with upcoming autoconf-2.71 (rhbz#1943118) --- portaudio.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/portaudio.spec b/portaudio.spec index 91a0f5d..b75cf47 100644 --- a/portaudio.spec +++ b/portaudio.spec @@ -1,6 +1,6 @@ Name: portaudio Version: 19 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Free, cross platform, open-source, audio I/O library License: MIT URL: http://www.portaudio.com/ @@ -44,6 +44,8 @@ portaudio library. %autosetup -p1 -n %{name} # Needed for patch3 autoreconf -i -f +# With autoconf-2.71 we need to run this twice for things to work ?? (rhbz#1943118) +autoreconf -i -f %build @@ -81,6 +83,9 @@ doxygen %changelog +* Tue May 04 2021 Hans de Goede - 19-36 +- Fix FTBFS with upcoming autoconf-2.71 (rhbz#1943118) + * Tue Apr 06 2021 Uwe Klotz - 19-35 - Upgrade to pa_stable_v190700_20210406