[SDL2] 2.0.1

Tom Callaway spot at fedoraproject.org
Thu Oct 24 10:23:40 UTC 2013


commit 725be8ea9e4e6a19fffb41a660aa71e875e7e655
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Oct 24 11:23:45 2013 +0100

    2.0.1

 .gitignore |    1 +
 SDL2.spec  |    9 ++++++---
 sources    |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
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-<arch>.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 <spot at fedoraproject.org> - 2.0.1-1
+- update to 2.0.1
+
 * Sat Aug 24 2013 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 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


More information about the scm-commits mailing list