Dominique Leuenberger 2016-03-02 10:27:18 +00:00 committed by Git OBS Bridge
parent 87ec2a4019
commit 48751a2dec
6 changed files with 22 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.5.9</param>
<param name="versionformat">0.5.10</param>
<param name="changesgenerate">enable</param>
<param name="revision">refs/tags/appstream_glib_0_5_9</param>
<param name="revision">refs/tags/appstream_glib_0_5_10</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">2eeed73046e30a073c56447b36dfcf6543f3f0b9</param></service></servicedata>
<param name="changesrevision">ee7e65ff269b3ac7dce39b91e25df74ef12dfbb4</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 01 10:23:07 UTC 2016 - zaitor@opensuse.org
- Update to version 0.5.10:
+ Add AS_APP_KIND_SHELL_EXTENSION.
+ Add AS_APP_KIND_OS_UPDATE.
+ trivial: Display the search sort key in hex.
+ Do not tokenize mimetypes.
+ Support loading XML files using as_store_from_bytes().
+ trivial: Fix critical warning for xdg-app bundles.
+ Add AsAppQuirk.
+ trivial: Add AS_APP_QUIRK_HAS_SOURCE.
+ Add a 'split-appstream' command to appstream-util.
+ Release version 0.5.10.
-------------------------------------------------------------------
Wed Feb 17 09:33:30 UTC 2016 - dimstar@opensuse.org

View File

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