From a3ee11e0d12644bef2c1da4cdd2541418299eca4 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:04:56 +0100 Subject: [PATCH] restore sndfile.h required e.g. by gst-plugins-bad010 [release 0.8.9.0-4mamba;Sun Jan 02 2022] --- libmodplug.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libmodplug.spec b/libmodplug.spec index e3f44ae..37b89cf 100644 --- a/libmodplug.spec +++ b/libmodplug.spec @@ -1,6 +1,6 @@ Name: libmodplug Version: 0.8.9.0 -Release: 3mamba +Release: 4mamba Summary: MOD music file playing library Group: System/Libraries Distribution: openmamba @@ -41,8 +41,8 @@ This package contains the header files, static libraries and development documen [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -# Windows header that may conflict with libsndfile (see: mpd) -rm -f %{buildroot}%{_includedir}/libmodplug/sndfile.h +## Windows header that may conflict with libsndfile (see: mpd) +#rm -f %{buildroot}%{_includedir}/libmodplug/sndfile.h %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -66,6 +66,9 @@ rm -f %{buildroot}%{_includedir}/libmodplug/sndfile.h %doc ChangeLog README TODO %changelog +* Sun Jan 02 2022 Silvan Calarco 0.8.9.0-4mamba +- restore sndfile.h required e.g. by gst-plugins-bad010 + * Sun Nov 28 2021 Silvan Calarco 0.8.9.0-3mamba - remove sndfile.h windows header conflicting with libsndfile