rpms/xmoto/devel .cvsignore, 1.14, 1.15 sources, 1.14, 1.15 xmoto.spec, 1.43, 1.44

Jon Ciesla limb at fedoraproject.org
Tue Dec 2 14:39:10 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/xmoto/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25236

Modified Files:
	.cvsignore sources xmoto.spec 
Log Message:
New upstream.
Includes bundled Chipmunk, working on getting Chipmunk packaged.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	19 Mar 2008 00:00:01 -0000	1.14
+++ .cvsignore	2 Dec 2008 14:38:40 -0000	1.15
@@ -1 +1 @@
-xmoto-0.4.2-src.tar.gz
+xmoto-0.5.0-src.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	19 Mar 2008 00:00:01 -0000	1.14
+++ sources	2 Dec 2008 14:38:40 -0000	1.15
@@ -1 +1 @@
-15368b282641a225b71c279fe4dc0dc4  xmoto-0.4.2-src.tar.gz
+e693ec0f949e44fb78187b8e82650869  xmoto-0.5.0-src.tar.gz


Index: xmoto.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xmoto/devel/xmoto.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- xmoto.spec	15 Oct 2008 14:44:47 -0000	1.43
+++ xmoto.spec	2 Dec 2008 14:38:40 -0000	1.44
@@ -1,7 +1,7 @@
 %define _default_patch_fuzz 2
 Name:		xmoto
-Version:	0.4.2
-Release:	4%{?dist}
+Version:	0.5.0
+Release:	1%{?dist}
 Summary:	Challenging 2D Motocross Platform Game
 
 Group:		Amusements/Games
@@ -12,10 +12,10 @@
 Source2:	xmoto.png
 #Patch0:		xmoto-man.patch
 Patch1:		xmoto-0.3.4-Environment-cstlib.patch
-Patch2:		xmoto-0.3.4-Scene-collisioninclude.patch
+#Patch2:		xmoto-0.3.4-Scene-collisioninclude.patch
 Patch3:		xmoto-0.4.0-Environment-string.patch
-Patch4:		xmoto-0.4.0-DrawLib-hashmap.patch
-Patch5:		xmoto-0.4.2-initode.patch
+#Patch4:		xmoto-0.4.0-DrawLib-hashmap.patch
+#Patch5:		xmoto-0.4.2-initode.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	desktop-file-utils
@@ -30,6 +30,7 @@
 BuildRequires:	libpng-devel
 BuildRequires:	bzip2-devel
 BuildRequires:	sqlite-devel
+BuildRequires:	SDL_net-devel
 
 %description
 X-Moto is a challenging 2D motocross platform game, where physics play an all
@@ -44,10 +45,10 @@
 %setup -q
 #%patch
 %patch1 -p0
-%patch2 -p0
+#%patch2 -p0
 %patch3 -p0
-%patch4 -p0
-%patch5 -p1
+#%patch4 -p0
+#%patch5 -p1
 
 #fix encoding
 sed -i 's/\r//' src/xmscene/Camera.cpp
@@ -55,6 +56,12 @@
 
 #fix permissions
 chmod 644 src/xmscene/Camera.*
+chmod -x src/*.cpp
+chmod -x src/*.h
+chmod -x src/*/*.cpp
+chmod -x src/*/*.h
+chmod -x src/*/*/*.cpp
+chmod -x src/*/*/*.h
 
 %build
 %configure --with-enable-zoom=1
@@ -100,6 +107,9 @@
 %{_mandir}/man6/xmoto.6.gz
 
 %changelog
+* Mon Dec 01 2008 Jon Ciesla <limb at jcomserv.net> 0.5.0-1
+- Update to 0.5.0.
+
 * Wed Oct 15 2008 Hans de Goede <hdegoede at redhat.com> 0.4.2-4
 - Fix crash caused by using new ode (bz 466738)
 




More information about the fedora-extras-commits mailing list