Hello community, here is the log from the commit of package OpenLP for openSUSE:Factory checked in at 2014-11-11 01:10:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/OpenLP (Old) and /work/SRC/openSUSE:Factory/.OpenLP.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "OpenLP" Changes: -------- --- /work/SRC/openSUSE:Factory/OpenLP/OpenLP.changes 2014-07-02 15:04:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.OpenLP.new/OpenLP.changes 2014-11-11 01:11:21.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Nov 08 04:21:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in post/postun scripts + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenLP.spec ++++++ --- /var/tmp/diff_new_pack.D29bF2/_old 2014-11-11 01:11:23.000000000 +0100 +++ /var/tmp/diff_new_pack.D29bF2/_new 2014-11-11 01:11:23.000000000 +0100 @@ -95,14 +95,14 @@ %post touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: -update-mime-database %{_datadir}/mime &> /dev/null ||: -update-desktop-database &> /dev/null ||: +update-mime-database %{_datadir}/mime > /dev/null 2>&1 ||: +update-desktop-database > /dev/null 2>&1 ||: %postun touch --no-create %{_datadir}/icons/hicolor ||: gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||: -update-mime-database %{_datadir}/mime &> /dev/null ||: -update-desktop-database &> /dev/null ||: +update-mime-database %{_datadir}/mime > /dev/null 2>&1 ||: +update-desktop-database > /dev/null 2>&1 ||: %files %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
