Accepting request 449829 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/449829 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/appstream-glib?expand=0&rev=41
This commit is contained in:
commit
7493655e88
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.6</param>
|
||||
<param name="versionformat">0.6.7</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_6</param>
|
||||
<param name="revision">refs/tags/appstream_glib_0_6_7</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">b006ed551ef9296342bf695d3d0b2bab69beb63b</param></service></servicedata>
|
||||
<param name="changesrevision">329a4aa5e0421a49d339d22f61f755a2a8fa21d0</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e67c3fff26ca82f0471b30c61fc0c4d644b08648627900a0e3cf6771f6802cd5
|
||||
size 2222016
|
3
appstream-glib-0.6.7.tar.xz
Normal file
3
appstream-glib-0.6.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6528b724f5636a69530ca6b073aceaf8e35640dbf6a3a9b132790fa33e2df4f8
|
||||
size 2225740
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 11:10:26 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.6.7:
|
||||
+ Scan /usr/share/metainfo as well when building appstream-data.
|
||||
+ Resolve relative symlinks when extracting archives.
|
||||
+ Add a test for extracting relative symlinks.
|
||||
+ Add AsRequire as a way to store runtime requirements.
|
||||
+ Support glob and regex matches in requires compare tags.
|
||||
+ Update the SPDX licence list to v2.5.
|
||||
+ Remove invalid SPDX licenses from content license lookup table.
|
||||
+ Revert "Remove invalid SPDX licenses from content license
|
||||
lookup table".
|
||||
+ Add support for "+" operator at the end of SPDX license
|
||||
identifiers.
|
||||
+ Fix dep extraction when multiple versions are available.
|
||||
+ Recursively add subpackage deps into the main package.
|
||||
+ Allow loading application XPM icons.
|
||||
+ Write log files in a better way.
|
||||
+ Fix a crash when using as_release_get_location_default().
|
||||
+ build: Enable C99 support in configure.ac.
|
||||
+ Limit recursive deps lookup to the same source package.
|
||||
+ Only fail to validate <icon> in AppData desktop components.
|
||||
+ Release version 0.6.7.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 16 17:25:55 UTC 2016 - zaitor@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package appstream-glib
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 Dominique Leuenberger, Amsterdam, The Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -20,7 +20,7 @@
|
||||
%define _build_from_vcs 1
|
||||
|
||||
Name: appstream-glib
|
||||
Version: 0.6.6
|
||||
Version: 0.6.7
|
||||
Release: 0
|
||||
Summary: AppStream Abstraction Library
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
Reference in New Issue
Block a user