rpms/mozplugger/devel mozplugger-1.12.1-path.patch, NONE, 1.1 mozplugger.spec, 1.33, 1.34

Than Ngo than at fedoraproject.org
Thu Aug 20 15:37:53 UTC 2009


Author: than

Update of /cvs/extras/rpms/mozplugger/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10028

Modified Files:
	mozplugger.spec 
Added Files:
	mozplugger-1.12.1-path.patch 
Log Message:
fix #513470, using a wrong path for executable


mozplugger-1.12.1-path.patch:
 mozpluggerrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mozplugger-1.12.1-path.patch ---
diff -up mozplugger-1.12.1/mozpluggerrc.orig mozplugger-1.12.1/mozpluggerrc
--- mozplugger-1.12.1/mozpluggerrc.orig	2009-08-20 16:27:57.000000000 +0200
+++ mozplugger-1.12.1/mozpluggerrc	2009-08-20 16:28:26.000000000 +0200
@@ -390,4 +390,4 @@ application/vnd.oasis.opendocument.prese
 chemical/x-pdb:pdb: Protein Data Bank file
 model/x-pdb:pdb: Protein Data Bank file
 	swallow(rasmol) fill: rasmol "$file"
-        swallow(molecule) fill: /usr/X11R6/lib/xscreensaver/molecule -delay 20000 -geometry +9000+9000 -no-spin -molecule "$file"
+        swallow(molecule) fill: /usr/libexec/xscreensaver/molecule -delay 20000 -geometry +9000+9000 -no-spin -molecule "$file"


Index: mozplugger.spec
===================================================================
RCS file: /cvs/extras/rpms/mozplugger/devel/mozplugger.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -p -r1.33 -r1.34
--- mozplugger.spec	25 Jul 2009 15:11:50 -0000	1.33
+++ mozplugger.spec	20 Aug 2009 15:37:53 -0000	1.34
@@ -1,13 +1,14 @@
 Summary: A generic mozilla plug-in
 Name: mozplugger
 Version: 1.12.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Url: http://mozplugger.mozdev.org/
 
 Source0: http://mozplugger.mozdev.org/mozplugger/%{name}-%{version}.tar.gz
 Patch1: mozplugger-1.12.1-lib64.patch
+Patch2: mozplugger-1.12.1-path.patch
 
 Requires: m4
 Requires: sox
@@ -26,6 +27,7 @@ programs as plug-ins for media types on 
 %prep
 %setup -q
 %patch1 -p1 -b .lib64
+%patch2 -p1 -b .path
 
 %build
 make linux lib=%{_lib}
@@ -50,6 +52,9 @@ rm -rf %{buildroot}
 %{_mandir}/man7/mozplugger.7*
 
 %changelog
+* Thu Aug 20 2009 Than Ngo <than at redhat.com> - 1.12.1-5
+- fix #513470, using a wrong path for executable
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.12.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list