From 725be8ea9e4e6a19fffb41a660aa71e875e7e655 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Oct 24 2013 10:23:45 +0000 Subject: 2.0.1 --- diff --git a/.gitignore b/.gitignore index 65ebdda..1919305 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /SDL2-2.0.0.tar.gz +/SDL2-2.0.1.tar.gz diff --git a/SDL2.spec b/SDL2.spec index ad42374..dbc5f68 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -1,6 +1,6 @@ Name: SDL2 -Version: 2.0.0 -Release: 3%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: A cross-platform multimedia library Group: System Environment/Libraries URL: http://www.libsdl.org/ @@ -70,7 +70,7 @@ sed -i -e 's/\r//g' TODO.txt README.txt WhatsNew.txt BUGS.txt COPYING.txt CREDIT make %{?_smp_mflags} %install -%make_install +make DESTDIR=%{buildroot} install # Rename SDL_config.h to SDL_config-.h to avoid file conflicts on # multilib systems and install SDL_config.h wrapper @@ -99,6 +99,9 @@ rm -f %{buildroot}%{_libdir}/*.a %{_datadir}/aclocal/* %changelog +* Thu Oct 24 2013 Tom Callaway - 2.0.1-1 +- update to 2.0.1 + * Sat Aug 24 2013 Igor Gnatenko - 2.0.0-3 - Fix multilib issues diff --git a/sources b/sources index 7b4017b..4a91781 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -beec89afb6edcc6f0abc4114f2e6bcf7 SDL2-2.0.0.tar.gz +0eb97039488bf463e775295f7b18b227 SDL2-2.0.1.tar.gz