Accepting request 439262 from GNOME:Factory
Update to 0.6.5 (forwarded request 439247 from dimstar) OBS-URL: https://build.opensuse.org/request/show/439262 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=39
This commit is contained in:
commit
0211407b5b
4
_service
4
_service
@ -2,9 +2,9 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
||||||
<param name="scm">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="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>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/hughsie/appstream-glib.git</param>
|
<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>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:91c1e6ccd07f540fd65fe0c92980ce94cc348ca9e44f34bb0fb55360a414d0bd
|
|
||||||
size 2213744
|
|
3
appstream-glib-0.6.5.tar.xz
Normal file
3
appstream-glib-0.6.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27d8141af0d525de40b6aca148fbb94a8493542fbf2db1ac5a5608c7eb76449e
|
||||||
|
size 2216176
|
@ -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
|
Thu Oct 13 12:13:37 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define _build_from_vcs 1
|
%define _build_from_vcs 1
|
||||||
|
|
||||||
Name: appstream-glib
|
Name: appstream-glib
|
||||||
Version: 0.6.4
|
Version: 0.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AppStream Abstraction Library
|
Summary: AppStream Abstraction Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Loading…
Reference in New Issue
Block a user