1
0

Accepting request 34475 from X11:common:Factory

checked in (request 34475)

OBS-URL: https://build.opensuse.org/request/show/34475
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/desktop-file-utils?expand=0&rev=12
This commit is contained in:
OBS User autobuild
2010-03-11 18:17:26 +00:00
committed by Git OBS Bridge
parent b02bf97373
commit fe147b049a
5 changed files with 20 additions and 50 deletions

View File

@@ -1,41 +1,3 @@
-------------------------------------------------------------------
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