Accepting request 368481 from GNOME:Next
Update to 0.5.11 - important, as it makes gnome-software show stuff again OBS-URL: https://build.opensuse.org/request/show/368481 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/appstream-glib?expand=0&rev=64
This commit is contained in:
parent
48751a2dec
commit
d0c1854d5f
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.5.10</param>
|
||||
<param name="versionformat">0.5.11</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_5_10</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_5_11</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">ee7e65ff269b3ac7dce39b91e25df74ef12dfbb4</param></service></servicedata>
|
||||
<param name="changesrevision">6103ffaaf8dab597a8a49ee3f4b6204e3b619caa</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8cd64f9aeb38b907386dc4ffa6a7f29e1400cfe418ef3784e25c2ef6214531b
|
||||
size 2186612
|
3
appstream-glib-0.5.11.tar.xz
Normal file
3
appstream-glib-0.5.11.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70f9d7691b0e542801917cb087afdcb1a6da606d8fdf8eb06fa5127bab2ec7f5
|
||||
size 2189672
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 08 14:27:58 UTC 2016 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.5.11:
|
||||
+ trivial: post release version bump
|
||||
+ trivial: Do not require icons for generic component types.
|
||||
+ Fix ordering of parameters to as_store_search_app_info.
|
||||
+ Add AS_APP_KIND_LOCALIZATION.
|
||||
+ Fix crash when validating files containing invalid remote URIs.
|
||||
+ Add as_markup_import()
|
||||
+ Add support for GNOME Shell extensions..
|
||||
+ Do not tokenize the application ID or package name.
|
||||
+ trivial: When searching look in the user app-info dirs too.
|
||||
+ Do not mark all subsumed applications as installed.
|
||||
+ trivial: Fix FALSE/NULL confusion spotted with GCC6.
|
||||
+ trivial: Fix a tiny introspection warning.
|
||||
+ trivial: Fix another compile warning with GCC6.
|
||||
+ Add a AsMarkupConvertFormat to as_markup_import().
|
||||
+ Split out as-markup into a new source file.
|
||||
+ Add as_utils_string_replace().
|
||||
+ trivial: Prefer <ul> over <ol> when the list start is unknown.
|
||||
+ Support importing HTML text using as_markup_import().
|
||||
+ Add a 'markup-import' command to appstream-util for testing
|
||||
text import.
|
||||
+ Implement DEP-11 MediaBaseUrl support.
|
||||
+ Tokenize names like 'half-life' into two tokens for searching.
|
||||
+ Release version 0.5.11.
|
||||
- Add pkgconfig(json-glib-1.0) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 01 10:23:07 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.5.10
|
||||
Version: 0.5.11
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
@ -48,6 +48,7 @@ BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gthread-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(json-glib-1.0) >= 1.1.1
|
||||
BuildRequires: pkgconfig(libarchive)
|
||||
BuildRequires: pkgconfig(libgcab-1.0)
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= 2.24
|
||||
|
Loading…
x
Reference in New Issue
Block a user