rpms/nspluginwrapper/devel nspluginwrapper.spec, 1.88, 1.89 plugin-config-time-check.patch, 1.1, 1.2

Martin Stransky stransky at fedoraproject.org
Wed Jun 30 07:43:10 UTC 2010


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17119

Modified Files:
	nspluginwrapper.spec plugin-config-time-check.patch 
Log Message:
fixed patch for rhbz#523273


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/nspluginwrapper.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -p -r1.88 -r1.89
--- nspluginwrapper.spec	29 Jun 2010 12:30:51 -0000	1.88
+++ nspluginwrapper.spec	30 Jun 2010 07:43:09 -0000	1.89
@@ -73,7 +73,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	1.3.0
-Release:	13%{?dist}
+Release:	14%{?dist}
 Source0:	http://gwenole.beauchesne.info/projects/nspluginwrapper/files/%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:	%{plugin_config_name}.tar.gz
 Source2:	plugin-config.sh.in
@@ -258,6 +258,9 @@ fi;
 
 
 %changelog
+* Wed Jun 30 2010 Martin Stransky <stransky at redhat.com> 1.3.0-14
+- fixed patch for rhbz#523273
+
 * Tue Jun 29 2010 Martin Stransky <stransky at redhat.com> 1.3.0-13
 - Changed RPM timeout to 10 second, should prevent 
   long browser hangs.

plugin-config-time-check.patch:
 plugin-config.c |   35 +++++++++++++++++++++++++++++++++--
 1 file changed, 33 insertions(+), 2 deletions(-)

Index: plugin-config-time-check.patch
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/plugin-config-time-check.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- plugin-config-time-check.patch	28 Jun 2010 13:01:58 -0000	1.1
+++ plugin-config-time-check.patch	30 Jun 2010 07:43:09 -0000	1.2
@@ -27,7 +27,7 @@ diff -up nspluginwrapper-1.3.0/plugin-co
 +
 +  info("  file = %d, wrap = %d", file, wrap);
 +
-+  return(!file && !wrap && file <= wrap);
++  return(file && wrap && file <= wrap);
 +}
 +
 +



More information about the scm-commits mailing list