Hello community,

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

Package is "tellico"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tellico/tellico.changes  2014-06-25 
11:47:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tellico.new/tellico.changes     2014-11-13 
09:18:12.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Nov 10 00:34:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tellico.spec ++++++
--- /var/tmp/diff_new_pack.EznRWe/_old  2014-11-13 09:18:13.000000000 +0100
+++ /var/tmp/diff_new_pack.EznRWe/_new  2014-11-13 09:18:13.000000000 +0100
@@ -81,10 +81,10 @@
 %fdupes -s %{buildroot}
 
 %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