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
This commit is contained in:
parent
88b5fed089
commit
30350e9cb6
24
change-kioremote-severity.patch
Normal file
24
change-kioremote-severity.patch
Normal file
@ -0,0 +1,24 @@
|
||||
From: Fabian Vogt <fabian@ritter-vogt.de>
|
||||
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)
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user