rpms/gcube/devel gcube.spec,1.5,1.6

David Timms dtimms at rpmfusion.org
Mon Apr 13 15:22:47 CEST 2009


Author: dtimms

Update of /cvs/free/rpms/gcube/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7123

Modified Files:
	gcube.spec 
Log Message:
fix conflicting types with gcc44 by including asm/types.h. This change needs testing with a rom/iso


Index: gcube.spec
===================================================================
RCS file: /cvs/free/rpms/gcube/devel/gcube.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gcube.spec	29 Mar 2009 13:08:47 -0000	1.5
+++ gcube.spec	13 Apr 2009 13:22:47 -0000	1.6
@@ -1,6 +1,6 @@
 Name:          gcube
 Version:       0.4
-Release:       7%{?dist}
+Release:       8%{?dist}
 Summary:       Nintendo Gamecube emulator
 
 Group:         Applications/Emulators
@@ -11,6 +11,7 @@
 # Source0:       http://gcube.exemu.net/downloads/%{name}-%{version}-src.tar.bz2
 Source0:       http://ftp.netbsd.org/pub/NetBSD/packages/distfiles/%{name}-%{version}-src.tar.bz2
 Patch0:        gcube-0.4-nostrip.patch
+Patch1:        gcube-0.4-gcc44-types.patch
 BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: libGLU-devel
 BuildRequires: libjpeg-devel
@@ -24,7 +25,8 @@
 
 %prep
 %setup -qn %{version}
-%patch0 -p1
+%patch0 -p1 -b .nostrip
+%patch1 -b .gcc44-types
 
 
 %build
@@ -58,6 +60,9 @@
 
 
 %changelog
+* Mon Apr 13 2009 David Timms <iinet.net.au at dtimms> 0.4-8
+- fix conflicting types in types.h by using <asm/types.h>
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.4-7
 - rebuild for new F11 features
 



More information about the rpmfusion-commits mailing list