Hello community,

here is the log from the commit of package desktop-file-utils for 
openSUSE:Factory checked in at 2019-07-02 15:17:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/desktop-file-utils (Old)
 and      /work/SRC/openSUSE:Factory/.desktop-file-utils.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "desktop-file-utils"

Tue Jul  2 15:17:49 2019 rev:61 rq:712751 version:0.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/desktop-file-utils/desktop-file-utils.changes    
2019-05-16 22:01:58.582709888 +0200
+++ 
/work/SRC/openSUSE:Factory/.desktop-file-utils.new.4615/desktop-file-utils.changes
  2019-07-02 15:17:50.450681332 +0200
@@ -1,0 +2,6 @@
+Wed Jun 19 10:05:28 UTC 2019 - Cliff Zhao <qz...@suse.com>
+
+- Add desktop-file-utils-add-Pantheon.patch: Backporting upstream 
+  patch to Add Pantheon to desktop env list(fdo#105785 bnc#1094774).
+
+-------------------------------------------------------------------

New:
----
  desktop-file-utils-add-Pantheon.patch

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

Other differences:
------------------
++++++ desktop-file-utils.spec ++++++
--- /var/tmp/diff_new_pack.qcv9eR/_old  2019-07-02 15:17:51.190682666 +0200
+++ /var/tmp/diff_new_pack.qcv9eR/_new  2019-07-02 15:17:51.194682673 +0200
@@ -28,6 +28,8 @@
 Source2:        macros.desktop-file-utils
 # PATCH-FEATURE-OPENSUSE desktop-file-utils-suse-keys.patch vu...@opensuse.org 
-- Handle SUSE-specific keys in validator. This is not strictly necessary, 
since they are prefixed with X-, but we can verify that the value has the right 
type.
 Patch0:         desktop-file-utils-suse-keys.patch
+# PATCH-FIX-UPSTREAM desktop-file-utils-add-Pantheon.patch fdo#105785 
bnc#1094774 qz...@suse.com -- Backporting upstream patch to Add Pantheon to 
desktop env list.
+Patch1:         desktop-file-utils-add-Pantheon.patch
 BuildRequires:  glib2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
@@ -46,6 +48,7 @@
 %prep
 %setup -q
 %patch0
+%patch1 -p1
 
 %build
 %configure \

++++++ desktop-file-utils-add-Pantheon.patch ++++++
diff -Nura desktop-file-utils-0.23/src/validate.c 
desktop-file-utils-0.23_new/src/validate.c
--- desktop-file-utils-0.23/src/validate.c      2016-06-19 01:00:22.000000000 
+0800
+++ desktop-file-utils-0.23_new/src/validate.c  2019-06-19 17:58:15.104352109 
+0800
@@ -366,8 +366,9 @@
   { DESKTOP_STRING_TYPE,            "Exec",               TRUE,  FALSE, FALSE, 
handle_exec_key }
 };
 
+/* This should be the same list as in xdg-specs/menu/menu-spec.xml */
 static const char *show_in_registered[] = {
-    "GNOME", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", 
"XFCE", "Cinnamon", "EDE", "Old"
+    "GNOME", "KDE", "LXDE", "LXQt", "MATE", "Razor", "ROX", "TDE", "Unity", 
"XFCE", "EDE", "Cinnamon", "Pantheon", "Old"
 };
 
 static struct {

Reply via email to