rpms/nspluginwrapper/devel nspluginwrapper-1.1.12-event.patch, NONE, 1.1 nspluginwrapper.spec, 1.63, 1.64 nspluginwrapper-0.9.91.5-sleep.patch, 1.2, NONE

Martin Stransky stransky at fedoraproject.org
Tue Oct 21 13:22:19 UTC 2008


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7629

Modified Files:
	nspluginwrapper.spec 
Added Files:
	nspluginwrapper-1.1.12-event.patch 
Removed Files:
	nspluginwrapper-0.9.91.5-sleep.patch 
Log Message:
* Tue Oct 21 2008 Martin Stransky <stransky at redhat.com> 1.1.2-3
- Removed event patch, it blocks X events and breaks Adobe pdf plugin
- Removed event limit in xt_event_polling_timer_callback 



nspluginwrapper-1.1.12-event.patch:

--- NEW FILE nspluginwrapper-1.1.12-event.patch ---
diff -up nspluginwrapper-1.1.2/src/npw-viewer.c.sleep nspluginwrapper-1.1.2/src/npw-viewer.c
--- nspluginwrapper-1.1.2/src/npw-viewer.c.sleep	2008-10-21 14:03:07.000000000 +0200
+++ nspluginwrapper-1.1.2/src/npw-viewer.c	2008-10-21 14:14:53.000000000 +0200
@@ -3345,8 +3345,7 @@ static GSourceFuncs xt_event_funcs = {
 
 static gboolean xt_event_polling_timer_callback(gpointer user_data)
 {
-  int i;
-  for (i = 0; i < 5; i++) {
+  while(1) {
 	if ((XtAppPending(x_app_context) & (XtIMAll & ~XtIMXEvent)) == 0)
 	  break;
 	XtAppProcessEvent(x_app_context, XtIMAll & ~XtIMXEvent);


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/nspluginwrapper.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- nspluginwrapper.spec	17 Oct 2008 10:29:26 -0000	1.63
+++ nspluginwrapper.spec	21 Oct 2008 13:21:49 -0000	1.64
@@ -14,7 +14,7 @@
 %define plugin_config_binary plugin-config
 
 # Excluded plugins (separated by ':')
-%define exclude_list 		"libtotem*:libjavaplugin*:gecko-mediaplayer*:mplayerplug-in*"
+%define exclude_list 		"libtotem*:libjavaplugin*:gecko-mediaplayer*:mplayerplug-in*:librhythmbox*"
 
 # Target defines
 %if "%{_target_cpu}" == "i386"
@@ -70,7 +70,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	1.1.2
-Release:	2%{?dist}
+Release:	3%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:        %{plugin_config_name}.tar.gz 
 Source2:        plugin-config.sh.in
@@ -79,7 +79,7 @@
 Patch2:         nspluginwrapper-1.1.0-runtime-restart.patch
 Patch3:         nspluginwrapper-1.1.0-fork.patch
 Patch4:         nspluginwrapper-0.9.91.5-shutdown.patch
-Patch5:         nspluginwrapper-0.9.91.5-sleep.patch
+Patch5:         nspluginwrapper-1.1.12-event.patch
 Patch6:         plugin-config-umask.patch
 Patch100:       plugin-config-setuid.patch
 License:	GPLv2+
@@ -109,7 +109,7 @@
 %patch2 -p1 -b .restart
 %patch3 -p1 -b .fork
 %patch4 -p1 -b .shutdown
-%patch5 -p1 -b .sleep
+%patch5 -p1 -b .event
 %patch6 -p1 -b .umask
 
 pushd %plugin_config_name
@@ -241,6 +241,10 @@
 %config %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Tue Oct 21 2008 Martin Stransky <stransky at redhat.com> 1.1.2-3
+- Removed event patch, it blocks X events and breaks Adobe pdf plugin
+- Removed event limit in xt_event_polling_timer_callback 
+
 * Fri Oct 17 2008 Martin Stransky <stransky at redhat.com> 1.1.2-2
 - added umask to plugin config (#463736)
 


--- nspluginwrapper-0.9.91.5-sleep.patch DELETED ---




More information about the scm-commits mailing list