Accepting request 439247 from GNOME:Next

Update to 0.6.5

OBS-URL: https://build.opensuse.org/request/show/439247
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=87
This commit is contained in:
Dominique Leuenberger 2016-11-08 17:25:02 +00:00 committed by Git OBS Bridge
parent 4cda2640a1
commit c3e0632887
6 changed files with 43 additions and 7 deletions

View File

@ -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.4</param>
<param name="versionformat">0.6.5</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_6_4</param>
<param name="revision">refs/tags/appstream_glib_0_6_5</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
<param name="changesrevision">21d0a0322989c3ef64dd11907be6bebdfc9d20d5</param></service></servicedata>
<param name="changesrevision">df67bd4d9da7dd58fe5628f758bf229417f2c38c</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91c1e6ccd07f540fd65fe0c92980ce94cc348ca9e44f34bb0fb55360a414d0bd
size 2213744

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27d8141af0d525de40b6aca148fbb94a8493542fbf2db1ac5a5608c7eb76449e
size 2216176

View File

@ -1,3 +1,39 @@
-------------------------------------------------------------------
Mon Nov 07 16:30:58 UTC 2016 - dimstar@opensuse.org
- Update to version 0.6.5:
+ Trivial changes:
- Allow the stemmer to be disabled at runtime for testing.
- Allow priming the search cache using a NULL search value.
- Allocate less strings when generating the token cache.
- Show threaded tasks in bold in the profile output.
- Speed up checking token validity by a few ms.
- Restore behaviour compatibility to fix self tests.
- Add API to set the smallest recorded delay time.
- Only load native languages from desktop files when the flag
is set.
- Output profiling infomation to stderr.
- Unsingleton AsStemmer and use a shared instance in AsStore.
+ Do not sent a REMOVED signal when deleting a transient temp
file.
+ Process file changes when an attribute changes.
+ Handle files being moved into monitored AppStream directories.
+ Add a 'watch' command to appstream-util.
+ Monitor missing AppStream directories.
+ Revert "trivial: Restrict the bundle kind when parsing local
files".
+ Ensure the component scope is set when loading yaml files.
+ Always copy the installed state when replacing AppData with
AppStream.
+ Merge also the metadata when merging two apps.
+ Add app-removed, app-added and app-changed signals to AsStore.
+ Only transliterate when the locale requires it.
+ Add as_store_load_search_cache().
+ Load the search token blacklist into a hash table.
+ Use multiple threads to load the search cache.
+ Only load native languages when parsing AppStream data.
+ Allow the client to control what search fields are indexed.
-------------------------------------------------------------------
Thu Oct 13 12:13:37 UTC 2016 - dimstar@opensuse.org

View File

@ -20,7 +20,7 @@
%define _build_from_vcs 1
Name: appstream-glib
Version: 0.6.4
Version: 0.6.5
Release: 0
Summary: AppStream Abstraction Library
License: LGPL-2.1+