rpms/supertuxkart/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 supertuxkart-0.3-default-fs.patch, 1.1, 1.2 supertuxkart-0.3-desktop.patch, 1.2, 1.3 supertuxkart-images-legal.txt, 1.1, 1.2 supertuxkart.spec, 1.5, 1.6 supertuxkart-0.3-gcc43.patch, 1.1, NONE

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Mon Mar 10 22:03:26 UTC 2008


Author: jwrdegoede

Update of /cvs/extras/rpms/supertuxkart/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19977

Modified Files:
	.cvsignore sources supertuxkart-0.3-default-fs.patch 
	supertuxkart-0.3-desktop.patch supertuxkart-images-legal.txt 
	supertuxkart.spec 
Removed Files:
	supertuxkart-0.3-gcc43.patch 
Log Message:
* Mon Mar 10 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4-1
- New upstream release 0.4
- Note this version includes a build in copy of the bullet physics library,
  this is a patched copy making use if a system version impossible



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/supertuxkart/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	15 Aug 2007 12:13:32 -0000	1.3
+++ .cvsignore	10 Mar 2008 22:02:46 -0000	1.4
@@ -1,2 +1,2 @@
-supertuxkart-0.3-src.tar.bz2
+supertuxkart-0.4-src.tar.bz2
 supertuxkart-alt-images.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/supertuxkart/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	15 Aug 2007 12:13:32 -0000	1.3
+++ sources	10 Mar 2008 22:02:46 -0000	1.4
@@ -1,2 +1,2 @@
-4db5d46206ea72abed861cd524165944  supertuxkart-0.3-src.tar.bz2
-6a0e178696d239ef0dcd724725d525f9  supertuxkart-alt-images.tar.gz
+badcaf9cb51afc11c1abf126b2cbba74  supertuxkart-0.4-src.tar.bz2
+9eec5e94b21ab45b1ebb56ca341fffb8  supertuxkart-alt-images.tar.gz

supertuxkart-0.3-default-fs.patch:

Index: supertuxkart-0.3-default-fs.patch
===================================================================
RCS file: /cvs/extras/rpms/supertuxkart/devel/supertuxkart-0.3-default-fs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-0.3-default-fs.patch	15 Aug 2007 12:13:32 -0000	1.1
+++ supertuxkart-0.3-default-fs.patch	10 Mar 2008 22:02:46 -0000	1.2
@@ -1,10 +1,10 @@
-diff -up supertuxkart-0.3/src/user_config.cpp~ supertuxkart-0.3/src/user_config.cpp
---- supertuxkart-0.3/src/user_config.cpp~	2007-08-15 13:45:09.000000000 +0200
-+++ supertuxkart-0.3/src/user_config.cpp	2007-08-15 13:45:09.000000000 +0200
-@@ -108,7 +108,7 @@ void UserConfig::setDefaults()
- {
-     setFilename();
+diff -up supertuxkart-0.4/src/user_config.cpp.fs supertuxkart-0.4/src/user_config.cpp
+--- supertuxkart-0.4/src/user_config.cpp.fs	2008-03-05 05:16:12.000000000 +0100
++++ supertuxkart-0.4/src/user_config.cpp	2008-03-10 09:52:53.000000000 +0100
+@@ -117,7 +117,7 @@ void UserConfig::setDefaults()
      m_keyboard_debug   = false;
+     m_track_debug      = 0;
+     m_bullet_debug     = false;
 -    m_fullscreen       = false;
 +    m_fullscreen       = true;
      m_no_start_screen  = false;

supertuxkart-0.3-desktop.patch:

Index: supertuxkart-0.3-desktop.patch
===================================================================
RCS file: /cvs/extras/rpms/supertuxkart/devel/supertuxkart-0.3-desktop.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- supertuxkart-0.3-desktop.patch	24 Sep 2007 19:55:57 -0000	1.2
+++ supertuxkart-0.3-desktop.patch	10 Mar 2008 22:02:46 -0000	1.3
@@ -1,6 +1,5 @@
-diff -up supertuxkart-0.3/data/supertuxkart.desktop.desktop supertuxkart-0.3/data/supertuxkart.desktop
---- supertuxkart-0.3/data/supertuxkart.desktop.desktop	2007-06-15 09:28:43.000000000 +0200
-+++ supertuxkart-0.3/data/supertuxkart.desktop	2007-09-24 21:24:54.000000000 +0200
+--- supertuxkart-0.4/data/supertuxkart.desktop.desktop	2008-03-05 23:45:56.000000000 +0100
++++ supertuxkart-0.4/data/supertuxkart.desktop	2008-03-10 09:50:51.000000000 +0100
 @@ -1,13 +1,12 @@
  [Desktop Entry]
  Encoding=UTF-8
@@ -10,8 +9,8 @@
  Comment=A kart racing game
  Comment[fr_FR]=Un jeu de karting
  Comment[ro_RO]=Un joc de curse cu carturi
--Exec=supertuxkart
-+Exec=supertuxkart-wrapper
+-Exec=supertuxkart --log=file
++Exec=supertuxkart-wrapper --log=file
  Terminal=false
  StartupNotify=false
  Type=Application


Index: supertuxkart-images-legal.txt
===================================================================
RCS file: /cvs/extras/rpms/supertuxkart/devel/supertuxkart-images-legal.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- supertuxkart-images-legal.txt	6 Oct 2006 14:37:02 -0000	1.1
+++ supertuxkart-images-legal.txt	10 Mar 2008 22:02:46 -0000	1.2
@@ -3,7 +3,6 @@
 images/bananawrap.rgb
 images/lunchbox.rgb
 images/lunchbox2.rgb
-"The cartoon-ish character" in images/adverts.rgb
 
 ---
 
@@ -270,107 +269,3 @@
 ---------------------------------------------------------------
 Greg DeKoenigsberg || Fedora Foundation || fedoraproject.org
 Be an Ambassador || http://fedoraproject.org/wiki/Ambassadors
-
----
-
-The PlanetPenguin Racer logo (http://projects.planetpenguin.de/racer/) in
-images/adverts.rgb is copyrighted (GPL) and used with the permission of the
-ppracer authors:
-
-Return-Path: <volker at planetpenguin.de>
-Received: from koko.hhs.nl ([145.52.2.16] verified)
-  by hhs.nl (CommuniGate Pro SMTP 4.3.6)
-  with ESMTP id 47974844 for j.w.r.degoede at hhs.nl; Tue, 06 Jun 2006 11:16:54 +0200
-Received: from exim by koko.hhs.nl with spam-scanned (Exim 4.62)
-	(envelope-from <volker at planetpenguin.de>)
-	id 1FnXgB-00060S-GG
-	for j.w.r.degoede at hhs.nl; Tue, 06 Jun 2006 11:16:54 +0200
-X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on koko.hhs.nl
-X-Spam-Level: 
-X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham 
-	version=3.1.0
-Received: from exim (helo=koko)
-	by koko.hhs.nl with local-smtp (Exim 4.62)
-	(envelope-from <volker at planetpenguin.de>)
-	id 1FnXgB-00060K-99
-	for j.w.r.degoede at hhs.nl; Tue, 06 Jun 2006 11:16:51 +0200
-Received: from [217.160.131.21] (port=37440 helo=p15104914.pureserver.info)
-	by koko.hhs.nl with esmtp (Exim 4.62)
-	(envelope-from <volker at planetpenguin.de>)
-	id 1FnXgA-0005zz-NE
-	for j.w.r.degoede at hhs.nl; Tue, 06 Jun 2006 11:16:50 +0200
-Received: from [192.168.0.242] (p5493D342.dip.t-dialin.net [84.147.211.66])
-	(authenticated (0 bits))
-	by p15104914.pureserver.info (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id k569GoU14013
-	for <j.w.r.degoede at hhs.nl>; Tue, 6 Jun 2006 11:16:50 +0200
-Subject: Re: PPracer "logo" usage
-From: Volker =?ISO-8859-1?Q?Str=F6bel?= <volker at planetpenguin.de>
-To: Hans de Goede <j.w.r.degoede at hhs.nl>
-In-Reply-To: <4482F398.8000306 at hhs.nl>
-References: <4482F398.8000306 at hhs.nl>
-Content-Type: text/plain
-Date: Tue, 06 Jun 2006 11:14:08 +0200
-Message-Id: <1149585248.6996.2.camel at localhost.localdomain>
-Mime-Version: 1.0
-X-Mailer: Evolution 2.6.1 
-Content-Transfer-Encoding: 7bit
-X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.2/RELEASE, bases: 06062006 #186743, status: clean
-
-Hi,
-sorry for the late reply.
-
-It's ok with me to include the logo.
-And nice to see, that someone finally replaces this old stuff with logos
-from FOSS projects.
-
-Regards,
-Volker
-
-
-Am Sonntag, den 04.06.2006, 16:52 +0200 schrieb Hans de Goede:
-> Hi,
-> 
-> Did you receive my mail below? This is currently the last thing keeping
-> me from releasing a tuxkart package for Fedora. If you don't want the
-> ppracer logo included thats fine too, then I'll dig up some other
-> graphics to put in there as "advertisements"
-> 
-> Regards,
-> 
-> Hans
-> 
-> p.s.
-> 
-> I've attached the "logo" as it will be included I did some gimp-ing to
-> get it to be a little bit more square. Feel free to use it.
-> 
-> 
-> ---
-> 
-> 
-> Hi,
-> 
-> First a short intro. I'm a Linux enthousiast / programmer and a packager
-> for Fedora Extras which is an online community that packages software in
-> the native package format for Fedora Core a (well known) Linux distribution.
-> 
-> As such I'm currently in the progress of packaging tuxkart an opensource
-> racing game, which is hosted and distributed from sf.net. One of the
-> tracks on which you can race is an ordinary racing track with
-> advertisement boards along the side. Currently these advertisements are
-> a bit of a problem as they show logo's of big companies without their
-> permission. Hence I'm currently busy replacing these logo's with
-> something more suitable. I would like to use the ppracer "logo" *  as
-> one of the advertisements. Because of this I'm here by asking your
-> permission for the use of the ppracer logo.
-> 
-> The logo is in no way used to promote the game, it is shown as
-> an add, so if it promotes anything it is ppracer.
-> 
-> Thanks & Regards,
-> 
-> Hans de Goede
-> 
-> * The yellow "planet penguin racer" text above the menu where the
-> tuxracer logo used to be
-> 


Index: supertuxkart.spec
===================================================================
RCS file: /cvs/extras/rpms/supertuxkart/devel/supertuxkart.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- supertuxkart.spec	19 Feb 2008 09:43:23 -0000	1.5
+++ supertuxkart.spec	10 Mar 2008 22:02:46 -0000	1.6
@@ -1,18 +1,17 @@
 Name:           supertuxkart
-Version:        0.3
-Release:        4%{?dist}
+Version:        0.4
+Release:        1%{?dist}
 Summary:        Kids 3D go-kart racing game featuring Tux
 Group:          Amusements/Games
 License:        GPLv2+
-URL:            http://supertuxkart.berlios.de/
-Source0:        http://download.berlios.de/%{name}/%{name}-%{version}-src.tar.bz2
+URL:            http://supertuxkart.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.bz2
 Source1:        %{name}-alt-images.tar.gz
 Source2:        %{name}-images-legal.txt
 Source3:        %{name}.6
 Patch0:         supertuxkart-fhs.patch
 Patch1:         supertuxkart-0.3-desktop.patch
 Patch2:         supertuxkart-0.3-default-fs.patch
-Patch3:         supertuxkart-0.3-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  plib-devel SDL-devel freealut-devel mikmod-devel
 BuildRequires:  libvorbis-devel desktop-file-utils
@@ -30,12 +29,10 @@
 
 
 %prep
-%setup -q
+%setup -q -a 1
 %patch0 -p1 -z .fhs
 %patch1 -p1 -z .desktop
 %patch2 -p1 -z .fs
-%patch3 -p1 -z .gcc43
-tar xfz %{SOURCE1}
 cp %{SOURCE2} .
 chmod -x AUTHORS COPYING ChangeLog README TODO src/robots/default_robot.* \
   src/sdldrv.cpp
@@ -100,6 +97,11 @@
 
 
 %changelog
+* Mon Mar 10 2008 Hans de Goede <j.w.r.degoede at hhs.nl> 0.4-1
+- New upstream release 0.4
+- Note this version includes a build in copy of the bullet physics library,
+  this is a patched copy making use if a system version impossible
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.3-4
 - Autorebuild for GCC 4.3
 


--- supertuxkart-0.3-gcc43.patch DELETED ---




More information about the fedora-extras-commits mailing list