Mailinglist Archive: opensuse-commit (858 mails)

< Previous Next >
commit torcs
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 02 Nov 2007 01:40:15 +0100
  • Message-id: <20071102004015.9659E6781B8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package torcs
checked in at Fri Nov 2 01:40:15 CET 2007.

--------
--- arch/i386/torcs/torcs.changes 2007-06-18 01:48:12.000000000 +0200
+++ /mounts/work_src_done/STABLE/torcs/torcs.changes 2007-11-01
11:05:30.295713000 +0100
@@ -1,0 +2,5 @@
+Thu Nov 1 11:05:09 CET 2007 - coolo@xxxxxxx
+
+- fix compiling with gcc 4.3
+
+-------------------------------------------------------------------

New:
----
torcs-gcc43.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ torcs.spec ++++++
--- /var/tmp/diff_new_pack.OG3041/_old 2007-11-02 01:39:58.000000000 +0100
+++ /var/tmp/diff_new_pack.OG3041/_new 2007-11-02 01:39:58.000000000 +0100
@@ -20,7 +20,7 @@
%endif
Summary: The Open Racing Car Simulator
Version: 1.3.0
-Release: 53
+Release: 94
Source: TORCS-%{version}-src.tgz
Source1: TORCS-%{version}-src-robots-base.tgz
Source2: TORCS-%{version}-src-robots-berniw.tgz
@@ -31,11 +31,12 @@
Patch: config-tracks.diff
Patch3: torcs-alut.diff
Patch4: torcs-stringcompare.diff
+Patch5: torcs-gcc43.patch
Group: Amusements/Games/3D/Race
Requires: %name-data
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-License: GNU General Public License (GPL)
-URL: http://torcs.sourceforge.net
+License: GPL v2 or later
+Url: http://torcs.sourceforge.net

%description
A 3D racing car simulator using OpenGL, which includes highly trained,
@@ -57,6 +58,7 @@
for i in $RPM_SOURCE_DIR/TORCS-%{version}-src-robots*.tgz; do
tar xvzf $i -C ..
done
+%patch5

%build
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
@@ -94,8 +96,9 @@
%_prefix/share/games/%name/
/usr/share/applications/%name.desktop
/usr/share/pixmaps/%name.png
-
%changelog
+* Thu Nov 01 2007 - coolo@xxxxxxx
+- fix compiling with gcc 4.3
* Mon Jun 18 2007 - ro@xxxxxxx
- avoid string compare with char literal
* Thu May 24 2007 - ro@xxxxxxx


++++++ torcs-gcc43.patch ++++++
--- src/drivers/olethros/Trajectory.cpp 2007-11-01 09:13:23.000000000 +0100
+++ src/drivers/olethros/Trajectory.cpp 2006-11-05 02:49:55.000000000 +0100
@@ -13,6 +13,8 @@
#include <cmath>
#include <cassert>
#include <list>
+#include <ctime>
+#include <cstring>
#include <vector>
#include "Trajectory.h"



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread