diff --git a/_service b/_service index 991ab70..fbe263f 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ https://github.com/hughsie/appstream-glib.git git - 0.5.7 + 0.5.9 enable - refs/tags/appstream_glib_0_5_7 + refs/tags/appstream_glib_0_5_9 *.tar diff --git a/_servicedata b/_servicedata index 633054c..bc5bdf5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/hughsie/appstream-glib.git - 73fd7a07d1dfc3870c2b1bd5e5ecfd1c9864bb4a \ No newline at end of file + 2eeed73046e30a073c56447b36dfcf6543f3f0b9 \ No newline at end of file diff --git a/appstream-glib-0.5.7.tar.xz b/appstream-glib-0.5.7.tar.xz deleted file mode 100644 index 900142d..0000000 --- a/appstream-glib-0.5.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f749703a9452ba830c44e3f6ab638bf061ebc4cd27c785808e406fb295c6c275 -size 2176384 diff --git a/appstream-glib-0.5.9.tar.xz b/appstream-glib-0.5.9.tar.xz new file mode 100644 index 0000000..aeacd4d --- /dev/null +++ b/appstream-glib-0.5.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70e544649c0df8a4d9121bac3e936a6b972545811a12632740a3c366f01e049 +size 2182568 diff --git a/appstream-glib.changes b/appstream-glib.changes index 425d29b..db09d74 100644 --- a/appstream-glib.changes +++ b/appstream-glib.changes @@ -1,3 +1,71 @@ +------------------------------------------------------------------- +Wed Feb 17 09:33:30 UTC 2016 - dimstar@opensuse.org + +- Update to version 0.5.9: + + trivial: post release version bump + + Fix dates in NEWS - It's 2016! + + Add missing G_BEGIN_DECLS in libappstream-glib/as-tag.h. + + Accept FSFAP as a valid metadata license + + Update the SPDX license list + + Fix a validation error for metainfo files with descriptions + + store: Keep track of which appinfo dirs are added and never + re-add them + + store: Pick up newly added appinfo dirs for xdg-app remotes + + trivial: Fix a couple of small memory leaks + + Release version 0.5.9 + +------------------------------------------------------------------- +Wed Feb 17 09:32:10 UTC 2016 - dimstar@opensuse.org + +- Update to version 0.5.8: + + trivial: post release version bump + + trivial: Remove the hardcoded hack for nautilus + + trivial: Remove some dead code + + trivial: Remove a warning for no recent upstream release + + trivial: Remove the veto for ConsoleOnly + + Use the project_group heuristics when parsing AppData files + + Remove the hardcoded rule for xfdashboard as it has been + reported upstream + + Only load supported icon kinds when using appstream-compose + + trivial: Remove support for old-style firmware GUIDS-as-IDs + + trivial: Relax the XML header requirement + + Reject an invalid project group when parsing + + Use heuristics when building metadata with an AppData file + + trivial: Fix linking error when building appstream-compose + + Add support for per-user and system-wide xdg-app installed + stores + + Set the xdg-app origin using the filename + + Add a modify command to appstream-util + + trivial: Add the missing AsBundle to gtk-doc + + Add AsTranslation to support tags in AppData + files + + Fix a regression in the icon_path logic from the xdg-app merge + + Support multi-line copyright statements + + Allow setting state on AsRelease objects + + Support the QT translation system + + Parse the sections in the QM file format + + trivial: Fix regression with AppStream metadata in xmls + + Add support for the GENERIC component kind + + Add a flag for skipping invalid AppStream files + + Remove support for Ubuntu app-install data + + Set the xdg-app origin on the store, and only set app origin to + the remote name + + trivial: Fix up self tests after generic kind + + Move the kudo and provides autodetection to libappstream-glib + + Use predictable sorting when outputting + + trivial: Do not require icons for generic or runtime kinds + + Show the source of the 'appstream-util check-root' failure + + Do not respect the icon_root when using as_store_from_file() + + Blacklist the xdg-app AppStream data as the correct data is + added manually + + trivial: Support loading the xdg-app AppStream data from inside + the sandbox + + trivial: Prefer the xmls icon rule over the xdg-app one + + dep11: Support stock icons + + Escape data before writing to an HTML file + + Ignore temp and hidden files in AsMonitor + + Release version 0.5.8 + ------------------------------------------------------------------- Sat Feb 6 13:10:23 UTC 2016 - dimstar@opensuse.org diff --git a/appstream-glib.spec b/appstream-glib.spec index 2175ec6..089e956 100644 --- a/appstream-glib.spec +++ b/appstream-glib.spec @@ -20,7 +20,7 @@ %define _build_from_vcs 1 Name: appstream-glib -Version: 0.5.7 +Version: 0.5.9 Release: 0 Summary: AppStream Abstraction Library License: LGPL-2.1+ @@ -194,7 +194,7 @@ if make check; then exit 0 else echo CHECKS failed... dumping log file - cat libappstream-builder/test-suite.log + find -name test-suite.log -exec cat {} \; exit 0 fi