pull in upstream fixes

epel9
Rex Dieter 8 years ago
parent 2fac64a706
commit 37fbaab907

14
.gitignore vendored

@ -1,6 +1,10 @@
/kwin-5.7.4.tar.xz
/kwin-5.7.5.tar.xz
/kwin-5.7.95.tar.xz
/kwin-5.8.0.tar.xz
/kwin-5.8.1.tar.xz
/kwin-5.8.2.tar.xz /kwin-5.8.2.tar.xz
/0003-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch
/0004-plugins-qpa-Properly-clean-up-the-created-KWayland-C.patch
/0005-autotests-Add-test-case-for-translucency-effect-of-d.patch
/0006-Trigger-resize-of-input-window-when-deco-size-change.patch
/0007-Ensure-the-complete-decoration-texture-gets-repainte.patch
/0008-effects-translucency-Cancel-existing-animations-befo.patch
/0009-decorations-aurorae-Fix-typo-in-Plastik-theme.patch
/0010-Support-for-KWin.registerShortcut-in-declarative-scr.patch
/0015-Send-a-pointer-leave-when-triggering-a-move-resize.patch

@ -7,7 +7,7 @@
Name: kwin Name: kwin
Version: 5.8.2 Version: 5.8.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: KDE Window manager Summary: KDE Window manager
# all sources are effectively GPLv2+, except for: # all sources are effectively GPLv2+, except for:
@ -26,6 +26,17 @@ URL: https://quickgit.kde.org/?p=%{name}.git
%endif %endif
Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/plasma/%{version}/%{name}-%{version}.tar.xz
## upstream patches (using lookaside cache)
Patch3: 0003-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch
Patch4: 0004-plugins-qpa-Properly-clean-up-the-created-KWayland-C.patch
Patch5: 0005-autotests-Add-test-case-for-translucency-effect-of-d.patch
Patch6: 0006-Trigger-resize-of-input-window-when-deco-size-change.patch
Patch7: 0007-Ensure-the-complete-decoration-texture-gets-repainte.patch
Patch8: 0008-effects-translucency-Cancel-existing-animations-befo.patch
Patch9: 0009-decorations-aurorae-Fix-typo-in-Plastik-theme.patch
Patch10: 0010-Support-for-KWin.registerShortcut-in-declarative-scr.patch
Patch15: 0015-Send-a-pointer-leave-when-triggering-a-move-resize.patch
# Base # Base
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kf5-rpm-macros BuildRequires: kf5-rpm-macros
@ -284,6 +295,9 @@ fi
%changelog %changelog
* Mon Oct 31 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-2
- pull in upstream fixes
* Tue Oct 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-1 * Tue Oct 18 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.8.2-1
- 5.8.2 - 5.8.2

@ -1 +1,10 @@
89ecc1467e30c14b2c5faab8179fca9d kwin-5.8.2.tar.xz 89ecc1467e30c14b2c5faab8179fca9d kwin-5.8.2.tar.xz
b2b95955a885c8da66ab561166d04214 0003-platformx-x11-Add-a-freeze-protection-against-OpenGL.patch
1db2e56794aa624ece36ea75919e5449 0004-plugins-qpa-Properly-clean-up-the-created-KWayland-C.patch
79119252675b97bce9e16ff6d50641de 0005-autotests-Add-test-case-for-translucency-effect-of-d.patch
05b51a7a6dceb23c69d189272ce2fd61 0006-Trigger-resize-of-input-window-when-deco-size-change.patch
206cc2d209d3c1838b6c6b9ef00783a9 0007-Ensure-the-complete-decoration-texture-gets-repainte.patch
a91fad93621d1367a5333fcdc85b9937 0008-effects-translucency-Cancel-existing-animations-befo.patch
48a93d9574185fe1cfc3f0d3d7495a5d 0009-decorations-aurorae-Fix-typo-in-Plastik-theme.patch
8157b3fcaa992593ac1acc916092d540 0010-Support-for-KWin.registerShortcut-in-declarative-scr.patch
e8507fa8891b0651d641622bda405edb 0015-Send-a-pointer-leave-when-triggering-a-move-resize.patch

Loading…
Cancel
Save