rpms/vdrift/F-10 vdrift-20090215-joepack-includes.patch, NONE, 1.1 sources, 1.3, 1.4 vdrift.spec, 1.12, 1.13

Jon Ciesla limb at fedoraproject.org
Mon Mar 9 12:37:01 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/vdrift/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9167

Modified Files:
	sources vdrift.spec 
Added Files:
	vdrift-20090215-joepack-includes.patch 
Log Message:
New version, 467860.


vdrift-20090215-joepack-includes.patch:

--- NEW FILE vdrift-20090215-joepack-includes.patch ---
--- src/joepack.cpp.orig	2009-02-23 11:49:13.000000000 -0600
+++ src/joepack.cpp	2009-02-23 11:49:13.000000000 -0600
@@ -12,0 +13 @@
+#include <stdint.h>


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vdrift/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Aug 2008 15:54:13 -0000	1.3
+++ sources	9 Mar 2009 12:36:30 -0000	1.4
@@ -1 +1 @@
-9e3e3c91960146354c2a9fb65da3bd97  vdrift-2008-08-05-src.tar.bz2
+5960be8c966bcbde42c054ca667b46ef  vdrift-2009-02-15-src.tar.bz2


Index: vdrift.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdrift/F-10/vdrift.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- vdrift.spec	21 Oct 2008 11:07:47 -0000	1.12
+++ vdrift.spec	9 Mar 2009 12:36:30 -0000	1.13
@@ -1,14 +1,14 @@
 Name: vdrift
-Version:  20080805
-Release:  2%{?dist}
-Summary: VDrift is a cross-platform, open source driving/drift racing simulation
+Version:  20090215
+Release:  1%{?dist}
+Summary: Driving/drift racing simulation
 
 Group: Amusements/Games 
 License: GPLv2+
 URL: http://vdrift.net
-Source0: %{name}-2008-08-05-src.tar.bz2
+Source0: %{name}-2009-02-15-src.tar.bz2
 #Original upstream:
-#Source0: http://downloads.sourceforge.net/%{name}/%{name}-2008-08-05-src.tar.bz2
+#Source0: http://downloads.sourceforge.net/%{name}/%{name}-2009-02-15-src.tar.bz2
 # Modified:
 # cd docs
 # rm HOW_TO_COMPILE.txt SConscript INSTALL
@@ -25,6 +25,7 @@
 Patch1: vdrift-20071226-paths.patch
 #Patch2: vdrift-20071226-gcc4.3.patch
 #Patch3: vdrift-20071226-jamfile.patch
+Patch4:	vdrift-20090215-joepack-includes.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
 BuildRequires: SDL-devel
 BuildRequires: SDL_image-devel
@@ -52,7 +53,7 @@
 
 %prep
 
-%setup -qn vdrift-08-05-08
+%setup -qn vdrift-2009-02-15
 
 %ifarch ppc ppc64
 sed -i 's/linuxx86/linuxppc/' src/SConscript
@@ -62,20 +63,25 @@
 %patch1 -p0
 #%patch2 -p0
 #%patch3 -p0
+%patch4 -p0
 
-/bin/chmod -x src/gamestate.cpp
-/bin/chmod -x src/logo.cpp
-/bin/chmod -x src/objects.cpp
+#/bin/chmod -x src/gamestate.cpp
+#/bin/chmod -x src/logo.cpp
+#/bin/chmod -x src/objects.cpp
 /bin/chmod -x src/main.cpp
 /bin/chmod -x src/game.cpp
 
-/bin/chmod -x bullet-2.66/src/LinearMath/*.h
 
 %build
-cd bullet-2.66
-%configure
-jam bulletcollision bulletmath
-cd ..
+tar -xzf bullet-2.73-sp1.tgz
+/bin/chmod -x bullet-2.73/src/LinearMath/*.h
+#cd bullet-2.73
+#./autogen.sh
+#./configure
+#jam bulletcollision bulletmath
+#cmake .
+#make
+#cd ..
 
 CC="gcc" CXX="g++" CXXFLAGS="%{optflags}" scons bin=/bin use_binreloc=0 release=1 os_cc=1 os_cxx=1 os_cxxflags=1 NLS=0
 
@@ -123,6 +129,13 @@
 
 
 %changelog
+* Thu Feb 19 2009 Jon Ciesla <limb at jcomserv.net> - 20090215-1
+- Update to 2009-02-15.
+- Includes patch.
+
+* Mon Nov 24 2008 Jon Ciesla <limb at jcomserv.net> - 20080805-3
+- Cleaned up summary.
+
 * Tue Oct 21 2008 Hans de Goede <hdegoede at redhat.com> - 20080805-2
 - Actually install the data now that its merged into the main package
 




More information about the fedora-extras-commits mailing list