rpms/sugar/OLPC-2 sugar-0.65-jabberserver.patch, NONE, 1.1 sugar.spec, 1.64, 1.65

Marco Pesenti Gritti (mpg) fedora-extras-commits at redhat.com
Mon Sep 17 23:11:08 UTC 2007


Author: mpg

Update of /cvs/extras/rpms/sugar/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24017

Modified Files:
	sugar.spec 
Added Files:
	sugar-0.65-jabberserver.patch 
Log Message:
Add a patch to set jabber server


sugar-0.65-jabberserver.patch:

--- NEW FILE sugar-0.65-jabberserver.patch ---
--- sugar-0.65/sugar/profile.py.bak	2007-09-18 01:05:53.000000000 +0200
+++ sugar-0.65/sugar/profile.py	2007-09-18 01:06:06.000000000 +0200
@@ -24,7 +24,7 @@
 from sugar import util
 from sugar.graphics.xocolor import XoColor
 
-DEFAULT_JABBER_SERVER = 'olpc.collabora.co.uk'
+DEFAULT_JABBER_SERVER = 'jabber.laptop.org'
 
 _profile = None
 


Index: sugar.spec
===================================================================
RCS file: /cvs/extras/rpms/sugar/OLPC-2/sugar.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- sugar.spec	17 Sep 2007 23:05:41 -0000	1.64
+++ sugar.spec	17 Sep 2007 23:10:35 -0000	1.65
@@ -16,6 +16,8 @@
 Group: System Environment/Libraries
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch1: sugar-0.65-jabberserver.patch
+
 BuildRequires: pkgconfig
 BuildRequires: pygtk2-devel
 BuildRequires: perl-XML-Parser
@@ -49,6 +51,8 @@
 %prep
 %setup -q
 
+%patch1 -p0 -b .jabberserver
+
 %build
 %configure
 make
@@ -81,6 +85,7 @@
 %changelog
 * Tue Sep 18 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.65-0.51.20070917gitb8ce5083b7
 - New snapshot
+- Add a patch to set the jabber server to jabber.laptop.org
 
 * Mon Sep 17 2007 Marco Pesenti Gritti <mpg at redhat.com> - 0.65-0.50.20070917gited22733941
 - New snapshot




More information about the scm-commits mailing list