Hello community,

here is the log from the commit of package calligra for openSUSE:Factory 
checked in at 2014-11-12 00:21:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/calligra (Old)
 and      /work/SRC/openSUSE:Factory/.calligra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "calligra"

Changes:
--------
--- /work/SRC/openSUSE:Factory/calligra/calligra.changes        2014-10-16 
18:17:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.calligra.new/calligra.changes   2014-11-12 
00:21:59.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 09 02:23:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix bashisms in post/postun scripts
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ calligra.spec ++++++
--- /var/tmp/diff_new_pack.rtL70K/_old  2014-11-12 00:22:02.000000000 +0100
+++ /var/tmp/diff_new_pack.rtL70K/_new  2014-11-12 00:22:02.000000000 +0100
@@ -492,11 +492,11 @@
 
 %post
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
+%{_bindir}/update-mime-database %{_kde4_datadir}/mime > /dev/null 2>&1 || :
 
 %postun
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
+%{_bindir}/update-mime-database %{_kde4_datadir}/mime > /dev/null 2>&1 || :
 
 %post   author -p /sbin/ldconfig
 
@@ -520,11 +520,11 @@
 
 %post krita
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
+%{_bindir}/update-mime-database %{_kde4_datadir}/mime > /dev/null 2>&1 || :
 
 %postun krita
 /sbin/ldconfig
-%{_bindir}/update-mime-database %{_kde4_datadir}/mime &> /dev/null || :
+%{_bindir}/update-mime-database %{_kde4_datadir}/mime > /dev/null 2>&1 || :
 
 %post   plan -p /sbin/ldconfig
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to