From 449f7a3c3aa4fd2e631431c856c3a8bf208a951e0a0bbb3b220c5505b1d45c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 3 Sep 2013 11:01:27 +0000 Subject: [PATCH] Accepting request 196932 from home:sumski:branches:X11:common:Factory Update to 0.22 OBS-URL: https://build.opensuse.org/request/show/196932 OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=42 --- desktop-file-utils-0.21.tar.xz | 3 --- desktop-file-utils-0.22.tar.xz | 3 +++ desktop-file-utils-suse-keys.patch | 11 ++++++----- desktop-file-utils.changes | 16 ++++++++++++++++ desktop-file-utils.spec | 4 ++-- 5 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 desktop-file-utils-0.21.tar.xz create mode 100644 desktop-file-utils-0.22.tar.xz diff --git a/desktop-file-utils-0.21.tar.xz b/desktop-file-utils-0.21.tar.xz deleted file mode 100644 index cb5a997..0000000 --- a/desktop-file-utils-0.21.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b6c9b860538ef1cffbcdfbc9cb578f85a080ad8c1207c8b3a39e9fd183f9782b -size 128972 diff --git a/desktop-file-utils-0.22.tar.xz b/desktop-file-utils-0.22.tar.xz new file mode 100644 index 0000000..7f7a3aa --- /dev/null +++ b/desktop-file-utils-0.22.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843532672692f98e9b2d6ae6cc8658da562dfde1606c7f33d9d227a344de56c5 +size 131028 diff --git a/desktop-file-utils-suse-keys.patch b/desktop-file-utils-suse-keys.patch index 3ccc9b0..caa330a 100644 --- a/desktop-file-utils-suse-keys.patch +++ b/desktop-file-utils-suse-keys.patch @@ -2,13 +2,14 @@ Index: src/validate.c =================================================================== --- src/validate.c.orig +++ src/validate.c -@@ -312,6 +312,9 @@ static DesktopKeyDefinition registered_d - * specified) */ - { DESKTOP_STRING_LIST_TYPE, "Actions", FALSE, FALSE, FALSE, handle_actions_key }, - +@@ -315,6 +315,10 @@ static DesktopKeyDefinition registered_d + + { DESKTOP_BOOLEAN_TYPE, "DBusActivatable", FALSE, FALSE, FALSE, NULL }, + + /* SuSE specific */ + { DESKTOP_BOOLEAN_TYPE, "X-SuSE-translate", FALSE, FALSE, FALSE, NULL }, ++ + /* Keys reserved for KDE */ - + /* since 0.9.4 */ diff --git a/desktop-file-utils.changes b/desktop-file-utils.changes index 87606ca..4cbafc4 100644 --- a/desktop-file-utils.changes +++ b/desktop-file-utils.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Aug 30 17:55:02 UTC 2013 - hrvoje.senjan@gmail.com + +- Update to version 0.22: + + desktop-file-validate + - add DBusActivatable key to allowed keys + - warn about OnlyShowIn in Action groups + - allow validating multiple desktop files + - improve help output + - update man page + + update-desktop-database + - list only once a desktop file per mime type + + misc + - honor NOCONFIGURE=1 +- Rebase desktop-file-utils-suse-keys.patch to new release + ------------------------------------------------------------------- Thu Oct 11 14:07:29 UTC 2012 - vuntz@opensuse.org diff --git a/desktop-file-utils.spec b/desktop-file-utils.spec index 2d14c99..e83cb20 100644 --- a/desktop-file-utils.spec +++ b/desktop-file-utils.spec @@ -1,7 +1,7 @@ # # spec file for package desktop-file-utils # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: desktop-file-utils -Version: 0.21 +Version: 0.22 Release: 0 Summary: Utilities for Manipulating Desktop Files License: GPL-2.0+