rpms/nspluginwrapper/F-13 nspluginwrapper.spec, 1.86, 1.87 plugin-config-time-check.patch, 1.1, 1.2

Martin Stransky stransky at fedoraproject.org
Wed Jun 30 07:40:39 UTC 2010


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16865

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/F-13/nspluginwrapper.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- nspluginwrapper.spec	28 Jun 2010 13:00:11 -0000	1.86
+++ nspluginwrapper.spec	30 Jun 2010 07:40:38 -0000	1.87
@@ -73,7 +73,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	1.3.0
-Release:	12%{?dist}
+Release:	13%{?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
@@ -252,6 +252,9 @@ fi;
 
 
 %changelog
+* Mon Jun 28 2010 Martin Stransky <stransky at redhat.com> 1.3.0-13
+- fixed patch for rhbz#523273
+
 * Mon Jun 28 2010 Martin Stransky <stransky at redhat.com> 1.3.0-12
 - Fixed rhbz#523273 - wrapped plugins not getting updated
 

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/F-13/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:00:11 -0000	1.1
+++ plugin-config-time-check.patch	30 Jun 2010 07:40:39 -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