rpms/listen/FC-6 listen.spec,1.18,1.19

Haïkel Guémar (hguemar) fedora-extras-commits at redhat.com
Thu Jan 11 17:14:00 UTC 2007


Author: hguemar

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

Modified Files:
	listen.spec 
Log Message:
 workaroung to gtkmozembed widget loading crash



Index: listen.spec
===================================================================
RCS file: /cvs/extras/rpms/listen/FC-6/listen.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- listen.spec	14 Nov 2006 16:39:46 -0000	1.18
+++ listen.spec	11 Jan 2007 17:13:30 -0000	1.19
@@ -1,6 +1,6 @@
 Name:           listen
 Version:        0.5
-Release:        9.beta1%{?dist}.4
+Release:        10.beta1%{?dist}
 Summary:        A music manager and player for GNOME
 Group:          Applications/Multimedia
 License:        GPL
@@ -58,6 +58,8 @@
 # broken and useless dependency
 #Requires: /usr/lib/libtunepimp.so.5
 Requires: /usr/bin/puid
+# the workaround requires this
+Requires: firefox = 1.5.0.9
 # optional requires an updated libgpod package from Core
 #Requires: python-libgpod
 
@@ -92,6 +94,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%{__sed} -i "27icomp_path='/usr/lib/firefox-1.5.0.9'\ngtkmozembed.set_comp_path(comp_path)" src/widget/mozembed_wrap.py
 %ifarch x86_64
 # correct path issue on x86_64 box
 %{__sed} -i 's/= \/lib/= \/lib64/' Makefile
@@ -147,6 +150,9 @@
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Fri Jan 11 2007 Haïkel Guémar <karlthered at gmail.com> 0.5-10.beta1
+- workaround to prevent listen crashing when using gtkmozembed widget
+
 * Mon Nov 13 2006 Haïkel Guémar <karlthered at gmail.com> 0.5-9.beta1
 - Fixed build issue
 - Replaced some sed one-liners by incremental patches




More information about the scm-commits mailing list