epel9
Rex Dieter 9 years ago
parent 31c5eb7e64
commit 7a79f9a471

3
.gitignore vendored

@ -1,2 +1 @@
/plasma-workspace-5.6.2.tar.xz /plasma-workspace-5.6.4.tar.xz
/plasma-workspace-5.6.3.tar.xz

@ -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"));

@ -6,8 +6,8 @@
Name: plasma-workspace Name: plasma-workspace
Summary: Plasma workspace, applications and applets Summary: Plasma workspace, applications and applets
Version: 5.6.3 Version: 5.6.4
Release: 5%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
URL: https://quickgit.kde.org/?p=%{name}.git URL: https://quickgit.kde.org/?p=%{name}.git
@ -38,8 +38,6 @@ Patch13: startplasmacompositor.patch
## upstreamable Patches ## upstreamable Patches
Patch1: kde-runtime-4.9.0-installdbgsymbols.patch Patch1: kde-runtime-4.9.0-installdbgsymbols.patch
# https://bugs.kde.org/show_bug.cgi?id=348123#c18
Patch2: kuiserver-QApplication.patch
## upstream Patches ## upstream Patches
@ -372,7 +370,6 @@ Requires: f24-kde-theme
%setup -q %setup -q
%patch1 -p1 -b .installdbgsymbols %patch1 -p1 -b .installdbgsymbols
%patch2 -p1 -b .kuiserver_QApplication
%patch10 -p1 -b .konsole-in-contextmenu %patch10 -p1 -b .konsole-in-contextmenu
%if 0%{?default_lookandfeel:1} %if 0%{?default_lookandfeel:1}
%patch11 -p1 -b .set-fedora-default-look-and-feel %patch11 -p1 -b .set-fedora-default-look-and-feel
@ -611,6 +608,9 @@ fi
%changelog %changelog
* Sat May 14 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.4-1
- 5.6.4
* Thu May 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.3-5 * Thu May 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 5.6.3-5
- /etc/pam.d/kde is executable (#1335500) - /etc/pam.d/kde is executable (#1335500)

@ -1 +1 @@
2d663d6edea2e7936555986733943cd6 plasma-workspace-5.6.3.tar.xz 9a1dec8b5961ee33faff91258f617ff6 plasma-workspace-5.6.4.tar.xz

Loading…
Cancel
Save