rpms/glchess/FC-6 glchess-1.0.5-bt.patch, NONE, 1.1 glchess.spec, 1.2, 1.3

Hans de Goede (jwrdegoede) fedora-extras-commits at redhat.com
Fri Apr 27 08:58:52 UTC 2007


Author: jwrdegoede

Update of /cvs/extras/rpms/glchess/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31825

Modified Files:
	glchess.spec 
Added Files:
	glchess-1.0.5-bt.patch 
Log Message:
* Fri Apr 27 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0.5-2
- Fix a backtrace when PyOpenGL is missing / not functional (bz 237442)


glchess-1.0.5-bt.patch:

--- NEW FILE glchess-1.0.5-bt.patch ---
--- glchess-1.0.5/lib/glchess/scene/opengl/__init__.py~	2007-04-27 10:45:29.000000000 +0200
+++ glchess-1.0.5/lib/glchess/scene/opengl/__init__.py	2007-04-27 10:45:29.000000000 +0200
@@ -8,7 +8,7 @@
     
     class Scene(glchess.scene.Scene):
         
-        def __init__(self):
+        def __init__(self, feedback):
             pass
         
         def addChessPiece(self, chessSet, name, coord):


Index: glchess.spec
===================================================================
RCS file: /cvs/extras/rpms/glchess/FC-6/glchess.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glchess.spec	13 Apr 2007 19:19:10 -0000	1.2
+++ glchess.spec	27 Apr 2007 08:58:18 -0000	1.3
@@ -2,13 +2,14 @@
 
 Name:           glchess
 Version:        1.0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GlChess, a 3d Chess game using OpenGL
 Group:          Amusements/Games
 License:        GPL
 URL:            http://glchess.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:         glchess-1.0.4-shebang.patch
+Patch1:         glchess-1.0.5-bt.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel desktop-file-utils
 BuildArch:      noarch
@@ -24,6 +25,7 @@
 %prep
 %setup -q
 %patch0 -p1 -z .shebang
+%patch1 -p1 -z .bt
 sed -i 's|share/games/|share/|g' setup.py lib/glchess/defaults.py
 
 
@@ -106,6 +108,9 @@
 
 
 %changelog
+* Fri Apr 27 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0.5-2
+- Fix a backtrace when PyOpenGL is missing / not functional (bz 237442)
+
 * Fri Apr 13 2007 Hans de Goede <j.w.r.degoede at hhs.nl> 1.0.5-1
 - new upstream release 1.0.5
 




More information about the scm-commits mailing list