Hello community, here is the log from the commit of package kcoreaddons for openSUSE:Factory checked in at 2014-11-13 09:18:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcoreaddons (Old) and /work/SRC/openSUSE:Factory/.kcoreaddons.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcoreaddons" Changes: -------- --- /work/SRC/openSUSE:Factory/kcoreaddons/kcoreaddons.changes 2014-11-11 01:09:26.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kcoreaddons.new/kcoreaddons.changes 2014-11-13 09:18:33.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 05:05:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in post/postun scripts + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcoreaddons.spec ++++++ --- /var/tmp/diff_new_pack.bvOyil/_old 2014-11-13 09:18:34.000000000 +0100 +++ /var/tmp/diff_new_pack.bvOyil/_new 2014-11-13 09:18:34.000000000 +0100 @@ -90,12 +90,12 @@ %post -n %lname -p /sbin/ldconfig %post -%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || : +%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || : %postun -n %lname -p /sbin/ldconfig %postun -%{_bindir}/update-mime-database %{_kf5_sharedir}/mime &> /dev/null || : +%{_bindir}/update-mime-database %{_kf5_sharedir}/mime > /dev/null 2>&1 || : %files lang -f %{name}5.lang -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
