pull in upstream fix (open/save dialog regression)

epel9
Rex Dieter 8 years ago
parent f80b37ddc6
commit 95a2a8032c

1
.gitignore vendored

@ -12,3 +12,4 @@
/plasma-integration-5.8.3.tar.xz
/plasma-integration-5.8.4.tar.xz
/plasma-integration-5.8.5.tar.xz
/0001-Fix-regression-in-which-the-Save-dialog-appears-as-a.patch

@ -1,7 +1,7 @@
Name: plasma-integration
Summary: Qt Platform Theme integration plugin for Plasma
Version: 5.8.5
Release: 1%{?dist}
Release: 2%{?dist}
# KDE e.V. may determine that future LGPL versions are accepted
License: LGPLv2 or LGPLv3
@ -17,6 +17,9 @@ URL: https://quickgit.kde.org/?p=%{name}.git
%endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
## upstream patches (lookaside cache)
Patch1: 0001-Fix-regression-in-which-the-Save-dialog-appears-as-a.patch
BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules
@ -84,6 +87,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%changelog
* Sat Dec 31 2016 Rex Dieter <rdieter@math.unl.edu> - 5.8.5-2
- pull in upstream fix (open/save dialog regression)
* Wed Dec 28 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.5-1
- 5.8.5

@ -1 +1,2 @@
SHA512 (plasma-integration-5.8.5.tar.xz) = 5e894b334d0d012e6ace38b02f3ff9f8623f75182a0e585406fe5d904658e9ce631c467738a9a79767505028715eb6d27de5c35a4f9d50ad9a83a70e0951dd75
SHA512 (0001-Fix-regression-in-which-the-Save-dialog-appears-as-a.patch) = 7cf786296f8518ca3ff4879925ddf1afc2ee7f2349de86db2d1e75d6e6a722630bd1ba0378739216dc2dc6bee463ccd9b0c6bf9df495460eacb31eae99db9d0b

Loading…
Cancel
Save