Accepting request 434726 from GNOME:Next
- Update to version 0.6.4: + trivial: - post release version bump. - Allow detailed profiling when using as_store_from_file(). - Make as_profile_clear() threadsafe. - Make as_profile_dump() threadsafe. - Fix building AppStream metadata when using local files. - Fix two potential deadlocks in the AsProfile code. - Add some sanity checks to the unique-id hash tests. - Fix a couple of warnings with -Wundef. + Add support for AppImage bundles. + Fix building metadata on repos with mixed architecture content. + Add as_store_add_apps(). + Add as_profile_prune() for limiting the profiling output. + Add as_profile_set_autoprune() for automatically limiting the profiling output. + Fix the CSM rating age calculation. + Add as_content_rating_get_value(). + Fix setting the origin for Flatpak user repos. + Never inhierit Name and Comment when using appstream-compose. + Don't show a critical warning on invalid yaml file. + Fix a small memory leak when parsing yaml files. + Add functions to build and validate an AppStream ID. + Add flag to only load uncompressed files into a store. + Allow filtering applications based on merge type. + Release version 0.6.4. OBS-URL: https://build.opensuse.org/request/show/434726 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=85
This commit is contained in:
parent
c2d41c308b
commit
4cda2640a1
4
_service
4
_service
@ -2,9 +2,9 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">0.6.3</param>
|
||||
<param name="versionformat">0.6.4</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_3</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_4</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||
<param name="changesrevision">9745dabb0b3ca2de17e74e97aa54e181d65f76a7</param></service></servicedata>
|
||||
<param name="changesrevision">21d0a0322989c3ef64dd11907be6bebdfc9d20d5</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6727e6188cf4cde23830c862ce0e22827b38770c17d78f0fc0b05d2f28dc0da3
|
||||
size 2213776
|
3
appstream-glib-0.6.4.tar.xz
Normal file
3
appstream-glib-0.6.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91c1e6ccd07f540fd65fe0c92980ce94cc348ca9e44f34bb0fb55360a414d0bd
|
||||
size 2213744
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 13 12:13:37 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.6.4:
|
||||
+ trivial:
|
||||
- post release version bump.
|
||||
- Allow detailed profiling when using as_store_from_file().
|
||||
- Make as_profile_clear() threadsafe.
|
||||
- Make as_profile_dump() threadsafe.
|
||||
- Fix building AppStream metadata when using local files.
|
||||
- Fix two potential deadlocks in the AsProfile code.
|
||||
- Add some sanity checks to the unique-id hash tests.
|
||||
- Fix a couple of warnings with -Wundef.
|
||||
+ Add support for AppImage bundles.
|
||||
+ Fix building metadata on repos with mixed architecture content.
|
||||
+ Add as_store_add_apps().
|
||||
+ Add as_profile_prune() for limiting the profiling output.
|
||||
+ Add as_profile_set_autoprune() for automatically limiting the
|
||||
profiling output.
|
||||
+ Fix the CSM rating age calculation.
|
||||
+ Add as_content_rating_get_value().
|
||||
+ Fix setting the origin for Flatpak user repos.
|
||||
+ Never inhierit Name and Comment when using appstream-compose.
|
||||
+ Don't show a critical warning on invalid yaml file.
|
||||
+ Fix a small memory leak when parsing yaml files.
|
||||
+ Add functions to build and validate an AppStream ID.
|
||||
+ Add flag to only load uncompressed files into a store.
|
||||
+ Allow filtering applications based on merge type.
|
||||
+ Release version 0.6.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 19 12:44:38 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.6.3
|
||||
Version: 0.6.4
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user