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