rpms/nspluginwrapper/devel nspluginwrapper-1.1.2-event.patch, NONE, 1.1 .cvsignore, 1.8, 1.9 nspluginwrapper.spec, 1.67, 1.68 sources, 1.12, 1.13 nspluginwrapper-0.9.91.5-shutdown.patch, 1.1, NONE nspluginwrapper-1.1.12-event.patch, 1.1, NONE nspluginwrapper-1.1.4-fork.patch, 1.1, NONE nspluginwrapper-1.1.4-params.patch, 1.1, NONE nspluginwrapper-1.1.4-runtime-restart.patch, 1.1, NONE

Martin Stransky stransky at fedoraproject.org
Mon Dec 1 14:58:26 UTC 2008


Author: stransky

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

Modified Files:
	.cvsignore nspluginwrapper.spec sources 
Added Files:
	nspluginwrapper-1.1.2-event.patch 
Removed Files:
	nspluginwrapper-0.9.91.5-shutdown.patch 
	nspluginwrapper-1.1.12-event.patch 
	nspluginwrapper-1.1.4-fork.patch 
	nspluginwrapper-1.1.4-params.patch 
	nspluginwrapper-1.1.4-runtime-restart.patch 
Log Message:
* Mon Dec 1 2008 Martin Stransky <stransky at redhat.com> 1.1.8-1
- Updated to 1.1.8
- Removed already upstreamed patches



nspluginwrapper-1.1.2-event.patch:

--- NEW FILE nspluginwrapper-1.1.2-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: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	12 Nov 2008 11:56:52 -0000	1.8
+++ .cvsignore	1 Dec 2008 14:57:55 -0000	1.9
@@ -5,3 +5,4 @@
 plugin-config-1.6.tar.gz
 plugin-config-1.9.tar.gz
 nspluginwrapper-1.1.4.tar.bz2
+nspluginwrapper-1.1.8.tar.bz2


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/nspluginwrapper.spec,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- nspluginwrapper.spec	12 Nov 2008 12:10:13 -0000	1.67
+++ nspluginwrapper.spec	1 Dec 2008 14:57:55 -0000	1.68
@@ -64,7 +64,7 @@
 
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
-Version:	1.1.4
+Version:	1.1.8
 Release:	1%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:        %{plugin_config_name}.tar.gz 
@@ -73,11 +73,7 @@
 Patch1:         nspluginwrapper-1.1.4-make.patch
 Patch2:         nspluginwrapper-1.1.4-configure.patch
 Patch3:         nspluginwrapper-1.1.4-directory.patch
-Patch10:        nspluginwrapper-1.1.4-runtime-restart.patch
-Patch11:        nspluginwrapper-1.1.4-fork.patch
-Patch12:        nspluginwrapper-0.9.91.5-shutdown.patch
-Patch13:        nspluginwrapper-1.1.12-event.patch
-Patch14:        nspluginwrapper-1.1.4-params.patch
+Patch10:        nspluginwrapper-1.1.2-event.patch
 Patch100:       plugin-config-setuid.patch
 Patch101:       plugin-config-umask.patch
 Patch102:       plugin-config-print.patch
@@ -111,11 +107,7 @@
 %patch3 -p1 -b .dir
 
 # Package fixes
-%patch10 -p1 -b .restart
-%patch11 -p1 -b .fork
-%patch12 -p1 -b .shutdown
-%patch13 -p1 -b .event
-%patch14 -p1 -b .params
+%patch10 -p1 -b .params
 
 # Plugin-config patches
 pushd %plugin_config_name
@@ -240,6 +232,10 @@
 %config %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Mon Dec 1 2008 Martin Stransky <stransky at redhat.com> 1.1.8-1
+- Updated to 1.1.8
+- Removed already upstreamed patches
+
 * Wed Nov 12 2008 Martin Stransky <stransky at redhat.com> 1.1.4-1
 - Updated to 1.1.4
 - Consolidated build patches


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	12 Nov 2008 11:56:53 -0000	1.12
+++ sources	1 Dec 2008 14:57:55 -0000	1.13
@@ -1,2 +1,2 @@
 0a00e94ba608dfea365851af9deb20dc  plugin-config-1.9.tar.gz
-f9a36f0a15f7c9043c3a4c1b74387ba7  nspluginwrapper-1.1.4.tar.bz2
+73ea7ed696cd9d0502ad0522036ee68b  nspluginwrapper-1.1.8.tar.bz2


--- nspluginwrapper-0.9.91.5-shutdown.patch DELETED ---


--- nspluginwrapper-1.1.12-event.patch DELETED ---


--- nspluginwrapper-1.1.4-fork.patch DELETED ---


--- nspluginwrapper-1.1.4-params.patch DELETED ---


--- nspluginwrapper-1.1.4-runtime-restart.patch DELETED ---




More information about the fedora-extras-commits mailing list