Hello community, here is the log from the commit of package desktop-file-utils for openSUSE:Factory checked in at Mon Jul 25 17:22:08 CEST 2011.
-------- --- desktop-file-utils/desktop-file-utils.changes 2011-02-19 12:30:09.000000000 +0100 +++ /mounts/work_src_done/STABLE/desktop-file-utils/desktop-file-utils.changes 2011-07-25 15:58:53.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jul 25 15:55:16 CEST 2011 - [email protected] + +- Add desktop-file-utils-unity.patch: add Unity to list of accepted + desktop environments; taken from git. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- desktop-file-utils-unity.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ desktop-file-utils.spec ++++++ --- /var/tmp/diff_new_pack.6cZaWL/_old 2011-07-25 17:15:16.000000000 +0200 +++ /var/tmp/diff_new_pack.6cZaWL/_new 2011-07-25 17:15:16.000000000 +0200 @@ -19,7 +19,7 @@ Name: desktop-file-utils Version: 0.18 -Release: 8 +Release: 9 License: GPLv2+ Summary: Utilities for Manipulating Desktop Files Url: http://www.freedesktop.org/wiki/Software/desktop-file-utils @@ -28,6 +28,8 @@ Source2: macros.desktop-file-utils # PATCH-FEATURE-OPENSUSE desktop-file-utils-suse-keys.patch [email protected] -- 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 deskopt-file-utils-unity.patch [email protected] -- Accept Unity as desktop environment, taken from git +Patch1: desktop-file-utils-unity.patch BuildRequires: glib2-devel BuildRequires: pkg-config PreReq: /bin/rm @@ -44,7 +46,8 @@ %prep %setup -q -%patch0 +%patch0 -p0 +%patch1 -p1 %build %configure \ ++++++ desktop-file-utils-unity.patch ++++++ commit 47322e554cc5388a3e6325f36b7d07a13f124594 Author: Vincent Untz <[email protected]> Date: Thu Mar 31 21:58:44 2011 +0530 Add Unity to list of registered environments See http://lists.freedesktop.org/archives/xdg/2011-March/011856.html diff --git a/src/validate.c b/src/validate.c index 04bc8d0..9c399a3 100644 --- a/src/validate.c +++ b/src/validate.c @@ -338,7 +338,7 @@ static struct { }; static const char *show_in_registered[] = { - "GNOME", "KDE", "LXDE", "ROX", "XFCE", "Old" + "GNOME", "KDE", "LXDE", "ROX", "Unity", "XFCE", "Old" }; static struct { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
