rpms/nspluginwrapper/devel nspluginwrapper-0.9.91.4-config.patch, NONE, 1.1 nspluginwrapper.spec, 1.11, 1.12

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Mon Aug 13 10:59:34 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20918

Modified Files:
	nspluginwrapper.spec 
Added Files:
	nspluginwrapper-0.9.91.4-config.patch 
Log Message:
* Mon Aug 13 2007 Martin Stransky <stransky at redhat.com> 0.9.91.4-16
- fixed plugins check
- minor spec fixes


nspluginwrapper-0.9.91.4-config.patch:

--- NEW FILE nspluginwrapper-0.9.91.4-config.patch ---
--- nspluginwrapper-0.9.91.4/plugin-config-1.5/src/plugin-config.c.old	2007-08-10 11:41:57.000000000 +0200
+++ nspluginwrapper-0.9.91.4/plugin-config-1.5/src/plugin-config.c	2007-08-13 12:50:46.000000000 +0200
@@ -580,7 +580,7 @@ int check_installed_plugin(WRAP_PLUGIN *
   // should be wrapped
   if(plug) {    
     if(wrap_ok && !link_ok) {
-      return(TRUE);
+      return(wrap);
     } else {
       ret = (wrap_ok && link_ok);
     }


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/devel/nspluginwrapper.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nspluginwrapper.spec	13 Aug 2007 09:22:44 -0000	1.11
+++ nspluginwrapper.spec	13 Aug 2007 10:59:02 -0000	1.12
@@ -70,12 +70,13 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	0.9.91.4
-Release:	15%{?dist}
+Release:	16%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:        %{plugin_config_name}.tar.gz 
 Source2:        plugin-config.sh.in
 Source3:        %{name}.sh.in
 Patch0:		nspluginwrapper-0.9.91.4-rh.patch
+Patch1:		nspluginwrapper-0.9.91.4-config.patch
 License:	GPL
 Group:		Networking/WWW
 Url:		http://gwenole.beauchesne.info/projects/nspluginwrapper/
@@ -104,6 +105,7 @@
 %prep
 %setup  -q -a 1
 %patch0 -p1 -b .rh
+%patch1 -p1 -b .cnf
 
 # remove old/incompatibile stuff
 rm -rf npapi
@@ -217,6 +219,10 @@
 %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Mon Aug 13 2007 Martin Stransky <stransky at redhat.com> 0.9.91.4-16
+- fixed plugins check
+- minor spec fixes
+
 * Fri Aug 10 2007 Martin Stransky <stransky at redhat.com> 0.9.91.4-15
 - removed mozembeded dependency
 - excluded totem plugins from wrapping




More information about the fedora-extras-commits mailing list