Hello community,

here is the log from the commit of package bluedevil for openSUSE:Factory 
checked in at 2014-11-19 20:24:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluedevil (Old)
 and      /work/SRC/openSUSE:Factory/.bluedevil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluedevil"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluedevil/bluedevil.changes      2014-09-04 
07:55:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bluedevil.new/bluedevil.changes 2014-11-19 
20:26:50.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 01:38:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ bluedevil.spec ++++++
--- /var/tmp/diff_new_pack.gtGta6/_old  2014-11-19 20:26:52.000000000 +0100
+++ /var/tmp/diff_new_pack.gtGta6/_new  2014-11-19 20:26:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bluedevil
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Raymond Wooninck <tittiatc...@gmail.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -85,10 +85,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