rpms/sugar-record/F-13 sugar-record-no-bundled-libs.patch, 1.1, 1.2 sugar-record.spec, 1.3, 1.4

Sebastian Dziallas sdz at fedoraproject.org
Sun Feb 21 18:54:52 UTC 2010


Author: sdz

Update of /cvs/pkgs/rpms/sugar-record/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15882

Modified Files:
	sugar-record-no-bundled-libs.patch sugar-record.spec 
Log Message:
enable use of system library


sugar-record-no-bundled-libs.patch:
 record.py |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Index: sugar-record-no-bundled-libs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-record/F-13/sugar-record-no-bundled-libs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sugar-record-no-bundled-libs.patch	18 Feb 2010 17:27:52 -0000	1.1
+++ sugar-record-no-bundled-libs.patch	21 Feb 2010 18:54:51 -0000	1.2
@@ -1,6 +1,6 @@
 diff -ur a/record.py b/record.py
 --- a/record.py	2009-04-29 14:55:40.000000000 +0200
-+++ b/record.py	2010-02-18 18:04:36.000000000 +0100
++++ b/record.py	2010-02-21 19:50:17.000000000 +0100
 @@ -36,7 +36,7 @@
  from sugar.presence import presenceservice
  from sugar.presence.tubeconn import TubeConnection
@@ -10,3 +10,21 @@ diff -ur a/record.py b/record.py
  
  from model import Model
  from ui import UI
+@@ -104,7 +104,7 @@
+ 
+         for i in dom.documentElement.getElementsByTagName('ui'):
+             for ui_el in i.childNodes:
+-                self.ui.deserialize(port.json.loads(ui_el.data))
++                self.ui.deserialize(json.loads(ui_el.data))
+ 
+ 
+     def write_file(self, file):
+@@ -114,7 +114,7 @@
+ 
+         dom = serialize.saveMediaHash(self.m.mediaHashs)
+ 
+-        ui_data = port.json.dumps(self.ui.serialize())
++        ui_data = json.dumps(self.ui.serialize())
+         ui_el = dom.createElement('ui')
+         ui_el.appendChild(dom.createTextNode(ui_data))
+         dom.documentElement.appendChild(ui_el)


Index: sugar-record.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sugar-record/F-13/sugar-record.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sugar-record.spec	18 Feb 2010 17:27:52 -0000	1.3
+++ sugar-record.spec	21 Feb 2010 18:54:51 -0000	1.4
@@ -3,7 +3,7 @@
 
 Name:           sugar-record
 Version:        64
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Recording tool for Sugar
 
 Group:          Sugar/Activities
@@ -75,6 +75,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Feb 21 2010 Sebastian Dziallas <sebastian at when.com> - 64-6
+- Enable use of system library
+
 * Thu Feb 18 2010 Sebastian Dziallas <sebastian at when.com> - 64-5
 - Enable binary builds again
 



More information about the scm-commits mailing list