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