pull in upstream crash fix
This commit is contained in:
parent
f156654bf0
commit
ba5bc28d30
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/AppStream-0.10.3.tar.xz
|
||||
/0012-qt-Add-an-empty-check-to-Provided-and-return-it-if-n.patch
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
Summary: Utilities to generate, maintain and access the AppStream database
|
||||
Name: appstream
|
||||
Version: 0.10.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# lib LGPLv2+, tools GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -13,7 +13,8 @@ License: GPLv2+ and LGPLv2+
|
||||
URL: https://github.com/ximion/appstream
|
||||
Source0: http://www.freedesktop.org/software/appstream/releases/AppStream-%{version}.tar.xz
|
||||
|
||||
## upstream patches
|
||||
## upstream patches (lookaside cache)
|
||||
Patch12: 0012-qt-Add-an-empty-check-to-Provided-and-return-it-if-n.patch
|
||||
|
||||
## upstreamable patches
|
||||
|
||||
@ -160,6 +161,9 @@ make test -C %{_target_platform} ARGS="--output-on-failure --timeout 300"
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.10.3-2
|
||||
- pull in upstream crash fix
|
||||
|
||||
* Tue Nov 01 2016 Rex Dieter <rdieter@fedoraproject.org> - 0.10.3-1
|
||||
- 0.10.3
|
||||
- update scriptlets to use 'refresh' instead of 'refresh-index'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user