Update to 0.7.15
This commit is contained in:
parent
a31f6cece1
commit
cc3dc48767
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
||||
/appstream-glib-0.7.13.tar.xz
|
||||
/appstream-glib-0.7.14.tar.xz
|
||||
/appstream-glib-0.7.15.tar.xz
|
||||
/appstream-glib-0.7.16.tar.xz
|
||||
|
||||
@ -5,8 +5,8 @@
|
||||
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.7.15
|
||||
Release: 4%{?dist}
|
||||
Version: 0.7.16
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
|
||||
Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz
|
||||
@ -31,7 +31,6 @@ BuildRequires: rpm-devel
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: sqlite-devel
|
||||
|
||||
# for the manpages
|
||||
BuildRequires: libxslt
|
||||
@ -131,6 +130,17 @@ from a directory of packages.
|
||||
%{_mandir}/man1/appstream-builder.1.gz
|
||||
|
||||
%changelog
|
||||
* Mon Sep 30 2019 Richard Hughes <richard@hughsie.com> 0.7.16-1
|
||||
- Update to 0.7.15
|
||||
- Add UPL short name to SPDX conversion
|
||||
- Allow parsing desktop files using as_app_parse_data()
|
||||
- Do not preserve restrictive permissions when installing AppStream files
|
||||
- Modernize the validation requirements
|
||||
- Remove relative path from icon names
|
||||
- Support loading YAML from as_store_from_bytes()
|
||||
- Update list of allowed metadata licences
|
||||
- Update the SPDX license list to v3.5
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.15-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (appstream-glib-0.7.15.tar.xz) = bab0c73e54d90fbf22295f616d4a09332f94b90a3fa0cb38f1b654c6d9a459c9557dd81c677f486361dbf4f1dd23651306fe34b1cdd15254694269a8c9e8a927
|
||||
SHA512 (appstream-glib-0.7.16.tar.xz) = a2991dbd26deeb1fb1daef1811c38ff5b55b2fae0bf2d8cc612c2e370613cb6b0468cf287ab3b575f6e6e3203aabcca12dd95474f70a54d6052a34dcb27b951b
|
||||
|
||||
Loading…
Reference in New Issue
Block a user