0.14.0
This commit is contained in:
parent
3097866cb9
commit
c14473ba42
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@
|
||||
/AppStream-0.12.10.tar.xz
|
||||
/AppStream-0.12.11.tar.xz
|
||||
/AppStream-0.13.1.tar.xz
|
||||
/AppStream-0.14.0.tar.xz
|
||||
/0016-Do-not-automatically-clean-up-errors-that-will-be-pr.patch
|
||||
|
||||
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Utilities to generate, maintain and access the AppStream database
|
||||
Name: appstream
|
||||
Version: 0.13.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.14.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
# lib LGPLv2+, tools GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -14,6 +14,7 @@ URL: https://github.com/ximion/appstream
|
||||
Source0: http://www.freedesktop.org/software/appstream/releases/AppStream-%{version}.tar.xz
|
||||
|
||||
## upstream patches (lookaside cache)
|
||||
Patch16: 0016-Do-not-automatically-clean-up-errors-that-will-be-pr.patch
|
||||
|
||||
## upstreamable patches
|
||||
|
||||
@ -71,8 +72,6 @@ Requires: pkgconfig(Qt5Core)
|
||||
%prep
|
||||
%autosetup -n AppStream-%{version} -p1
|
||||
|
||||
sed -i -e "s|0.12.2|%{version}|" meson.build
|
||||
|
||||
|
||||
%build
|
||||
%{meson} \
|
||||
@ -172,6 +171,9 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Feb 04 2021 Rex Dieter <rdieter@fedoraproject.org> - 0.14.0-1
|
||||
- 0.14.0
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
3
sources
3
sources
@ -1 +1,2 @@
|
||||
SHA512 (AppStream-0.13.1.tar.xz) = 9cf469bf604bbdd63815a4b824f13555eb7a9465dbed9f67b41ee1c2704454efa80f7653733dd23d7f7ce759531b826f821b58a606591e57bc86fe03d7a94a9f
|
||||
SHA512 (AppStream-0.14.0.tar.xz) = d02d5201b8513063f041ddbafa212c8e6d9ee6d22299750d1f0074fd9a7d61a825dab6e169ccc7de0273fb9a26284d3ed8d7485862c2839eccb24688f4b771b2
|
||||
SHA512 (0016-Do-not-automatically-clean-up-errors-that-will-be-pr.patch) = 19aed24fb3edc6d8ea015e2a398fa965e1fa87800942d7c9c1d5e3c4e362d163b320565b7b0cd1d886e4516b154a3de724f22b8ffdfb80d4bb160505b84dc689
|
||||
|
||||
Loading…
Reference in New Issue
Block a user