Hello community,

here is the log from the commit of package nspluginwrapper for openSUSE:11.4
checked in at Fri Dec 2 00:19:29 CET 2011.



--------
--- old-versions/11.4/all/nspluginwrapper/nspluginwrapper.changes       
2010-04-22 15:48:14.000000000 +0200
+++ 11.4/nspluginwrapper/nspluginwrapper.changes        2011-11-23 
18:51:29.000000000 +0100
@@ -1,0 +2,42 @@
+Wed Nov 23 18:48:11 CET 2011 - sbra...@suse.cz
+
+- Update to the latest git snapshot:
+  * New home page.
+  * Fixes possible parallel build issues.
+  * Fixes possible curl threading crashes.
+  * Fix possible crashes on close.
+  * Support for the latest NPAPI SDK.
+  * Link with libdl correctly.
+
+-------------------------------------------------------------------
+Fri Jul  1 18:58:02 CEST 2011 - sbra...@suse.cz
+
+- Update to the version 1.4.4 from the new upstream:
+  * Fix the private mode plugin escape (bnc#702034, CVE-2011-2486).
+  * Crash fixes.
+  * Fix compatibility with WebKit/GTK and Konqueror.
+  * Report capabilities over RPC to fix logic based on NULL
+    plugin/browser hooks.
+  * Fix initialization bug that causes Flash 10.3 to report a
+    version of 0.
+  * Implement ClearSiteData NPAPI extension for managing
+    Flash LSOs.
+  * Work around lack of client-side windows in Flash.
+  * Fix race condition when NPP_Destroy was called while viewer is
+    busy.
+  * Support NPAPI 0.24, in particular, Flash can now query for
+    private browsing.
+  * Support XEmbeding npplayer into another application.
+  * Fix initializing two wrapped plugins with the same name in the
+    same process.
+  * Release implicit grabs before forwarding events to fix Flash
+    context menu hang.
+  * Work around Firefox quirk that broke windowless Flash in
+    Firefox 4.
+  * Bind wrapper and viewer event loops together to avoid many many
+    race conditions.
+  * Redesign NPRuntime bridge to avoid leaking proxy objects.
+  * Incorporate release number into ident string so update works on
+    distro patches.
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/nspluginwrapper
Destination is old-versions/11.4/UPDATES/all/nspluginwrapper
calling whatdependson for 11.4-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
  nspluginwrapper-silence.patch

New:
----
  nspluginwrapper-git6bd99e4.tar.bz2

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

Other differences:
------------------
++++++ nspluginwrapper.spec ++++++
--- /var/tmp/diff_new_pack.9q7bUR/_old  2011-12-02 00:17:21.000000000 +0100
+++ /var/tmp/diff_new_pack.9q7bUR/_new  2011-12-02 00:17:21.000000000 +0100
@@ -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,14 @@
 
 
 Name:           nspluginwrapper
-Version:        1.3.0
-Release:        1
+Version:        1.4.4.0.15
+Release:        0.<RELEASE2>
 Group:          Productivity/Networking/Web/Utilities
 Summary:        Compatibility Layer for Netscape 4 Plug-Ins
 License:        GPLv2+
-Url:            http://gwenole.beauchesne.info/projects/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 
sbra...@suse.cz -- 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
+Url:            http://nspluginwrapper.org/
+#Source:         %{name}-%{version}.tar.bz2
+Source:         %{name}-git6bd99e4.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  curl-devel glib2-devel gtk2-devel
 BuildRequires:  gcc-c++
@@ -66,14 +59,11 @@
 Authors:
 --------
     Gwenole Beauchesne <gb.pub...@free.fr>
+    David Benjamin <david...@mit.edu>
 
 %prep
-%setup -q
-#%patch
-%patch1
-%patch2
-%patch3
-%patch4
+#%setup -q
+%setup -q -n %{name}
 
 %build
 # This package failed when testing with -Wl,-as-needed being default.
@@ -93,14 +83,10 @@
 # lsb-build/stub_libs/libc_main.c
 export CFLAGS_32="-m32 ${RPM_OPT_FLAGS/-fstack-protector}"
 %endif
-%configure\
-       --with-viewer\
-%ifarch x86_64
-       --with-biarch
-%else
-       --without-biarch
-%endif
-sed -i "s/CC=.*/& $RPM_OPT_FLAGS/" config-host.mak
+export CFLAGS="${CFLAGS:-%optflags}"
+./configure\
+       --prefix=%{_prefix}
+#sed -i "s/CC=.*/& $RPM_OPT_FLAGS/" config-host.mak
 make %{?jobs:-j%jobs}
 
 %install
@@ -151,7 +137,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING NEWS README TODO
+%doc ChangeLog.pre-1-4 COPYING NEWS README TODO
 %{_bindir}/nspluginplayer
 %{_bindir}/%{name}
 %{_libdir}/browser-plugins/npwrapper.so

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to