Hello community,

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

Package is "terminator"

Changes:
--------
--- /work/SRC/openSUSE:Factory/terminator/terminator.changes    2013-09-25 
14:39:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.terminator.new/terminator.changes       
2014-11-18 22:45:52.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 08 18:58:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ terminator.spec ++++++
--- /var/tmp/diff_new_pack.8zSOE5/_old  2014-11-18 22:45:55.000000000 +0100
+++ /var/tmp/diff_new_pack.8zSOE5/_new  2014-11-18 22:45:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package terminator
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -76,10 +76,10 @@
 %find_lang %{name}
 
 %post
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
+gtk-update-icon-cache -qf %{_datadir}/icons/hicolor >/dev/null 2>&1 || :
 
 %postun
-gtk-update-icon-cache -qf %{_datadir}/icons/hicolor &>/dev/null || :
+gtk-update-icon-cache -qf %{_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