Hello community,

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

Package is "kile"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kile/kile.changes        2013-02-14 
21:12:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kile.new/kile.changes   2014-11-13 
09:18:11.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 05:19:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kile.spec ++++++
--- /var/tmp/diff_new_pack.EbkVc8/_old  2014-11-13 09:18:12.000000000 +0100
+++ /var/tmp/diff_new_pack.EbkVc8/_new  2014-11-13 09:18:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kile
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2009 Johannes Engel <jcnen...@googlemail.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -120,10 +120,10 @@
 %kde_post_install
 
 %post
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 
 %postun
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /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