Hello community,

here is the log from the commit of package plasma-addons for openSUSE:Factory 
checked in at 2014-11-28 08:48:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma-addons (Old)
 and      /work/SRC/openSUSE:Factory/.plasma-addons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma-addons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma-addons/plasma-addons.changes      
2014-11-19 20:26:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.plasma-addons.new/plasma-addons.changes 
2014-11-28 08:48:35.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 12 12:51:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ plasma-addons.spec ++++++
--- /var/tmp/diff_new_pack.JZLbp2/_old  2014-11-28 08:48:36.000000000 +0100
+++ /var/tmp/diff_new_pack.JZLbp2/_new  2014-11-28 08:48:36.000000000 +0100
@@ -126,11 +126,11 @@
 
 %post
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_datadir}/mime &> /dev/null || :
+%{_kde4_bindir}/update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||:
 
 %postun
 /sbin/ldconfig
-%{_kde4_bindir}/update-mime-database %{_datadir}/mime &> /dev/null || :
+%{_kde4_bindir}/update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||:
 
 %post   akonadi -p /sbin/ldconfig
 %postun akonadi -p /sbin/ldconfig

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

Reply via email to