Hello community, here is the log from the commit of package k3b for openSUSE:Factory checked in at 2014-11-19 20:24:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/k3b (Old) and /work/SRC/openSUSE:Factory/.k3b.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "k3b" Changes: -------- --- /work/SRC/openSUSE:Factory/k3b/k3b.changes 2014-11-07 09:05:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes 2014-11-19 20:27:07.000000000 +0100 @@ -1,0 +2,12 @@ +Tue Nov 11 14:09:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in post/postun scripts + +------------------------------------------------------------------- +Tue Nov 4 20:32:14 UTC 2014 - [email protected] + +- Drop ImageMagick BuildRequires together with adjusting png's as + they are fixed upstream +- Drop version checks for ancient openSUSE versions + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ k3b.spec ++++++ --- /var/tmp/diff_new_pack.JvCMMO/_old 2014-11-19 20:27:09.000000000 +0100 +++ /var/tmp/diff_new_pack.JvCMMO/_new 2014-11-19 20:27:09.000000000 +0100 @@ -157,11 +157,11 @@ %post /sbin/ldconfig -/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : +/usr/bin/update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||: %postun /sbin/ldconfig -/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : +/usr/bin/update-mime-database %{_datadir}/mime >/dev/null 2>&1 ||: %clean rm -rf %{buildroot} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
