Hello community, here is the log from the commit of package k3b for openSUSE:Factory checked in at 2017-07-28 09:45:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/k3b (Old) and /work/SRC/openSUSE:Factory/.k3b.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "k3b" Fri Jul 28 09:45:24 2017 rev:74 rq:512731 version:17.04.3 Changes: -------- --- /work/SRC/openSUSE:Factory/k3b/k3b.changes 2017-07-25 11:26:58.006132814 +0200 +++ /work/SRC/openSUSE:Factory/.k3b.new/k3b.changes 2017-07-28 09:45:39.661011892 +0200 @@ -1,0 +2,10 @@ +Wed Jul 26 15:41:52 UTC 2017 - wbauer@tmo.at + +- Add Don-t-suggest-to-install-libburn.patch to not suggest to the + user to install libburn on startup. The message is actually + misleading as k3b would actually use cdrskin which is packaged + separately in openSUSE. But let's stick to prefer the proven + cdrecord for now, people can still install cdrskin if they'd + prefer to use it. (boo#1050715) + +------------------------------------------------------------------- New: ---- Don-t-suggest-to-install-libburn.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ k3b.spec ++++++ --- /var/tmp/diff_new_pack.AbpMOc/_old 2017-07-28 09:45:40.604878948 +0200 +++ /var/tmp/diff_new_pack.AbpMOc/_new 2017-07-28 09:45:40.608878384 +0200 @@ -32,6 +32,8 @@ Source: %{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE Patch: Re-enable-transcode-support.patch +# PATCH-FIX-OPENSUSE +Patch1: Don-t-suggest-to-install-libburn.patch BuildRequires: extra-cmake-modules BuildRequires: fdupes @@ -119,6 +121,7 @@ %prep %setup -q %patch -p1 +%patch1 -p1 %build CXXFLAGS="%{optflags} -fno-strict-aliasing" ++++++ Don-t-suggest-to-install-libburn.patch ++++++
From 8cf4e9d0da6fd3ad794928faad8619aa66c3ddd3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer <wbauer@tmo.at> Date: Wed, 26 Jul 2017 17:34:21 +0200 Subject: [PATCH] Don't suggest to install libburn
The message is actually misleading because k3b uses cdrskin which is packaged separately to libburn in openSUSE. Let's stick to prefer cdrecord for now. People who want to use cdrskin instead can still install it. (boo#1050715) --- src/k3bsystemproblemdialog.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/k3bsystemproblemdialog.cpp b/src/k3bsystemproblemdialog.cpp index 126ad3120..9897903e0 100644 --- a/src/k3bsystemproblemdialog.cpp +++ b/src/k3bsystemproblemdialog.cpp @@ -288,12 +288,6 @@ void K3b::SystemProblemDialog::checkSystem( QWidget* parent, NotificationLevel l #endif } - if (!k3bcore->externalBinManager()->foundBin("cdrskin")) { - problems.append(K3b::SystemProblem(K3b::SystemProblem::CRITICAL, - i18n("Unable to find %1 executable", QString("cdrskin")), - i18n("K3b uses cdrskin in place of cdrecord."), - i18n("Install the libburn package which contains cdrskin"))); - } } -- 2.13.1