pull in upstream fix

epel9
Rex Dieter 6 years ago
parent 1bcfb6b627
commit 728edae00c

1
.gitignore vendored

@ -37,3 +37,4 @@
/frameworkintegration-5.56.0.tar.xz
/frameworkintegration-5.57.0.tar.xz
/frameworkintegration-5.58.0.tar.xz
/0001-search-in-the-new-location-for-knsrc-files.patch

@ -2,7 +2,7 @@
Name: kf5-%{framework}
Version: 5.58.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins
License: LGPLv2+
URL: https://cgit.kde.org/%{framework}.git
@ -16,6 +16,9 @@ URL: https://cgit.kde.org/%{framework}.git
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz
## upstream patches (lookaside cache)
Patch1: 0001-search-in-the-new-location-for-knsrc-files.patch
# filter plugin provides
%global __provides_exclude_from ^(%{_kf5_plugindir}/.*\\.so)$
@ -114,6 +117,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Tue May 14 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.58.0-2
- pull in upstream fix
* Tue May 07 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.58.0-1
- 5.58.0

@ -1 +1,2 @@
SHA512 (frameworkintegration-5.58.0.tar.xz) = 80f2d8c3dcaa57632bab12ca581ae57665b6bbea9f68aa439cf91f8bb7e987954a0b6787bc7f73e6e5cc8f605b28162a654bce6fa2aa3f699fc909fd5f0f5794
SHA512 (0001-search-in-the-new-location-for-knsrc-files.patch) = cca75c3bd44dbc4953fa686fa0812569142d696317cbb2939d13cbeb231aea6a5c61e04150bcdbea9644e330e7339380b90331a85b23a3fbd37de3bbfd4f3f90

Loading…
Cancel
Save