diff --git a/SPECS/SDL.spec b/SPECS/SDL.spec index 86407d7..be2c711 100644 --- a/SPECS/SDL.spec +++ b/SPECS/SDL.spec @@ -1,11 +1,11 @@ Name: SDL Version: 1.2.15 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A cross-platform multimedia library Group: System Environment/Libraries URL: http://www.libsdl.org/ # The license of the file src/video/fbcon/riva_mmio.h is bad, but the contents -# of the file has been relicensed to MIT in 2008 by Nvidia for the +# of the file has been relicensed to MIT in 2008 by Nvidia for the # xf86_video-nv driver, therefore it can be considered ok. License: LGPLv2+ # Source: http://www.libsdl.org/release/%%{name}-%%{version}.tar.gz @@ -88,7 +88,7 @@ applications. %patch5 -p1 -b .backing_store %patch6 -p1 -b .0006 -for F in CREDITS; do +for F in CREDITS; do iconv -f iso8859-1 -t utf-8 < "$F" > "${F}.utf" touch --reference "$F" "${F}.utf" mv "${F}.utf" "$F" @@ -148,9 +148,13 @@ rm -f %{buildroot}%{_libdir}/*.la %{_libdir}/lib*.a %changelog -* Wed Nov 27 2019 Tomas Pelka - 1.2.15-15 +* Mon Dec 16 2019 Tomas Pelka - 1.2.15-16 +- Need to bump version to avoid conflict with 7.7.z build +- Resolves: rhbz#1756277 + +* Fri Aug 30 2019 Petr Pisar - 1.2.15-15 - Fix CVE-2019-13616 (a heap buffer over-read in BlitNtoN) (bug #1747237) -- Resolves: rhbz#1756276 +- Resolves: rhbz#1756277 * Wed Jul 29 2015 Petr Pisar - 1.2.15-14 - Do not harness backing store by default. Export SDL_VIDEO_X11_BACKINGSTORE @@ -272,7 +276,7 @@ rm -f %{buildroot}%{_libdir}/*.la - Rewrite pulseaudio support to stop the crackle crackle with the new glitch free pulseaudio, this also gives us much better latency, as good as with directly using alsa (rh 474745, sdl 698) -- Workaround an obscure bug in the inline-asm revcpy function (by disabling it) +- Workaround an obscure bug in the inline-asm revcpy function (by disabling it) This fixes Ri-li crashing on i386 (rh 484121, rh 484362, sdl 699) * Tue Sep 2 2008 Thomas Woerner 1.2.13-6 @@ -357,7 +361,7 @@ rm -f %{buildroot}%{_libdir}/*.la - added build requires for automake and autoconf * Tue Jul 25 2006 Thomas Woerner 1.2.10-6 -- dropped libXt build requires, because libSDL does not need libXt at all - +- dropped libXt build requires, because libSDL does not need libXt at all - this was an autofoo bug (fixed already) - fixed multilib devel conflicts (#192749) - added buidrequires for imake: AC_PATH_X needs imake currently @@ -579,7 +583,7 @@ rm -f %{buildroot}%{_libdir}/*.la - Rebuild to eliminate libXv/libXxf86dga deps. * Fri Jun 29 2001 Preston Brown -- output same libraries for sdl-config whether --libs or --static-libs +- output same libraries for sdl-config whether --libs or --static-libs selected. Fixes compilation of most SDL programs. - properly packaged new HTML documentation @@ -646,7 +650,7 @@ rm -f %{buildroot}%{_libdir}/*.la * Wed Jan 19 2000 Sam Lantinga - Re-integrated spec file into SDL distribution -- 'name' and 'version' come from configure +- 'name' and 'version' come from configure - Some of the documentation is devel specific - Removed SMP support from %%build - it doesn't work with libtool anyway