rpms/nspluginwrapper/F-9 nspluginwrapper-1.1.12-event.patch, NONE, 1.1 nspluginwrapper.spec, 1.58, 1.59 nspluginwrapper-0.9.91.5-sleep.patch, 1.2, NONE

Martin Stransky stransky at fedoraproject.org
Tue Oct 21 13:15:51 UTC 2008


Author: stransky

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

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-2
- 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/F-9/nspluginwrapper.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- nspluginwrapper.spec	16 Oct 2008 11:52:54 -0000	1.58
+++ nspluginwrapper.spec	21 Oct 2008 13:15:21 -0000	1.59
@@ -70,7 +70,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	1.1.2
-Release:	1%{?dist}
+Release:	2%{?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
 Patch100:       plugin-config-setuid.patch
 License:	GPLv2+
 Group:		Networking/WWW
@@ -108,7 +108,7 @@
 %patch2 -p1 -b .restart
 %patch3 -p1 -b .fork
 %patch4 -p1 -b .shutdown
-%patch5 -p1 -b .sleep
+%patch5 -p1 -b .event
 
 pushd %plugin_config_name
 %patch100 -p2
@@ -239,6 +239,10 @@
 %config %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Tue Oct 21 2008 Martin Stransky <stransky at redhat.com> 1.1.2-2
+- Removed event patch, it blocks X events and breaks Adobe pdf plugin
+- Removed event limit in xt_event_polling_timer_callback 
+
 * Thu Oct 16 2008 Martin Stransky <stransky at redhat.com> 1.1.2-1
 - updated to 1.1.12
 - added librhythmbox* to ignored plugins (#467187)


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




More information about the scm-commits mailing list