Hello community,

here is the log from the commit of package desktop-file-utils for 
openSUSE:Factory checked in at 2019-08-09 16:49:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/desktop-file-utils (Old)
 and      /work/SRC/openSUSE:Factory/.desktop-file-utils.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "desktop-file-utils"

Fri Aug  9 16:49:40 2019 rev:63 rq:721850 version:0.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/desktop-file-utils/desktop-file-utils.changes    
2019-07-28 10:18:53.692601525 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-file-utils.new.9556/desktop-file-utils.changes
  2019-08-09 16:49:41.417507924 +0200
@@ -1,0 +2,6 @@
+Wed Jul 31 16:41:20 CEST 2019 - [email protected]
+
+- Remove BuildRequires: xz. Unpacking xz now works out of the box.
+- Mute %filetriggerpostun on uninstall.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ desktop-file-utils.spec ++++++
--- /var/tmp/diff_new_pack.jaAUkY/_old  2019-08-09 16:49:41.797507925 +0200
+++ /var/tmp/diff_new_pack.jaAUkY/_new  2019-08-09 16:49:41.801507925 +0200
@@ -32,8 +32,10 @@
 Patch1:         desktop-file-utils-add-Pantheon.patch
 BuildRequires:  glib2-devel
 BuildRequires:  pkg-config
-BuildRequires:  xz
 #!BuildIgnore:  dbus-1-x11
+# We need explicit requirement here, as these are required by
+# %%filetriggerin that could be started early during the installation
+# process.
 Requires:       aaa_base
 Requires:       awk
 Requires:       coreutils
@@ -75,8 +77,10 @@
 %{_bindir}/suse-update-mime-defaults || true
 
 %filetriggerpostun -- %{_datadir}/applications
-%{_bindir}/update-desktop-database --quiet %{_datadir}/applications || true
-%{_bindir}/suse-update-mime-defaults || true
+if test -x %{_bindir}/update-desktop-database ; then
+    %{_bindir}/update-desktop-database --quiet %{_datadir}/applications || true
+    %{_bindir}/suse-update-mime-defaults || true
+fi
 
 %files
 %defattr(-, root, root)


Reply via email to