New upstream release
This commit is contained in:
parent
2eebb6376a
commit
37193b362e
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
||||
/appstream-glib-0.7.16.tar.xz
|
||||
/appstream-glib-0.7.17.tar.xz
|
||||
/appstream-glib-0.7.18.tar.xz
|
||||
/appstream-glib-0.8.0.tar.xz
|
||||
|
||||
@ -1,12 +1,11 @@
|
||||
%global glib2_version 2.45.8
|
||||
%global libsoup_version 2.51.92
|
||||
%global json_glib_version 1.1.2
|
||||
%global gdk_pixbuf_version 2.31.5
|
||||
|
||||
Summary: Library for AppStream metadata
|
||||
Name: libappstream-glib
|
||||
Version: 0.7.18
|
||||
Release: 4%{?dist}
|
||||
Version: 0.8.0
|
||||
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
|
||||
@ -17,7 +16,7 @@ BuildRequires: gtk-doc
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: gperf
|
||||
BuildRequires: libarchive-devel
|
||||
BuildRequires: libsoup-devel >= %{libsoup_version}
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: gdk-pixbuf2-devel >= %{gdk_pixbuf_version}
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: gettext
|
||||
@ -25,13 +24,13 @@ BuildRequires: libuuid-devel
|
||||
BuildRequires: libstemmer-devel
|
||||
BuildRequires: json-glib-devel >= %{json_glib_version}
|
||||
BuildRequires: meson
|
||||
BuildRequires: rpm-devel
|
||||
BuildRequires: git-core
|
||||
|
||||
# for the builder component
|
||||
BuildRequires: fontconfig-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: pango-devel
|
||||
BuildRequires: rpm-devel
|
||||
|
||||
# for the manpages
|
||||
BuildRequires: libxslt
|
||||
@ -131,6 +130,15 @@ from a directory of packages.
|
||||
%{_mandir}/man1/appstream-builder.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Jul 15 2022 Richard Hughes <richard@hughsie.com> 0.8.0-1
|
||||
- New upstream release
|
||||
- Add vcs-browser and contribute URL type
|
||||
- Align the OARS/CSM mappings
|
||||
- Fix Markdown underlining in appdata-to-news
|
||||
- Port from libsoup to libcurl
|
||||
- Support em/code tags
|
||||
- Update to SPDX 3.16
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (appstream-glib-0.7.18.tar.xz) = 2a202eb25d823d524128a8ab164025b6579e069f8b62373cf5447d049a0e3764fca5bf1464296101a45870d1426b094493fc8ead07a6a4bcb514c0f1a91e8ff2
|
||||
SHA512 (appstream-glib-0.8.0.tar.xz) = 13aeb37b8e890691a14d20ed0a86a14ae7125a6e08e60adcefe58ce2f861cebf7f49a01d9d1c137205b923f3162b307fc2671d476b7aaa9eae5fc5234ea4c1da
|
||||
|
||||
Loading…
Reference in New Issue
Block a user