Hello community,

here is the log from the commit of package hydrogen for openSUSE:Factory 
checked in at 2014-11-10 17:28:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hydrogen (Old)
 and      /work/SRC/openSUSE:Factory/.hydrogen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hydrogen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hydrogen/hydrogen.changes        2014-09-17 
17:25:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hydrogen.new/hydrogen.changes   2014-11-10 
17:29:06.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 04:34:00 UTC 2014 - Led <[email protected]>
+
+- fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hydrogen.spec ++++++
--- /var/tmp/diff_new_pack.AvE15X/_old  2014-11-10 17:29:08.000000000 +0100
+++ /var/tmp/diff_new_pack.AvE15X/_new  2014-11-10 17:29:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package hydrogen
 #
-# 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
@@ -219,10 +219,10 @@
 popd && %suse_update_desktop_file -i %{name} AudioVideo Sequencer
 
 %post
-update-desktop-database &> /dev/null || :
+update-desktop-database > /dev/null 2>&1 || :
 
 %postun
-update-desktop-database &> /dev/null || :
+update-desktop-database > /dev/null 2>&1 || :
 
 %files -f %{name}.lang
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to