diff --git a/.gitignore b/.gitignore index c99d006..26427fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/plasma-workspace-5.6.2.tar.xz -/plasma-workspace-5.6.3.tar.xz +/plasma-workspace-5.6.4.tar.xz diff --git a/kuiserver-QApplication.patch b/kuiserver-QApplication.patch deleted file mode 100644 index 9bc9470..0000000 --- a/kuiserver-QApplication.patch +++ /dev/null @@ -1,16 +0,0 @@ -As GUI elements are present in ProgressListModel, use QApplication rather than -QCoreApplication to ensure a GUI eventloop. - -Fixes reported issue https://bugs.kde.org/show_bug.cgi?id=348123 - ---- plasma-workspace-5.4.2.old/kuiserver/main.cpp 2015-10-01 05:56:51.000000000 -0400 -+++ plasma-workspace-5.4.2.new/kuiserver/main.cpp 2015-11-02 16:23:27.424833932 -0500 -@@ -35,7 +35,7 @@ extern "C" Q_DECL_EXPORT int kdemain(int - { - QLoggingCategory::setFilterRules(QStringLiteral("kuiserver.debug = true")); - -- QCoreApplication app(argc, argv); -+ QApplication app(argc, argv); - app.setApplicationName(QStringLiteral("kuiserver")); - app.setApplicationVersion(QStringLiteral("2.0")); - app.setOrganizationDomain(QStringLiteral("kde.org")); diff --git a/plasma-workspace.spec b/plasma-workspace.spec index 5f00fef..3dd9ec0 100644 --- a/plasma-workspace.spec +++ b/plasma-workspace.spec @@ -6,8 +6,8 @@ Name: plasma-workspace Summary: Plasma workspace, applications and applets -Version: 5.6.3 -Release: 5%{?dist} +Version: 5.6.4 +Release: 1%{?dist} License: GPLv2+ URL: https://quickgit.kde.org/?p=%{name}.git @@ -38,8 +38,6 @@ Patch13: startplasmacompositor.patch ## upstreamable Patches Patch1: kde-runtime-4.9.0-installdbgsymbols.patch -# https://bugs.kde.org/show_bug.cgi?id=348123#c18 -Patch2: kuiserver-QApplication.patch ## upstream Patches @@ -372,7 +370,6 @@ Requires: f24-kde-theme %setup -q %patch1 -p1 -b .installdbgsymbols -%patch2 -p1 -b .kuiserver_QApplication %patch10 -p1 -b .konsole-in-contextmenu %if 0%{?default_lookandfeel:1} %patch11 -p1 -b .set-fedora-default-look-and-feel @@ -611,6 +608,9 @@ fi %changelog +* Sat May 14 2016 Rex Dieter - 5.6.4-1 +- 5.6.4 + * Thu May 12 2016 Rex Dieter - 5.6.3-5 - /etc/pam.d/kde is executable (#1335500) diff --git a/sources b/sources index d40833f..9a12400 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d663d6edea2e7936555986733943cd6 plasma-workspace-5.6.3.tar.xz +9a1dec8b5961ee33faff91258f617ff6 plasma-workspace-5.6.4.tar.xz