Hello community,

here is the log from the commit of package nspluginwrapper for openSUSE:12.1 
checked in at 2011-11-02 12:09:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/nspluginwrapper (Old)
 and      /work/SRC/openSUSE:12.1/.nspluginwrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nspluginwrapper", Maintainer is "sbra...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.1/nspluginwrapper/nspluginwrapper.changes     
2011-10-24 13:10:59.000000000 +0200
+++ /work/SRC/openSUSE:12.1/.nspluginwrapper.new/nspluginwrapper.changes        
2011-11-02 12:09:03.000000000 +0100
@@ -1,0 +2,13 @@
+Mon Oct 31 17:06:15 CET 2011 - sbra...@suse.cz
+
+- Do not wrap native plugins, it makes no sense any more
+  (bnc#727018#c6).
+
+-------------------------------------------------------------------
+Fri Oct 28 08:15:57 UTC 2011 - w...@rosenauer.org
+
+- do not build nspluginwrapper for i386 (bnc#727018)
+- do not supplement flash-player anymore as it is available for
+  i386 and x86-64 now
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ nspluginwrapper.spec ++++++
--- /var/tmp/diff_new_pack.E3t1fa/_old  2011-11-02 12:09:03.000000000 +0100
+++ /var/tmp/diff_new_pack.E3t1fa/_new  2011-11-02 12:09:03.000000000 +0100
@@ -32,8 +32,8 @@
 %ifarch x86_64
 BuildRequires:  gcc-c++-32bit
 %endif
-ExcludeArch:    s390 s390x
-Supplements:    acroread flash-player
+ExcludeArch:    s390 s390x %ix86
+Supplements:    acroread
 # Name of platform split package, never used in openSUSE:
 Provides:       %{name}-%{_arch} = %{version}-%{release}
 # Name of platform split package, used in openSUSE BS before 11.0:
@@ -93,38 +93,22 @@
 # mplayerplug-in is a common name of third party package that may be
 # affected, too.
 
-%triggerin -- RealPlayer acroread acroread_ja flash-player mplayerplug-in
+%triggerin -- RealPlayer acroread acroread_ja mplayerplug-in
 # suppress "wrong ELF class" messages
-%ifarch %ix86
-%{_bindir}/%{name} -a -i -n 2>&1 | grep -v "wrong ELF class" >&2 || :
-%else
 %{_bindir}/%{name} -a -i 2>&1 | grep -v "wrong ELF class" >&2 || :
-%endif
 
-%triggerpostun -- RealPlayer acroread acroread_ja flash-player mplayerplug-in
+%triggerpostun -- RealPlayer acroread acroread_ja mplayerplug-in
 # suppress "wrong ELF class" messages
-%ifarch %ix86
-%{_bindir}/%{name} -a -u -n 2>&1 | grep -v "wrong ELF class" >&2 || :
-%else
 %{_bindir}/%{name} -a -u 2>&1 | grep -v "wrong ELF class" >&2 || :
-%endif
 
 %post
 # suppress "wrong ELF class" messages
-%ifarch %ix86
-%{_bindir}/%{name} -a -i -n 2>&1 | grep -v "wrong ELF class" >&2 || :
-%else
 %{_bindir}/%{name} -a -i 2>&1 | grep -v "wrong ELF class" >&2 || :
-%endif
 
 %preun
 if [ $1 = 0 ]; then
 # suppress "wrong ELF class" messages
-%ifarch %ix86
-  %{_bindir}/%{name} -a -r -n 2>&1 | grep -v "wrong ELF class" >&2 || :
-%else
   %{_bindir}/%{name} -a -r 2>&1 | grep -v "wrong ELF class" >&2 || :
-%endif
 fi
 
 %files

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

Reply via email to