Hello community,

here is the log from the commit of package nspluginwrapper for openSUSE:Factory
checked in at Mon Jun 20 11:38:14 CEST 2011.



--------
--- nspluginwrapper/nspluginwrapper.changes     2010-04-22 15:48:14.000000000 
+0200
+++ /mounts/work_src_done/STABLE/nspluginwrapper/nspluginwrapper.changes        
2011-05-25 23:01:16.000000000 +0200
@@ -1,0 +2,17 @@
+Wed May 25 21:00:26 UTC 2011 - [email protected]
+
+- Drop native windows patch, already in upstream.
+- Two bug fixes 
+
+-------------------------------------------------------------------
+Sat May 21 16:17:45 UTC 2011 - [email protected]
+
+- Update to version 1.4.0
+ * drop obsolete patches
+ * Work around Qt bug that breaks npplayer when Kopete is installed
+ * Work around Firefox quirk that broke windowless Flash in Firefox 4
+ * Bind wrapper and viewer event loops together to avoid many many race 
conditions
+ * Fix initialization bug that causes Flash 10.3 to report a version of 0
+ * Work around bug in Konqueror that prevents plug-ins from functioning 
properly
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  nspluginwrapper-1.3.0.tar.bz2
  nspluginwrapper-20090625-fix-npident-array-sending.patch
  nspluginwrapper-native-windows.patch
  nspluginwrapper-offsetof.patch
  nspluginwrapper-recv_chk.patch

New:
----
  nspluginwrapper-1.4.0_git201105201955.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nspluginwrapper.spec ++++++
--- /var/tmp/diff_new_pack.qrYD8t/_old  2011-06-20 11:31:24.000000000 +0200
+++ /var/tmp/diff_new_pack.qrYD8t/_new  2011-06-20 11:31:24.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nspluginwrapper (Version 1.3.0)
+# spec file for package nspluginwrapper
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,21 +19,16 @@
 
 
 Name:           nspluginwrapper
-Version:        1.3.0
+Version:        1.4.0_git201105201955
 Release:        1
 Group:          Productivity/Networking/Web/Utilities
 Summary:        Compatibility Layer for Netscape 4 Plug-Ins
 License:        GPLv2+
-Url:            http://gwenole.beauchesne.info/projects/nspluginwrapper/
+Url:            http://web.mit.edu/davidben/Public/nspluginwrapper/
 Source:         %{name}-%{version}.tar.bz2
 # Suppress error messages when trying to wrap native plugin (bnc#400194):
 # (Now it's done differently, but still only a work-around.)
 Patch:          nspluginwrapper-silence.patch
-# PATCH-FIX-OPENSUSE nspluginwrapper-native-windows.patch bnc537788 
[email protected] -- Return to native X windows in GTK+.
-Patch1:         nspluginwrapper-native-windows.patch
-Patch2:         nspluginwrapper-20090625-fix-npident-array-sending.patch
-Patch3:         nspluginwrapper-offsetof.patch
-Patch4:         nspluginwrapper-recv_chk.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  curl-devel glib2-devel gtk2-devel
 BuildRequires:  gcc-c++
@@ -70,15 +65,11 @@
 %prep
 %setup -q
 #%patch
-%patch1
-%patch2
-%patch3
-%patch4
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
 # So we disable it here, if you want to retest, just delete this comment and 
the line below.
-export SUSE_ASNEEDED=0
+#export SUSE_ASNEEDED=0
 #
 # TODO:
 # There are three ways to compile 32 bit stuff. Decide, what is better:
@@ -93,14 +84,14 @@
 # lsb-build/stub_libs/libc_main.c
 export CFLAGS_32="-m32 ${RPM_OPT_FLAGS/-fstack-protector}"
 %endif
-%configure\
-       --with-viewer\
+./configure \
+    --prefix=%{_prefix} \
+       --enable-viewer \
+    --with-malloc=glib \
 %ifarch x86_64
-       --with-biarch
-%else
-       --without-biarch
+    --enable-biarch
 %endif
-sed -i "s/CC=.*/& $RPM_OPT_FLAGS/" config-host.mak
+#sed -i "s/CC=.*/& $RPM_OPT_FLAGS/" config-host.mak
 make %{?jobs:-j%jobs}
 
 %install
@@ -151,7 +142,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING NEWS README TODO
+%doc COPYING NEWS README TODO
 %{_bindir}/nspluginplayer
 %{_bindir}/%{name}
 %{_libdir}/browser-plugins/npwrapper.so


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to