Hello community, here is the log from the commit of package bluedevil for openSUSE:Factory checked in at 2013-05-02 11:06:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluedevil (Old) and /work/SRC/openSUSE:Factory/.bluedevil.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluedevil" Changes: -------- --- /work/SRC/openSUSE:Factory/bluedevil/bluedevil.changes 2013-04-18 10:13:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.bluedevil.new/bluedevil.changes 2013-05-02 11:06:05.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 1 05:44:45 UTC 2013 - [email protected] + +- bluedevil-confirmmodechange-typo.patch: Fix typo when calling + bluedevil-confirmmodechange (bnc#817958 bko#316314) + +------------------------------------------------------------------- New: ---- bluedevil-confirmmodechange-typo.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluedevil.spec ++++++ --- /var/tmp/diff_new_pack.nMSf3F/_old 2013-05-02 11:06:06.000000000 +0200 +++ /var/tmp/diff_new_pack.nMSf3F/_new 2013-05-02 11:06:06.000000000 +0200 @@ -28,6 +28,7 @@ Source1: preferences-system-bluetooth.png Patch0: typo2.diff Patch1: bluedevil-dont-install-headers.diff +Patch2: bluedevil-confirmmodechange-typo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libbluedevil-devel @@ -57,6 +58,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %cmake_kde4 -d build ++++++ bluedevil-confirmmodechange-typo.patch ++++++ From: Jiri Slaby <[email protected]> Subject: Fix typo when calling bluedevil-confirmmodechange References: bnc#817958 bko#316314 It is bluedevil-confirmmodechange, not bluedevil-confirmchangemode. This actually prevented bluetooth-sendfile from working. --- src/daemon/kded/bluezagent.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/src/daemon/kded/bluezagent.cpp +++ b/src/daemon/kded/bluezagent.cpp @@ -150,7 +150,7 @@ void BluezAgent::ConfirmModeChange(const list.append(mode); connect(m_process, SIGNAL(finished(int)), this, SLOT(processClosedBool(int))); - m_process->start(KStandardDirs::findExe("bluedevil-confirmchangemode"), list); + m_process->start(KStandardDirs::findExe("bluedevil-confirmmodechange"), list); } void BluezAgent::Cancel() -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
