Hello community, here is the log from the commit of package shutter for openSUSE:Factory checked in at 2014-12-05 21:03:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/shutter (Old) and /work/SRC/openSUSE:Factory/.shutter.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shutter" Changes: -------- --- /work/SRC/openSUSE:Factory/shutter/shutter.changes 2013-09-14 19:18:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.shutter.new/shutter.changes 2014-12-05 21:03:50.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Nov 08 19:12:00 UTC 2014 - Led <[email protected]> + +- fix bashisms in post/postun scripts + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ shutter.spec ++++++ --- /var/tmp/diff_new_pack.ilKv9J/_old 2014-12-05 21:03:51.000000000 +0100 +++ /var/tmp/diff_new_pack.ilKv9J/_new 2014-12-05 21:03:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package shutter # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 8/2011 - now by open-slx GmbH <[email protected]> # Copyright (c) 12/2010 - 7/2011 by Sascha Manns <[email protected]> # Copyright (c) 7/2010 - 12/2010 by Ray Chen <[email protected]> @@ -108,11 +108,11 @@ %fdupes %{buildroot}%{_datadir}/ %post -update-desktop-database %{_datadir}/applications &>/dev/null || : -gtk-update-icon-cache -f %{_datadir}/icons/hicolor &>/dev/null || : +update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : +gtk-update-icon-cache -f %{_datadir}/icons/hicolor >/dev/null 2>&1 || : %postun -update-desktop-database %{_datadir}/applications &>/dev/null || : +update-desktop-database %{_datadir}/applications >/dev/null 2>&1 || : %files %defattr(-,root,root) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
