Hello community,

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

Package is "libfm"

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

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

Other differences:
------------------
++++++ libfm.spec ++++++
--- /var/tmp/diff_new_pack.THoeHY/_old  2014-11-11 10:00:08.000000000 +0100
+++ /var/tmp/diff_new_pack.THoeHY/_new  2014-11-11 10:00:08.000000000 +0100
@@ -84,9 +84,9 @@
 Summary:        Devel files for libfm
 Group:          Development/Libraries/C and C++
 Requires:       %{name}    = %{version}
-Requires:              pkgconfig(libfm-extra)
 Requires:       libfm4     = %{version}
 Requires:       pkg-config
+Requires:       pkgconfig(libfm-extra)
 
 %description devel
 A glib/gio-based lib used to develop file managers providing some
@@ -152,11 +152,11 @@
 
 %post
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 
 %postun
 /sbin/ldconfig
-/usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
+/usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
 /usr/bin/update-desktop-database
 
 %post   -n libfm4 -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