diff --git a/openal-soft.spec b/openal-soft.spec index 7fc2c12..456e1c8 100644 --- a/openal-soft.spec +++ b/openal-soft.spec @@ -1,6 +1,8 @@ +%define __cmake_in_source_build 1 + Name: openal-soft Version: 1.19.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Open Audio Library License: LGPLv2+ @@ -12,8 +14,11 @@ Patch1: openal-soft-fcommon-fix.patch BuildRequires: alsa-lib-devel BuildRequires: cmake BuildRequires: fluidsynth-devel +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: portaudio-devel BuildRequires: pulseaudio-libs-devel +BuildRequires: qt5-qtbase-devel BuildRequires: SDL2-devel BuildRequires: SDL_sound-devel Obsoletes: openal <= 0.0.10 @@ -105,6 +110,11 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \ %{_bindir}/alsoft-config %changelog +* Tue Aug 04 2020 François Cami - 1.19.1-9 +- Fix FTBFS (rhbz#1865148) +- Set %__cmake_in_source_build +- BR qt5-qtbase-devel to keep the GUI frontend + * Sat Aug 01 2020 Fedora Release Engineering - 1.19.1-8 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild