0.12.0 (#1563876)
This commit is contained in:
parent
96f4e71b84
commit
b5df9d46e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/AppStream-0.11.8.tar.xz
|
||||
/AppStream-0.12.0.tar.xz
|
||||
|
||||
@ -1,15 +0,0 @@
|
||||
diff --git a/qt/cmake/AppStreamQtConfig.cmake.in b/qt/cmake/AppStreamQtConfig.cmake.in
|
||||
index aa61e82..b64a4f5 100644
|
||||
--- a/qt/cmake/AppStreamQtConfig.cmake.in
|
||||
+++ b/qt/cmake/AppStreamQtConfig.cmake.in
|
||||
@@ -32,8 +32,8 @@ add_library(AppStreamQt SHARED IMPORTED)
|
||||
set_target_properties(AppStreamQt PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES "${PACKAGE_PREFIX_DIR}/include/"
|
||||
INTERFACE_LINK_LIBRARIES "Qt5::Core"
|
||||
- IMPORTED_LOCATION_DEBUG "@LIBDIR_FULL@/libAppStreamQt.so.${AppStreamQt_VERSION}"
|
||||
- IMPORTED_SONAME_DEBUG "libAppStreamQt.${AppStreamQt_VERSION_MAJOR}"
|
||||
+ IMPORTED_LOCATION "@LIBDIR_FULL@/libAppStreamQt.so.${AppStreamQt_VERSION}"
|
||||
+ IMPORTED_SONAME "libAppStreamQt.${AppStreamQt_VERSION_MAJOR}"
|
||||
)
|
||||
|
||||
####################################################################################
|
||||
@ -4,8 +4,8 @@
|
||||
|
||||
Summary: Utilities to generate, maintain and access the AppStream database
|
||||
Name: appstream
|
||||
Version: 0.11.8
|
||||
Release: 3%{?dist}
|
||||
Version: 0.12.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
# lib LGPLv2+, tools GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
@ -14,7 +14,6 @@ URL: https://github.com/ximion/appstream
|
||||
Source0: http://www.freedesktop.org/software/appstream/releases/AppStream-%{version}.tar.xz
|
||||
|
||||
## upstream patches (lookaside cache)
|
||||
Patch0: appstream-broken-qt-cmake.patch
|
||||
|
||||
## upstreamable patches
|
||||
|
||||
@ -182,6 +181,9 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Apr 08 2018 Rex Dieter <rdieter@fedoraproject.org> - 0.12.0-1
|
||||
- 0.12.0 (#1563876)
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (AppStream-0.11.8.tar.xz) = f6816e454ea3b8a9bd9ad47e7bb0dbc7d1712116dcce6305c2b33eceaed0f9d72d81fb71de4cee9ad7de56135aa2ee0ba0c24c517c40a2eb8f72258cfd5152e5
|
||||
SHA512 (AppStream-0.12.0.tar.xz) = a3b62eb0ed64ccd61c823f42ae4597ded26687a39e4a7bdc0c6ee49bad9908179d817080294994b3e97724045c62df0a47758a3517b9951168e563c98b2b7265
|
||||
|
||||
Loading…
Reference in New Issue
Block a user