rpms/xscorch/devel xscorch-0.2.1-pre2-disable-debug.patch, NONE, 1.1 xscorch.spec, 1.15, 1.16

Marcin Garski mgarski at fedoraproject.org
Wed Jul 8 14:01:28 UTC 2009


Author: mgarski

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

Modified Files:
	xscorch.spec 
Added Files:
	xscorch-0.2.1-pre2-disable-debug.patch 
Log Message:
- Update to 0.2.1-pre2


xscorch-0.2.1-pre2-disable-debug.patch:

--- NEW FILE xscorch-0.2.1-pre2-disable-debug.patch ---
--- xscorch-0.2.1-pre2/sgame/sphysics.h.orig	2009-05-25 06:43:22.000000000 +0200
+++ xscorch-0.2.1-pre2/sgame/sphysics.h	2009-07-08 15:54:35.000000000 +0200
@@ -29,7 +29,7 @@
 
 
 /* Debugging control */
-#define  SC_PHYSICS_DEBUG_ROLLER 1        /* Set to 1 to debug rollers */
+#define  SC_PHYSICS_DEBUG_ROLLER 0        /* Set to 1 to debug rollers */
 
 
 /* Forward structure definitions */


Index: xscorch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xscorch/devel/xscorch.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- xscorch.spec	26 May 2009 23:00:08 -0000	1.15
+++ xscorch.spec	8 Jul 2009 14:01:28 -0000	1.16
@@ -1,4 +1,4 @@
-%define	pre	pre1
+%define	pre	pre2
 
 Name:		xscorch
 Version:	0.2.1
@@ -11,6 +11,7 @@ URL:		http://www.xscorch.org/
 Source0:	http://www.xscorch.org/releases/%{name}-%{version}%{?pre:-%{pre}}.tar.gz
 Source1:	xscorch.desktop
 Patch0:		xscorch-0.2.0-termcap.patch
+Patch1:		xscorch-0.2.1-pre2-disable-debug.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libX11-devel gtk2-devel >= 2.12.0 desktop-file-utils
@@ -26,6 +27,7 @@ power, and you hope to destroy their tan
 %setup -q -n %{name}-%{version}%{?pre:-%{pre}}
 # We need this patch to get readline to link (once networkplay becomes stable).
 #%patch0 -p1 -b .termcap
+%patch1 -p1
 
 %build
 %configure --disable-network --disable-sound
@@ -64,6 +66,9 @@ rm -rf %{buildroot}
 %{_datadir}/xscorch/
 
 %changelog
+* Wed Jul 08 2009 Marcin Garski <mgarski[AT]post.pl> 0.2.1-0.2.pre2
+- Update to 0.2.1-pre2
+
 * Wed May 27 2009 Marcin Garski <mgarski[AT]post.pl> 0.2.1-0.2.pre1
 - Update to 0.2.1-pre1
 - Remove stack-smash and 64bit patches (merged upstream)




More information about the fedora-extras-commits mailing list