Accepting request 363389 from GNOME:Next
1 OBS-URL: https://build.opensuse.org/request/show/363389 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=63
This commit is contained in:
parent
87ec2a4019
commit
48751a2dec
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.5.9</param>
|
<param name="versionformat">0.5.10</param>
|
||||||
<param name="changesgenerate">enable</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>
|
||||||
<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">2eeed73046e30a073c56447b36dfcf6543f3f0b9</param></service></servicedata>
|
<param name="changesrevision">ee7e65ff269b3ac7dce39b91e25df74ef12dfbb4</param></service></servicedata>
|
3
appstream-glib-0.5.10.tar.xz
Normal file
3
appstream-glib-0.5.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f8cd64f9aeb38b907386dc4ffa6a7f29e1400cfe418ef3784e25c2ef6214531b
|
||||||
|
size 2186612
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c70e544649c0df8a4d9121bac3e936a6b972545811a12632740a3c366f01e049
|
|
||||||
size 2182568
|
|
@ -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
|
Wed Feb 17 09:33:30 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.5.9
|
Version: 0.5.10
|
||||||
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