From 3cda0d4bf9643c65c82f128bb16b9e873ed64ef4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= <=> Date: Thu, 8 Sep 2016 12:44:36 +0200 Subject: [PATCH] Drop the qDebug patch (sonnet uses qCWarning() now) --- kf5-sonnet.spec | 2 -- sonnet-5.15.0-qDebug.patch | 12 ------------ 2 files changed, 14 deletions(-) delete mode 100644 sonnet-5.15.0-qDebug.patch diff --git a/kf5-sonnet.spec b/kf5-sonnet.spec index d84883d..a9a3034 100644 --- a/kf5-sonnet.spec +++ b/kf5-sonnet.spec @@ -21,8 +21,6 @@ URL: https://quickgit.kde.org/?p=%{framework}.git Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz ## upstreamable patches -# silence (mostly) needless output by default -Patch1: sonnet-5.15.0-qDebug.patch # workaround multilib conflicts in trigrams.map by using QMap instead of QHash # https://bugzilla.redhat.com/show_bug.cgi?id=1262746 Patch2: sonnet-5.13.0-multilib.patch diff --git a/sonnet-5.15.0-qDebug.patch b/sonnet-5.15.0-qDebug.patch deleted file mode 100644 index d2a3b20..0000000 --- a/sonnet-5.15.0-qDebug.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up sonnet-5.15.0/src/core/loader.cpp.qDebug sonnet-5.15.0/src/core/loader.cpp ---- sonnet-5.15.0/src/core/loader.cpp.qDebug 2015-10-05 03:29:56.000000000 -0500 -+++ sonnet-5.15.0/src/core/loader.cpp 2015-10-19 09:39:40.679656424 -0500 -@@ -95,7 +95,7 @@ SpellerPlugin *Loader::createSpeller(con - const QVector lClients = d->languageClients[plang]; - - if (lClients.isEmpty()) { -- qWarning() << "No language dictionaries for the language:" << plang; -+ qDebug() << "No language dictionaries for the language:" << plang; - return 0; - } -