rpms/yofrankie-bge/devel yofrankie-bge-1.3-wrapper.patch, NONE, 1.1 sources, 1.2, 1.3 yofrankie-bge.spec, 1.2, 1.3

Lubomir Rintel lkundrak at fedoraproject.org
Sun Apr 12 13:56:23 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/yofrankie-bge/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24265

Modified Files:
	sources yofrankie-bge.spec 
Added Files:
	yofrankie-bge-1.3-wrapper.patch 
Log Message:
* Sun Apr 12 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.4-0.4.20090412svn
- Update the SVN snapshots with new levels
- Enhancements to the wrapper


yofrankie-bge-1.3-wrapper.patch:

--- NEW FILE yofrankie-bge-1.3-wrapper.patch ---
Pass parameters to the wrapper and don't unnecessarily keep the shell
in memory.

Lubomir Rintle <lkundrak at v3.sk>

Index: dist/yofrankie-bge
===================================================================
--- dist/yofrankie-bge	(revision 34)
+++ dist/yofrankie-bge	(working copy)
@@ -1,3 +1,3 @@
-#!/bin/sh
-blenderplayer /usr/share/yofrankie-bge/levels/start_menu.blend
+#!/bin/bash
+exec blenderplayer "$@" /usr/share/yofrankie-bge/levels/start_menu.blend
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/yofrankie-bge/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	16 Mar 2009 06:12:50 -0000	1.2
+++ sources	12 Apr 2009 13:55:50 -0000	1.3
@@ -1 +1 @@
-5a42b730256448211a704bf634669895  yofrankie-bge.tar.lzma
+0aa3d210a69be80a90055bcb7257579b  yofrankie-bge.tar.lzma


Index: yofrankie-bge.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yofrankie-bge/devel/yofrankie-bge.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yofrankie-bge.spec	16 Mar 2009 06:31:31 -0000	1.2
+++ yofrankie-bge.spec	12 Apr 2009 13:55:50 -0000	1.3
@@ -3,7 +3,7 @@
 # The site puts the last "technical demo" before the DVD release at
 # version 1.2; that may make the DVD version 1.3.
 Version:        1.4
-Release:        0.4.20081221svn
+Release:        0.4.20090412svn
 Summary:        3D Game with characters from Big Buck Bunny movie
 
 Group:          Amusements/Games
@@ -17,14 +17,16 @@
 # modify the contents, but use on cover art is restricted).
 License:        CC-BY and Freely redistributable without restriction
 URL:            http://www.yofrankie.org/
-# svn export -r9 https://svn.blender.org/svnroot/yofrankie@9 yofrankie-bge
+# svn export -r34 https://svn.blender.org/svnroot/yofrankie@34 yofrankie-bge
 # tar cf - yofrankie-bge |lzma -c -9 >yofrankie-bge.tar.lzma
-Source0:        yofrankie-bge.tar.lzma
+#Source0:        yofrankie-bge.tar.lzma
+Source0:        yofrankie-bge.tar.gz
 # This is the license as it is on the Game DVD
 # Game developer confirmed that this is the license to be used here
 # and was asked to include it in SVN repository
 Source1:        yofrankie-DVD-license.txt 
 Patch0:         yofrankie-bge-1.3-imgcompr.patch
+Patch1:         yofrankie-bge-1.3-wrapper.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -47,7 +49,10 @@
 
 %prep
 %setup -q -n %{name}
-%patch0 -p1 -b .imgcompr
+# This is (probably temporarily) disabled by upstream, but we may want
+# to disable it even once upstream enables it again
+#%patch0 -p1 -b .imgcompr
+%patch1 -p0 -b .wrapper
 install -pm 0644 %{SOURCE1} yofrankie-DVD-license.txt
 
 
@@ -87,6 +92,10 @@
 
 
 %changelog
+* Sun Apr 12 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.4-0.4.20090412svn
+- Update the SVN snapshots with new levels
+- Enhancements to the wrapper
+
 * Mon Mar 16 2009 Lubomir Rintel <lkundrak at v3.sk> - 1.4-0.4.20081221svn
 - Further licensing clarification
 




More information about the fedora-extras-commits mailing list