diff --git a/SPECS/SDL.spec b/SPECS/SDL.spec index 35778e9..151222c 100644 --- a/SPECS/SDL.spec +++ b/SPECS/SDL.spec @@ -10,7 +10,7 @@ Name: SDL Version: 1.2.15 -Release: 38%{?dist} +Release: 39%{?dist} Summary: A cross-platform multimedia library URL: http://www.libsdl.org/ # The license of the file src/video/fbcon/riva_mmio.h is bad, but the contents @@ -159,7 +159,7 @@ done sed -i -e 's/.*AM_PATH_ESD.*//' configure.in %endif # Update config.sub to support aarch64, bug #926510 -cp -p %{_datadir}/automake-*/config.{sub,guess} build-scripts +cp -p /usr/share/automake-*/config.{sub,guess} build-scripts %build aclocal @@ -225,6 +225,10 @@ rm -f %{buildroot}%{_libdir}/*.la %{_libdir}/lib*.a %changelog +* Tue Dec 15 2020 Wim Taymans - 1.2.15-39 +- copy config.{sub,guess} from /usr/share/automake +- Resolves: rhbz#1907503 + * Mon Mar 23 2020 Wim Taymans - 1.2.15-38 - fix CVEs - Resolves: rhbz#1716209, rhbz#1716210, rhbz#1716211, rhbz#1716212,