From 30350e9cb65f6c538f49b806762a512923713809c23195e4c3232744ee25fdab Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Thu, 22 Sep 2016 21:29:41 +0000 Subject: [PATCH] Accepting request 429520 from home:Vogtinator:branches:KDE:Frameworks5:LTS - Add change-kioremote-severity.patch to avoid filling the home folder with useless log messages (boo#997173) OBS-URL: https://build.opensuse.org/request/show/429520 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5:LTS/plasma5-workspace?expand=0&rev=15 --- change-kioremote-severity.patch | 24 ++++++++++++++++++++++++ plasma5-workspace.changes | 6 ++++++ plasma5-workspace.spec | 5 ++++- 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 change-kioremote-severity.patch diff --git a/change-kioremote-severity.patch b/change-kioremote-severity.patch new file mode 100644 index 0000000..dc91008 --- /dev/null +++ b/change-kioremote-severity.patch @@ -0,0 +1,24 @@ +From: Fabian Vogt +Subject: Change default log severity for log_kioremote +References: boo#997173 + +This category has a lot of debug output, so it should be disabled by +default. + +--- + kioslave/remote/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +Index: plasma-workspace-5.7.95/kioslave/remote/CMakeLists.txt +=================================================================== +--- plasma-workspace-5.7.95.orig/kioslave/remote/CMakeLists.txt ++++ plasma-workspace-5.7.95/kioslave/remote/CMakeLists.txt +@@ -11,7 +11,7 @@ set(kio_remote_SRCS + ecm_qt_declare_logging_category(kio_remote_SRCS HEADER debug.h + IDENTIFIER KIOREMOTE_LOG + CATEGORY_NAME log_kioremote +- DEFAULT_SEVERITY Info) ++ DEFAULT_SEVERITY Debug) + + add_library(kio_remote MODULE ${kio_remote_SRCS}) + target_link_libraries(kio_remote KF5::KIOCore KF5::KDELibs4Support) diff --git a/plasma5-workspace.changes b/plasma5-workspace.changes index 8e0391b..3e8ff42 100644 --- a/plasma5-workspace.changes +++ b/plasma5-workspace.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 22 19:05:58 UTC 2016 - fabian@ritter-vogt.de + +- Add change-kioremote-severity.patch to avoid filling the home folder + with useless log messages (boo#997173) + ------------------------------------------------------------------- Thu Sep 22 10:09:13 UTC 2016 - alarrosa@suse.com diff --git a/plasma5-workspace.spec b/plasma5-workspace.spec index 498aec5..ca61a12 100644 --- a/plasma5-workspace.spec +++ b/plasma5-workspace.spec @@ -29,8 +29,10 @@ Group: System/GUI/KDE Url: http://www.kde.org/ Source: http://download.kde.org/unstable/plasma/%{version}/plasma-workspace-%{version}.tar.xz Source1: baselibs.conf -# PATCH-FIX_OPENSUSE 0001-Rename-qdbus-in-startkde.patch cgiboudeaux@gmx.com -- Rename the qdbus executable in startkde +# PATCH-FIX-OPENSUSE 0001-Rename-qdbus-in-startkde.patch cgiboudeaux@gmx.com -- Rename the qdbus executable in startkde Patch0: 0001-Rename-qdbus-in-startkde.patch +# PATCH-FIX-OPENSUSE change-kioremote-severity.patch boo#997173 fabian@ritter-vogt.de -- Change default log severity for log_kioremote +Patch1: change-kioremote-severity.patch # PATCH-FIX-UPSTREAM fix-wallpaper-not-having-correct-aspect-ratio.diff bnc#990257 alarrosa@suse.com -- Make plasma prefer wallpapers with the same aspect ratio as the screen instead of a wallpaper with the most similar area Patch5: fix-wallpaper-not-having-correct-aspect-ratio.diff # PATCHES 100-200 and above are from upstream 5.7 branch @@ -201,6 +203,7 @@ workspace. Development files. %prep %setup -q -n plasma-workspace-%{version} %patch0 -p1 +%patch1 -p1 %patch5 -p1 %build