Hello community,
here is the log from the commit of package update-desktop-files for
openSUSE:Factory checked in at 2015-10-28 17:16:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/update-desktop-files (Old)
and /work/SRC/openSUSE:Factory/.update-desktop-files.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "update-desktop-files"
Changes:
--------
---
/work/SRC/openSUSE:Factory/update-desktop-files/update-desktop-files.changes
2014-12-03 22:52:26.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.update-desktop-files.new/update-desktop-files.changes
2015-10-28 17:16:39.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Oct 24 05:03:02 UTC 2015 - [email protected]
+
+- go back to a specific directory list instead of all in /usr/share
+ (boo#904524)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ update-desktop-files.spec ++++++
--- /var/tmp/diff_new_pack.yjqXIv/_old 2015-10-28 17:16:39.000000000 +0100
+++ /var/tmp/diff_new_pack.yjqXIv/_new 2015-10-28 17:16:39.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package update-desktop-files
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
++++++ brp-trim-desktop.sh ++++++
--- /var/tmp/diff_new_pack.yjqXIv/_old 2015-10-28 17:16:39.000000000 +0100
+++ /var/tmp/diff_new_pack.yjqXIv/_new 2015-10-28 17:16:39.000000000 +0100
@@ -22,7 +22,16 @@
exit 0
fi
-find /$RPM_BUILD_ROOT/usr/share /$RPM_BUILD_ROOT/etc/xdg/autostart/ \
+find /$RPM_BUILD_ROOT/opt/kde3/share/applications/kde/ \
+ /$RPM_BUILD_ROOT/opt/kde3/share/applnk/ \
+ /$RPM_BUILD_ROOT/usr/share/xsessions/ \
+ /$RPM_BUILD_ROOT/usr/share/applications/ \
+ /$RPM_BUILD_ROOT/usr/share/mimelnk/ \
+ /$RPM_BUILD_ROOT/usr/share/gnome/apps/ \
+ /$RPM_BUILD_ROOT/usr/share/autostart/ \
+ /$RPM_BUILD_ROOT/etc/xdg/autostart/ \
+ /$RPM_BUILD_ROOT/usr/share/wallpapers \
+ /$RPM_BUILD_ROOT/usr/share/autoinstall/ \
-type f \( -name '*.desktop' -o -name .directory \) 2>/dev/null | while
read -r FILE; do
if grep -q ^X-SuSE-translate= "$FILE"; then