rpms/gnash/devel gnash.spec,1.85,1.86

Kevin Kofler kkofler at fedoraproject.org
Tue Jun 8 22:16:19 UTC 2010


Author: kkofler

Update of /cvs/pkgs/rpms/gnash/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20090/devel

Modified Files:
	gnash.spec 
Log Message:
* Tue Jun 08 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.7-2
- -plugin: avoid file (directory) dependency (#601942)


Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/devel/gnash.spec,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -p -r1.85 -r1.86
--- gnash.spec	28 Feb 2010 04:49:54 -0000	1.85
+++ gnash.spec	8 Jun 2010 22:16:18 -0000	1.86
@@ -6,7 +6,7 @@
 
 Name:           gnash
 Version:        0.8.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 Epoch:		1
 Summary:        GNU flash movie player
 
@@ -63,11 +63,7 @@ class.
 %package plugin
 Summary:   Web-client flash movie player plugin 
 Requires:  %{name} = %{epoch}:%{version}-%{release}
-# this doesn't prevent wrong dependencies, in case a package
-# provides %%{_libdir}/mozilla/plugins (like kdebase for konqueror)
-# and another unrelated webbrowser is installed, like w3m-el.
-# Moreover konqueror could provide webclient some day
-Requires:  %{_libdir}/mozilla/plugins webclient
+Requires:  mozilla-filesystem%{?_isa} webclient
 Group:     Applications/Internet
 
 %description plugin
@@ -303,6 +299,9 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Tue Jun 08 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.7-2
+- -plugin: avoid file (directory) dependency (#601942)
+
 * Sat Feb 27 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.7-1
 - update to 0.8.7 (#568971)
 - make scrollkeeper a conditional (still disabled as it's not working)



More information about the scm-commits mailing list