rpms/pychess/devel pychess-0.8-sitelib.patch, NONE, 1.1 pychess.spec, 1.6, 1.7

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Thu Feb 21 18:05:37 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/pychess/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30709

Modified Files:
	pychess.spec 
Added Files:
	pychess-0.8-sitelib.patch 
Log Message:
0.8 release

pychess-0.8-sitelib.patch:

--- NEW FILE pychess-0.8-sitelib.patch ---
diff -up pychess-0.8/lib/pychess/Players/engineNest.py.orig pychess-0.8/lib/pychess/Players/engineNest.py
--- pychess-0.8/lib/pychess/Players/engineNest.py.orig	2008-02-21 18:58:08.000000000 +0100
+++ pychess-0.8/lib/pychess/Players/engineNest.py	2008-02-21 18:58:31.000000000 +0100
@@ -1,6 +1,6 @@
 from xml.dom import minidom
 from xml.parsers.expat import ExpatError
-import os, md5, imp
+import os, md5, distutils.sysconfig #imp
 from threading import Thread
 
 from gobject import GObject, SIGNAL_RUN_FIRST, TYPE_NONE
diff -up pychess-0.8/lib/pychess/widgets/ionest.py.orig pychess-0.8/lib/pychess/widgets/ionest.py


Index: pychess.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pychess/devel/pychess.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pychess.spec	21 Feb 2008 17:55:31 -0000	1.6
+++ pychess.spec	21 Feb 2008 18:04:54 -0000	1.7
@@ -12,8 +12,8 @@
 License:        GPLv2
 URL:            http://pychess.googlepages.com/home
 Source0:        http://pychess.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0:         pychess-0.8b1-sitelib.patch
-Patch1:         pychess-0.8b1-gtksourceview.patch
+Patch0:         pychess-0.8-sitelib.patch
+#Patch1:         pychess-0.8b1-gtksourceview.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
 BuildArch:      noarch
@@ -31,7 +31,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .sitelib
-%patch1 -p1 -b .gtksourceview
+#%patch1 -p1 -b .gtksourceview
 
 
 %build




More information about the fedora-extras-commits mailing list