rpms/listen/devel listen-gecko.patch,1.1,1.2 listen.spec,1.32,1.33

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Tue Nov 27 12:44:31 UTC 2007


Author: stransky

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

Modified Files:
	listen-gecko.patch listen.spec 
Log Message:
* Tue Nov 27 2007 Martin Stransky <stransky at redhat.com> 0.5-17
- rebuilt agains xulrunner (gecko-libs 1.9)

(see http://fedoraproject.org/wiki/Releases/FeatureXULRunner)



listen-gecko.patch:

Index: listen-gecko.patch
===================================================================
RCS file: /cvs/pkgs/rpms/listen/devel/listen-gecko.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- listen-gecko.patch	11 Feb 2007 10:40:59 -0000	1.1
+++ listen-gecko.patch	27 Nov 2007 12:44:28 -0000	1.2
@@ -10,7 +10,7 @@
 +	cf = ConfigParser.ConfigParser()
 +	cf.read('GRE_CONF_FILE')
 +	comp_path=cf.get(cf.sections()[0], 'GRE_PATH')
-+	gtkmozembed.set_comp_path(comp_path)
++	gtkmozembed.set_path(comp_path)
 +except:
 +	print "** Cannot locate GECKO installation dir **\n"
  


Index: listen.spec
===================================================================
RCS file: /cvs/pkgs/rpms/listen/devel/listen.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- listen.spec	20 Nov 2007 18:14:10 -0000	1.32
+++ listen.spec	27 Nov 2007 12:44:28 -0000	1.33
@@ -1,6 +1,6 @@
 Name:           listen
 Version:        0.5
-Release:        16%{?dist}
+Release:        17%{?dist}
 Summary:        A music manager and player for GNOME
 Group:          Applications/Multimedia
 License:        GPL
@@ -59,7 +59,7 @@
 #Requires: python-libgpod
 
 # the workaround requires this
-Requires: gecko-libs
+Requires: gecko-libs >= 1.9
 
 %ifarch x86_64 ia64 ppc64 s390x
 %define gre_conf_file gre64.conf
@@ -156,6 +156,9 @@
 
 
 %changelog
+* Tue Nov 27 2007 Martin Stransky <stransky at redhat.com> 0.5-17
+- rebuilt agains xulrunner (gecko-libs 1.9)
+
 * Tue Nov 20 2007 Haïkel Guémar <karlthered at gmail.com> 0.5-16
 - add python-tunepimp dependency
 




More information about the fedora-extras-commits mailing list