Author: thias
Update of /cvs/nonfree/rpms/snes9x/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19381/F-13
Modified Files:
.cvsignore snes9x.spec sources
Removed Files:
snes9x-1.52-core.fix4.diff
Log Message:
Update snes9x to 1.53.
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/F-13/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 13 Oct 2010 09:25:11 -0000 1.3
+++ .cvsignore 2 Jun 2011 07:57:18 -0000 1.4
@@ -1 +1 @@
-snes9x-1.52-src.tar.bz2
+snes9x-1.53-src.tar.bz2
Index: snes9x.spec
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/F-13/snes9x.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- snes9x.spec 14 Oct 2010 15:05:51 -0000 1.6
+++ snes9x.spec 2 Jun 2011 07:57:19 -0000 1.7
@@ -1,13 +1,11 @@
Summary: Super Nintendo Entertainment System emulator
Name: snes9x
-Version: 1.52
-Release: 2%{?dist}
+Version: 1.53
+Release: 1%{?dist}
License: Other
Group: Applications/Emulators
URL:
http://code.google.com/p/snes9x-gtk/
Source:
http://snes9x-gtk.googlecode.com/files/snes9x-%{version}-src.tar.bz2
-#
http://download.sessionclan.de/overfiend/snes9x/snes9x-1.52-src.fix4.diff...
-Patch0: snes9x-1.52-core.fix4.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: gcc-c++
BuildRequires: zlib-devel, libpng-devel
@@ -28,13 +26,9 @@
%prep
%setup -q -n %{name}-%{version}-src
-%patch0 -p0 -b .fixes
%build
-# Workaround for all of the missing links (as of 1.52)
-export CFLAGS="%{optflags} -lX11 -ldl -lXext"
-export CXXFLAGS="%{optflags} -lX11 -ldl -lXext"
# First, build the GTK version
cd gtk
%configure \
@@ -88,6 +82,10 @@
%changelog
+* Wed Jun 1 2011 Matthias Saou <
http://freshrpms.net/> 1.53-1
+- Update to 1.53.
+- Remove no longer needed patch and compile time lib hacks.
+
* Thu Oct 14 2010 Matthias Saou <
http://freshrpms.net/> 1.52-2
- Add missing scriplets now that there are icons and a MimeType.
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/snes9x/F-13/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 13 Oct 2010 09:25:11 -0000 1.3
+++ sources 2 Jun 2011 07:57:19 -0000 1.4
@@ -1 +1 @@
-813bd3a0f99732ee0238a2c8ab417725 snes9x-1.52-src.tar.bz2
+69ec1743a1da7de7b5d55a43b0e2ed10 snes9x-1.53-src.tar.bz2
--- snes9x-1.52-core.fix4.diff DELETED ---