From 7cdfb16163a518d1a6a6d258487294571513b794 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 4 Jan 2016 10:46:36 -0500 Subject: [PATCH] 2.0.4 --- .gitignore | 1 + SDL2.spec | 11 ++++++----- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 56772b1..6b39445 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /SDL2-2.0.1.tar.gz /SDL2-2.0.2.tar.gz /SDL2-2.0.3.tar.gz +/SDL2-2.0.4.tar.gz diff --git a/SDL2.spec b/SDL2.spec index cab5c97..9b09c2e 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,6 +1,6 @@ Name: SDL2 -Version: 2.0.3 -Release: 7%{?dist} +Version: 2.0.4 +Release: 1%{?dist} Summary: A cross-platform multimedia library Group: System Environment/Libraries URL: http://www.libsdl.org/ @@ -8,8 +8,6 @@ License: zlib and MIT Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz Source1: SDL_config.h Patch0: multilib.patch -# https://hg.libsdl.org/SDL/rev/7e843b8b8301 -Patch1: SDL2-2.0.3-oldgcc.patch BuildRequires: alsa-lib-devel BuildRequires: audiofile-devel @@ -72,7 +70,6 @@ developing SDL applications. %prep %setup -q %patch0 -p1 -b .multilib -%patch1 -p1 -b .oldgcc # Compilation without ESD sed -i -e 's/.*AM_PATH_ESD.*//' configure.in sed -i -e 's/\r//g' TODO.txt README.txt WhatsNew.txt BUGS.txt COPYING.txt CREDITS.txt README-SDL.txt @@ -115,10 +112,14 @@ rm -f %{buildroot}%{_libdir}/*.a %{_bindir}/*-config %{_libdir}/lib*.so %{_libdir}/pkgconfig/sdl2.pc +%{_libdir}/cmake/SDL2/ %{_includedir}/SDL2 %{_datadir}/aclocal/* %changelog +* Mon Jan 04 2016 Tom Callaway - 2.0.4-1 +- update to 2.0.4 + * Fri Sep 04 2015 Michal Toman - 2.0.3-7 - Add support for MIPS architecture to SDL_config.h diff --git a/sources b/sources index a6923be..3b4709d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe6c61d2e9df9ef570e7e80c6e822537 SDL2-2.0.3.tar.gz +44fc4a023349933e7f5d7a582f7b886e SDL2-2.0.4.tar.gz