rpms/vdrift/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vdrift.spec, 1.9, 1.10

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Wed Aug 13 15:54:43 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/vdrift/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22021

Modified Files:
	.cvsignore sources vdrift.spec 
Log Message:
New upstream.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/vdrift/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	19 Feb 2008 18:58:24 -0000	1.2
+++ .cvsignore	13 Aug 2008 15:54:13 -0000	1.3
@@ -1 +1 @@
-vdrift-2007-12-26-src.tar.bz2
+vdrift-2008-08-05-src.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vdrift/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	19 Feb 2008 18:58:24 -0000	1.2
+++ sources	13 Aug 2008 15:54:13 -0000	1.3
@@ -1 +1 @@
-9fac2e17f550184f7338dd89cacb1b1f  vdrift-2007-12-26-src.tar.bz2
+9e3e3c91960146354c2a9fb65da3bd97  vdrift-2008-08-05-src.tar.bz2


Index: vdrift.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vdrift/devel/vdrift.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vdrift.spec	21 Feb 2008 12:31:44 -0000	1.9
+++ vdrift.spec	13 Aug 2008 15:54:13 -0000	1.10
@@ -1,14 +1,14 @@
 Name: vdrift
-Version:  20071226
-Release:  3%{?dist}
+Version:  20080805
+Release:  1%{?dist}
 Summary: VDrift is a cross-platform, open source driving/drift racing simulation
 
 Group: Amusements/Games 
 License: GPLv2+
 URL: http://vdrift.net
-Source0: %{name}-2007-12-26-src.tar.bz2
+Source0: %{name}-2008-08-05-src.tar.bz2
 #Original upstream:
-#Source0: http://downloads.sourceforge.net/%{name}/%{name}-2007-12-26-src.tar.bz2
+#Source0: http://downloads.sourceforge.net/%{name}/%{name}-2008-08-05-src.tar.bz2
 # Modified:
 # cd docs
 # rm HOW_TO_COMPILE.txt SConscript INSTALL
@@ -23,8 +23,8 @@
 Source2: vdrift.png
 Patch0: vdrift-SConstruct.patch
 Patch1: vdrift-20071226-paths.patch
-Patch2: vdrift-20071226-gcc4.3.patch
-Patch3: vdrift-20071226-jamfile.patch
+#Patch2: vdrift-20071226-gcc4.3.patch
+#Patch3: vdrift-20071226-jamfile.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
 BuildRequires: SDL-devel
 BuildRequires: SDL_image-devel
@@ -38,7 +38,10 @@
 BuildRequires: libvorbis-devel
 BuildRequires: desktop-file-utils
 
-Requires: vdrift-data = %{version}
+#Requires: vdrift-data = %{version}
+Obsoletes:      vdrift-data <= 20071226
+Provides:       vdrift-data = %{version}-%{release}
+
 
 %description
 VDrift is a cross-platform, open source driving simulation made with drift 
@@ -48,7 +51,7 @@
 
 %prep
 
-%setup -qn vdrift
+%setup -qn vdrift-08-05-08
 
 %ifarch ppc ppc64
 sed -i 's/linuxx86/linuxppc/' src/SConscript
@@ -56,8 +59,8 @@
 
 %patch0 -p0
 %patch1 -p0
-%patch2 -p0
-%patch3 -p0
+#%patch2 -p0
+#%patch3 -p0
 
 /bin/chmod -x src/gamestate.cpp
 /bin/chmod -x src/logo.cpp
@@ -65,8 +68,10 @@
 /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.64
+cd bullet-2.66
 %configure
 jam bulletcollision bulletmath
 cd ..
@@ -112,6 +117,11 @@
 
 
 %changelog
+* Tue Aug 12 2008 Jon Ciesla <limb at jcomserv.net> - 20080805-1
+- Update to new upstream.
+- Dropped gcc4.3 and jamfile patches, applied upstream.
+- Merged and obsolete/provided -data package, following upstream.
+
 * Fri Feb 15 2008 Jon Ciesla <limb at jcomserv.net> - 20071226-3
 - Multiple fixes for the review.
 




More information about the fedora-extras-commits mailing list