rpms/nspluginwrapper/F-9 nspluginwrapper-0.9.91.5-cpp-plugins.patch, NONE, 1.1 nspluginwrapper.spec, 1.47, 1.48

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Mon May 5 10:38:51 UTC 2008


Author: stransky

Update of /cvs/pkgs/rpms/nspluginwrapper/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25973

Modified Files:
	nspluginwrapper.spec 
Added Files:
	nspluginwrapper-0.9.91.5-cpp-plugins.patch 
Log Message:
link pluginwrapper with stdc++ lib

nspluginwrapper-0.9.91.5-cpp-plugins.patch:

--- NEW FILE nspluginwrapper-0.9.91.5-cpp-plugins.patch ---
diff -up nspluginwrapper-0.9.91.5/Makefile.old nspluginwrapper-0.9.91.5/Makefile
--- nspluginwrapper-0.9.91.5/Makefile.old	2008-05-05 11:56:07.000000000 +0200
+++ nspluginwrapper-0.9.91.5/Makefile	2008-05-05 12:04:25.000000000 +0200
@@ -5,6 +5,7 @@
 -include config.mak
 
 CFLAGS += -Wall
+LDFLAGS += -lstdc++
 
 ifeq ($(SRC_PATH),)
 SRC_PATH = .


Index: nspluginwrapper.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nspluginwrapper/F-9/nspluginwrapper.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- nspluginwrapper.spec	30 Apr 2008 19:09:58 -0000	1.47
+++ nspluginwrapper.spec	5 May 2008 10:38:14 -0000	1.48
@@ -70,7 +70,7 @@
 Summary:	A compatibility layer for Netscape 4 plugins
 Name:		nspluginwrapper
 Version:	0.9.91.5
-Release:	27%{?dist}
+Release:	28%{?dist}
 Source0:	%{name}-%{version}%{?svndate:-%{svndate}}.tar.bz2
 Source1:        %{plugin_config_name}.tar.gz 
 Source2:        plugin-config.sh.in
@@ -84,7 +84,8 @@
 Patch7:         nspluginwrapper-0.9.91.5-npviewer-gthread.patch
 Patch8:         nspluginwrapper-0.9.91.5-shutdown.patch
 Patch9:         nspluginwrapper-0.9.91.5-sleep.patch
-Patch10:        plugin-config-setuid.patch
+Patch10:        nspluginwrapper-0.9.91.5-cpp-plugins.patch
+Patch100:       plugin-config-setuid.patch
 License:	GPL
 Group:		Networking/WWW
 Url:		http://gwenole.beauchesne.info/projects/nspluginwrapper/
@@ -118,9 +119,10 @@
 %patch7 -p1 -b .thread
 %patch8 -p1 -b .shutdown
 %patch9 -p1 -b .sleep
+%patch10 -p1 -b .cpplib
 
 pushd %plugin_config_name
-%patch10 -p2
+%patch100 -p2
 popd
 
 # remove old/incompatibile stuff
@@ -239,6 +241,9 @@
 %config %{_sysconfdir}/sysconfig/%{name}
 
 %changelog
+* Mon May 5 2008 Martin Stransky <stransky at redhat.com> 0.9.91.5-28
+- link pluginwrapper with stdc++ lib
+
 * Wed Apr 30 2008 Christopher Aillon <caillon at redhat.com> 0.9.91.5-27
 - mozilla-filesystem now owns the plugin source dir
 




More information about the scm-commits mailing list