Accepting request 490920 from GNOME:Factory
Update to 0.6.12 (forwarded request 490259 from dimstar) OBS-URL: https://build.opensuse.org/request/show/490920 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=44
This commit is contained in:
commit
50658d7df0
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.11</param>
|
||||
<param name="versionformat">0.6.12</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_11</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_12</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">093f296a9f8d8c58f5ea8ff2d117dd1efe19a9be</param></service></servicedata>
|
||||
<param name="changesrevision">ab7b5a089ce01fd90ac53bf100d143eacca73c9c</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5efcac85fde11186614c97e512f16293d55b11be3bc6bc035b0e1ff2513543ca
|
||||
size 2231688
|
3
appstream-glib-0.6.12.tar.xz
Normal file
3
appstream-glib-0.6.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fff01ac092e04fb229f979a11fa007fce366989a67b9fe46b03421c2d5bc53be
|
||||
size 2230060
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 24 10:51:33 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.6.12:
|
||||
+ Copy hash table keys from AsApp to avoid them being used after
|
||||
they've been freed.
|
||||
+ Validate kudos in AppData and AppStream files.
|
||||
+ Fix the predicate comparison when using globs in metainfo
|
||||
files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 21 09:55:23 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.6.11
|
||||
Version: 0.6.12
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user