Hello community,

here is the log from the commit of package openttd for openSUSE:Factory checked 
in at 2014-11-11 09:59:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openttd (Old)
 and      /work/SRC/openSUSE:Factory/.openttd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openttd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openttd/openttd.changes  2014-10-29 
21:11:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openttd.new/openttd.changes     2014-11-11 
10:00:04.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 20:23:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in post scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openttd.spec ++++++
--- /var/tmp/diff_new_pack.eCvB5v/_old  2014-11-11 10:00:06.000000000 +0100
+++ /var/tmp/diff_new_pack.eCvB5v/_new  2014-11-11 10:00:06.000000000 +0100
@@ -146,7 +146,7 @@
 %endif
 
 %post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1 || :
 
 %post dedicated
 rm -f %{_bindir}/%{name}
@@ -159,12 +159,12 @@
 
 %postun
 if [ "$1" -eq 0 ] ; then
-    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
-    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+    touch --no-create %{_datadir}/icons/hicolor >/dev/null 2>&1
+    gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1 || :
 fi
 
 %posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+gtk-update-icon-cache %{_datadir}/icons/hicolor >/dev/null 2>&1 || :
 
 %files
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to