Accepting request 349897 from home:Zaitor:branches:GNOME:Factory
New rel OBS-URL: https://build.opensuse.org/request/show/349897 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=54
This commit is contained in:
parent
468cab42ae
commit
4fead936e6
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.4</param>
|
<param name="versionformat">0.5.5</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="revision">refs/tags/appstream_glib_0_5_4</param>
|
<param name="revision">refs/tags/appstream_glib_0_5_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">33f99b7c8591c4c663facc6c7a1ce0fc97a2d7a4</param></service></servicedata>
|
<param name="changesrevision">fe3a3d15e8619ea5e59788973508853c6dc76804</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:928abb2fa49565c7eea52bf7f06f4d721c0ebfcb9cc971640e26411239b28aa3
|
|
||||||
size 2170728
|
|
3
appstream-glib-0.5.5.tar.xz
Normal file
3
appstream-glib-0.5.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c539b261678b152554cd0548f973c371188403dfdb88e6ca979cc378ff50bbff
|
||||||
|
size 1855288
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 20 16:36:23 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.5.5:
|
||||||
|
+ Add a AS_APP_STATE_UPDATABLE_LIVE constant so we can support
|
||||||
|
live updates.
|
||||||
|
+ Allow update_contact to be output in very limited conditions.
|
||||||
|
+ Log when we auto-add kudos or keywords.
|
||||||
|
+ Add the package name as another application search token.
|
||||||
|
+ Add as_utils_license_to_spdx().
|
||||||
|
+ Only use the package license when not provided by the AppData
|
||||||
|
file.
|
||||||
|
+ trivial: Fix a compiler warning.
|
||||||
|
+ Fix a crash when tokenizing a NULL string.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 25 20:17:28 UTC 2015 - zaitor@opensuse.org
|
Wed Nov 25 20:17:28 UTC 2015 - zaitor@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.4
|
Version: 0.5.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