rpms/nspluginwrapper/F-12 nspluginwrapper-1.3.0-compiz.patch, NONE, 1.1 nspluginwrapper.spec, 1.82, 1.83

Martin Stransky stransky at fedoraproject.org
Fri Dec 4 15:20:20 UTC 2009


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8540

Modified Files:
	nspluginwrapper.spec 
Added Files:
	nspluginwrapper-1.3.0-compiz.patch 
Log Message:
added Compiz workaround (#542424)

nspluginwrapper-1.3.0-compiz.patch:
 npw-viewer.sh |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE nspluginwrapper-1.3.0-compiz.patch ---
diff -up nspluginwrapper-1.3.0/src/npw-viewer.sh.old nspluginwrapper-1.3.0/src/npw-viewer.sh
--- nspluginwrapper-1.3.0/src/npw-viewer.sh.old	2009-11-16 12:57:53.000000000 +0100
+++ nspluginwrapper-1.3.0/src/npw-viewer.sh	2009-12-04 16:16:27.000000000 +0100
@@ -77,6 +77,9 @@ NPW_USE_XSHM=${NPW_USE_XSHM:-yes}
 NPW_USE_VALGRIND=${NPW_USE_VALGRIND:-no}
 can_use_valgrind="no"
 
+# Compiz/Flash workaround (rhbz#542424)
+export GDK_NATIVE_WINDOWS=1
+
 if test "$ARCH" != "$TARGET_ARCH"; then
     case $TARGET_ARCH in
     i386)


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/F-12/nspluginwrapper.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- nspluginwrapper.spec	10 Nov 2009 09:24:36 -0000	1.82
+++ nspluginwrapper.spec	4 Dec 2009 15:20:20 -0000	1.83
@@ -73,7 +73,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	1.3.0
-Release:	9%{?dist}
+Release:	10%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:        %{plugin_config_name}.tar.gz
 Source2:        plugin-config.sh.in
@@ -83,6 +83,7 @@ Patch2:         nspluginwrapper-1.3.0-co
 Patch3:         nspluginwrapper-1.3.0-directory.patch
 Patch4:         nspluginwrapper-20090625-fix-npident-array-sending.patch
 Patch5:         nspluginwrapper-1.3.0-inst.patch
+Patch6:         nspluginwrapper-1.3.0-compiz.patch
 Patch100:       plugin-config-setuid.patch
 Patch101:       plugin-config-umask.patch
 Patch102:       plugin-config-print.patch
@@ -117,6 +118,7 @@ This package consists in:
 %patch3 -p1 -b .dir
 %patch4 -p0 -b .array
 %patch5 -p1 -b .inst
+%patch6 -p1 -b .compiz
 
 # Plugin-config patches
 pushd %plugin_config_name
@@ -248,6 +250,9 @@ fi;
 
 
 %changelog
+* Fri Dec 4 2009 Martin Stransky <stransky at redhat.com> 1.3.0-10
+- added Compiz workaround (#542424)
+
 * Tue Nov 10 2009 Martin Stransky <stransky at redhat.com> 1.3.0-9
 - added NULL check (#531669)
 




More information about the fedora-extras-commits mailing list