Accepting request 447051 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/447051 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=40
This commit is contained in:
commit
d288108407
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.5</param>
|
||||
<param name="versionformat">0.6.6</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_5</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_6</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">df67bd4d9da7dd58fe5628f758bf229417f2c38c</param></service></servicedata>
|
||||
<param name="changesrevision">b006ed551ef9296342bf695d3d0b2bab69beb63b</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27d8141af0d525de40b6aca148fbb94a8493542fbf2db1ac5a5608c7eb76449e
|
||||
size 2216176
|
3
appstream-glib-0.6.6.tar.xz
Normal file
3
appstream-glib-0.6.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e67c3fff26ca82f0471b30c61fc0c4d644b08648627900a0e3cf6771f6802cd5
|
||||
size 2222016
|
@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 17:25:55 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 0.6.6:
|
||||
+ trivial:
|
||||
- Remove two unused variables.
|
||||
- Use g_autoptr to avoid a Coverity warning.
|
||||
- Do not leak the entry if the file cannot be read.
|
||||
- Fix the self tests now we're stemming the tag cache.
|
||||
- Show a total process time when using appstream-util
|
||||
--profile.
|
||||
- Don't split the text every time in the XML parsing hot path.
|
||||
- Add as_ref_string_debug().
|
||||
- Add as_ref_string_new_static().
|
||||
- Fix a tiny memory leak when escaping cdata.
|
||||
- Fix unused variable warnings.
|
||||
- Use -Wunused.
|
||||
- Remove an ununsed variable.
|
||||
- Remove a tiny compiler warning.
|
||||
- Do not attempt to parse unknown tags when converting.
|
||||
- Don't include trailing whitespace from AppData files.
|
||||
- Output the release state if the export is trusted
|
||||
- Add some asserts to shut up clang.
|
||||
+ Check the return value of the stat call.
|
||||
+ Do not save the XML attributes if the node or parent node is
|
||||
being ignored.
|
||||
+ Don't recommend use of DISTCHECK_CONFIGURE_FLAGS.
|
||||
+ Deduplicate the AsNode attribute key and value using a hash
|
||||
table.
|
||||
+ Deduplicate common AsNode cdata sections for some tag types.
|
||||
+ Dedupliate nonstandard tag names using a hash table.
|
||||
+ Detect invalid files in the libyaml read handler.
|
||||
+ Don't export NULL tags from AppData file.
|
||||
+ Add a refcounted overloaded C string object.
|
||||
+ Use refcounted strings in all objects.
|
||||
+ Lazy load structures in AsRelease.
|
||||
+ Use refcounted strings as the localised key.
|
||||
+ Lazy load the screenshot captions storage.
|
||||
+ Allocate the release sizes at runtime.
|
||||
+ trivial: Use a finer threshold when performing massif.
|
||||
+ Cache the stemmer results in a hash table.
|
||||
+ Add support for ONLY_NATIVE_LANGS when parsing yaml files.
|
||||
+ Use full RELRO in the client executables.
|
||||
+ Enable the stack protection in local builds.
|
||||
+ Set a better icon for codecs.
|
||||
+ Make AsRefString thread safe.
|
||||
+ Fix one more thread safety issue with AsRefString.
|
||||
+ Don't regenerate .pot files with every build.
|
||||
+ Don't add <languages> for addons.
|
||||
+ Don't add <kudos> for addons.
|
||||
+ Don't add <provides> for addons.
|
||||
+ Don't add <releases> for addons.
|
||||
+ Do not absorb core addons into the main application.
|
||||
+ Add Geary to the app id fallbacks.
|
||||
+ Add AS_APP_QUIRK_IS_PROXY.
|
||||
+ Add as_release_state_to_string().
|
||||
+ Subsume the AppData releases into AppStream items.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 07 16:30:58 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.6.5
|
||||
Version: 0.6.6
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user