rpms/mozplugger/F-12 mozplugger-1.13.3-path.patch, NONE, 1.1 mozplugger.spec, 1.37, 1.38 sources, 1.11, 1.12 mozplugger-1.12.1-lib64.patch, 1.1, NONE mozplugger-1.12.1-path.patch, 1.1, NONE

Than Ngo than at fedoraproject.org
Tue Apr 20 10:41:25 UTC 2010


Author: than

Update of /cvs/extras/rpms/mozplugger/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4929

Modified Files:
	mozplugger.spec sources 
Added Files:
	mozplugger-1.13.3-path.patch 
Removed Files:
	mozplugger-1.12.1-lib64.patch mozplugger-1.12.1-path.patch 
Log Message:
1.13.3, fix crash in mozplugger bz#553935



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

--- NEW FILE mozplugger-1.13.3-path.patch ---
diff -up mozplugger-1.13.3/mozpluggerrc.path mozplugger-1.13.3/mozpluggerrc
--- mozplugger-1.13.3/mozpluggerrc.path	2010-04-17 00:05:05.000000000 +0200
+++ mozplugger-1.13.3/mozpluggerrc	2010-04-20 12:07:57.000000000 +0200
@@ -352,7 +352,7 @@ 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"
 
 application/bge:blend:Blender Game Engine
         swallow(%f): blenderplayer $file


Index: mozplugger.spec
===================================================================
RCS file: /cvs/extras/rpms/mozplugger/F-12/mozplugger.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- mozplugger.spec	21 Aug 2009 11:26:22 -0000	1.37
+++ mozplugger.spec	20 Apr 2010 10:41:25 -0000	1.38
@@ -1,16 +1,14 @@
 Summary: A generic mozilla plug-in
 Name: mozplugger
-Version: 1.12.1
-Release: 7%{?dist}
+Version: 1.13.3
+Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Url: http://mozplugger.mozdev.org/
 Source0: http://mozplugger.mozdev.org/files/%{name}-%{version}.tar.gz
 
-# fix lib64 issue
-Patch1: mozplugger-1.12.1-lib64.patch
 # fix #513470, using a wrong path for executable
-Patch2: mozplugger-1.12.1-path.patch
+Patch1: mozplugger-1.13.3-path.patch
 
 Requires: m4
 Requires: sox
@@ -28,17 +26,14 @@ programs as plug-ins for media types on 
 
 %prep
 %setup -q
-%patch1 -p1 -b .lib64
-%patch2 -p1 -b .path
-
-chmod 644 npapi/common/npunix.c
+%patch1 -p1 -b .path
 
 %build
-make linux lib=%{_lib}
+make linux
 
 %install
 rm -rf %{buildroot}
-make install lib=%{_lib} root=%{buildroot}
+make install libprefix=/%{_lib} root=%{buildroot}
 
 # convert to UTF8
 file=%{buildroot}%{_mandir}/man7/mozplugger.7
@@ -59,6 +54,9 @@ rm -rf %{buildroot}
 %{_mandir}/man7/mozplugger.7*
 
 %changelog
+* Tue Apr 20 2010 Than Ngo <than at redhat.com> - 1.13.3-1
+- 1.13.3, fix crash in mozplugger bz#553935
+
 * Fri Aug 21 2009 Than Ngo <than at redhat.com> - 1.12.1-7
 - drop Obsoletes on plugger
 - add comments for the patches


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mozplugger/F-12/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- sources	14 May 2009 14:15:13 -0000	1.11
+++ sources	20 Apr 2010 10:41:25 -0000	1.12
@@ -1 +1 @@
-30010bc1028a90aa1a87a39f8c7a5910  mozplugger-1.12.1.tar.gz
+42d2ac76d8bf6902743323fefd1801ba  mozplugger-1.13.3.tar.gz


--- mozplugger-1.12.1-lib64.patch DELETED ---


--- mozplugger-1.12.1-path.patch DELETED ---



More information about the scm-commits mailing list