Accepting request 343793 from GNOME:Next

New and improved :P

OBS-URL: https://build.opensuse.org/request/show/343793
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=49
This commit is contained in:
Bjørn Lie
2015-11-11 11:31:35 +00:00
committed by Git OBS Bridge
parent cd6ad0ed92
commit d9c6280089
6 changed files with 63 additions and 9 deletions

View File

@@ -1,3 +1,57 @@
-------------------------------------------------------------------
Sat Nov 7 14:00:47 UTC 2015 - zaitor@opensuse.org
- Add pkgconfig(libgcab-1.0) BuildRequires: New dependency.
-------------------------------------------------------------------
Mon Nov 02 11:00:29 UTC 2015 - dimstar@opensuse.org
- Update to version 0.5.2:
+ Do not overwrite the AppData URL with the one from the package.
+ Do not ever store the KDE x-test locale data.
+ Require AppData files to be present in the AppStream metadata.
+ Use a sensible warning when processing desktop files with
NoDisplay=true.
+ Simplify veto messages for missing <name> and <summary>.
+ Fix a typo in command name.
+ Support super-HiDPI icons like shipped in Hedgewars.
+ trivial: Do not subsume vetos if AS_APP_SUBSUME_FLAG_PARTIAL is
used.
+ Accept a '0x' hexidecimal prefix when parsing a component.
+ Always use a dotted-decimal representation of the version.
+ Add AsProfile for speed profiling.
+ trivial: Show the path when profiling
as_store_load_installed().
+ as_profile: Non-void function should return a value.
+ trivial: Symbolic stock icons are valid.
+ Add an --enable-profile option to appstream-util.
+ Remove the long-obsolete appdata-validate tool.
+ Add as_profile_set_autodump().
+ Monitor /usr/share/applications for apps without AppData when
using watch flags.
+ Add as_markup_validate() to check descriptions.
+ Allow as_markup_convert() to ignore errors.
+ Always escape AppStream descriptions when doing passthrough.
+ Add support for <size>.
+ Add the ability to attach blobs of data to AsRelease objects.
+ Add the ability to parse .cab archives as AppStream stores.
+ Use AsStoreCab to read .cab files when building metadata.
+ Fix crash in validator when processing '<li></li>'.
+ Do not fail to install firmware if DriverVer is not set.
+ Use as_utils_vercmp() to be correctly check versions for
equality.
+ Try harder to deal with icons that have extension or full path
listed.
+ Only accept UNIX paths for files in cab files.
+ Do not use the DriverVersion for the inf file version.
+ Use a MS-style version number when parsing a hex version.
+ libappstream-glib: Do not parse ISO dates as uint32 version
numbers.
+ Do not attempt to parse the version in
as_release_set_version().
+ Use a wildcard in the self tests to ignore GCab-generated hash
differences.
-------------------------------------------------------------------
Wed Sep 16 09:00:22 UTC 2015 - opensuse-packaging@opensuse.org