1
0

Accepting request 47692 from home:vuntz:branches:X11:common:Factory

Forwarding to openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/47692
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=13
This commit is contained in:
Vincent Untz
2010-09-10 11:15:25 +00:00
committed by Git OBS Bridge
parent fe147b049a
commit 04113718ea
6 changed files with 89 additions and 34 deletions

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Fri Sep 10 12:34:14 CEST 2010 - vuntz@opensuse.org
- Update to version 0.17:
+ desktop-file-validate:
- accept chemical/* mime types as valid types
- make icon names with an extension for Icon key a non-fatal
error
+ update-desktop-database:
- accept chemical/* mime types as valid types
- ignore --verbose if --quiet is also passed
- make sure to always output lists in the keyfile we generate
+ misc:
- improve build system
- update documentation
- add man pages
- Tag desktop-file-utils-suse-keys.patch.
-------------------------------------------------------------------
Wed Mar 10 04:21:26 CET 2010 - vuntz@opensuse.org
- Update to version 0.16:
+ desktop-file-install
- do not unlink the destination file if it's the same as the
source file in desktop-file-install
+ desktop-file-validate
- check that a main category is included in the Categories
- check that categories required by another one are present
- do not always show warnings about KDE specific uses
- check that the Comment does not look like the Name and the
GenericName
- display error about multiple keys with the same name earlier
- improve MIME type check to make sure that the MIME types are
valid
- add LXDE in the list of registered OnlyShowIn values
- add "warning" to error strings to make them easily greppable
- handle AutostartCondition key, as proposed for the autostart
specification and used in GNOME
- accept empty Categories key as valid
- make new errors non-fatal to give some time to maintainers to
fix their .desktop file after a release of desktop-file-utils
- plug leak
- code cleanups
+ update-desktop-database
- improve MIME type check to make sure that the MIME types are
valid
- improve error messages
- fix format string vulnerability warning
+ misc
- use AM_SILENT_RULES
- improve build system
- Drop desktop-file-utils-LXDE-key.patch: fixed upstream.
- Manually install desktop-entry-mode.el since we don't want to add
a BuildRequires on emacs (that would introduce a build loop), and
recent automake require an installed emacs to install this file.
-------------------------------------------------------------------
Fri Feb 19 13:01:54 CET 2010 - vuntz@opensuse.org