pull in upstream fix for leaked thumbnail file handles (kde#406303)

epel9
Rex Dieter 6 years ago
parent b73c78c3a9
commit 529008c780

1
.gitignore vendored

@ -9,3 +9,4 @@
/plasma-framework-5.55.0.tar.xz
/plasma-framework-5.56.0.tar.xz
/plasma-framework-5.57.0.tar.xz
/0028-Window-Thumbnail-Also-monitor-scene-visibility-and-c.patch

@ -2,7 +2,7 @@
Name: kf5-%{framework}
Version: 5.57.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: KDE Frameworks 5 Tier 3 framework is foundation to build a primary user interface
License: GPLv2+ and LGPLv2+ and BSD
@ -22,6 +22,7 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-fra
Source10: fedora-plasma-cache.sh.in
## upstream patches (using lookaside cache)
Patch28: 0028-Window-Thumbnail-Also-monitor-scene-visibility-and-c.patch
# filter qml provides
%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$
@ -169,6 +170,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \
%changelog
* Thu Apr 25 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.57.0-2
- pull in upstream fix for leaked thumbnail file handles (kde#406303)
* Tue Apr 09 2019 Rex Dieter <rdieter@fedoraproject.org> - 5.57.0-1
- 5.57.0

@ -1 +1,2 @@
SHA512 (plasma-framework-5.57.0.tar.xz) = 42016dd7dc9c20c643adb4fae2987d7aded327ff52de6802ef808f1c3adfda4390eccdea56998071422347d3971f94fa21ea6604dbb2555fbbdc6d0f41a45ef9
SHA512 (0028-Window-Thumbnail-Also-monitor-scene-visibility-and-c.patch) = 69e425556d2acb2c39ffb03571890aa3510353858c944bc06cb1ea03765edd746e65e3c23d258cce4e3422b1b7cab97d5fbf19a770d44ecb66558a7f28bc5e2d

Loading…
Cancel
Save