diff --git a/.gitignore b/.gitignore index 0507ab8..54b795c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /plasma-framework-5.25.0.tar.xz /plasma-framework-5.26.0.tar.xz /plasma-framework-5.27.0.tar.xz +/0043-make-sure-OSD-doesn-t-have-Dialog-flag.patch diff --git a/kf5-plasma.spec b/kf5-plasma.spec index 02c1923..eb564df 100644 --- a/kf5-plasma.spec +++ b/kf5-plasma.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.27.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 @@ -20,7 +20,8 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework} # hackish cache invalidation Source10: fedora-plasma-cache.sh.in -## upstream patches +## upstream patches (using lookaside cache) +Patch43: 0043-make-sure-OSD-doesn-t-have-Dialog-flag.patch BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-kactivities-devel >= %{version} @@ -161,6 +162,9 @@ sed -e "s|@@VERSION@@|%{version}|g" fedora-plasma-cache.sh.in > \ %changelog +* Wed Nov 02 2016 Rex Dieter - 5.27.0-2 +- backport autohide-panel fix + * Tue Oct 04 2016 Rex Dieter - 5.27.0-1 - 5.27.0 diff --git a/sources b/sources index 33909bc..5219273 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 7bf3e104e7b2439134d4fabb3c588a86 plasma-framework-5.27.0.tar.xz +15086168ccf40bb4b4639da50d20a8fb 0043-make-sure-OSD-doesn-t-have-Dialog-flag.patch