Hello community, here is the log from the commit of package bluedevil for openSUSE:Factory checked in at 2014-12-29 00:33:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-12-21 12:00:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bluedevil.new/bluedevil.changes 2014-12-29 00:33:22.000000000 +0100 @@ -1,0 +2,25 @@ +Tue Dec 23 23:34:10 UTC 2014 - [email protected] + +- Update to 2.1 + * Remember powered state of all adapters, kde#337193 + * Monolithic (Bluetooth icon) will now be correctly hidden in + system tray when all adapters are powered off, kde#341768 + * Monolithic will now be removed from system tray when there + are no adapters + * Action to send files over Bluetooth will now be shown only + for file that can actually be sent (only local files) + * PIN in pairing wizard will now be accepted only after + clicking "Matches" button + * kio_obexftp should now better handle errors and correctly + reconnect after losing connection, kde#321560 + * kio_bluetooth will not crash when trying to access + invalid device +- Drop patches merged upstream: + 0001-KCM-Adapters-Adapt-to-changes-in-libbluedevil.patch + 0002-Bluedevil-daemon-Save-and-restore-adapters-state.patch + 0003-daemon-Use-new-functions-for-restoring-adapters-stat.patch + 0004-Monolithic-Don-t-go-online-on-startup-when-there-is-.patch + 0005-daemon-Fix-killing-monolithic-when-there-are-no-adap.patch + 0006-wizard-Fix-accepting-PIN-in-SSP-pairing.patch + +------------------------------------------------------------------- Old: ---- 0001-KCM-Adapters-Adapt-to-changes-in-libbluedevil.patch 0002-Bluedevil-daemon-Save-and-restore-adapters-state.patch 0003-daemon-Use-new-functions-for-restoring-adapters-stat.patch 0004-Monolithic-Don-t-go-online-on-startup-when-there-is-.patch 0005-daemon-Fix-killing-monolithic-when-there-are-no-adap.patch 0006-wizard-Fix-accepting-PIN-in-SSP-pairing.patch bluedevil-2.0.tar.xz New: ---- bluedevil-2.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluedevil.spec ++++++ --- /var/tmp/diff_new_pack.1ywCdI/_old 2014-12-29 00:33:24.000000000 +0100 +++ /var/tmp/diff_new_pack.1ywCdI/_new 2014-12-29 00:33:24.000000000 +0100 @@ -20,7 +20,7 @@ %define with_lang 1 Name: bluedevil -Version: 2.0 +Version: 2.1 Release: 0 Summary: Bluetooth Manager for KDE License: GPL-2.0+ @@ -29,15 +29,9 @@ Source: http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version}.tar.xz Source1: preferences-system-bluetooth.png Patch0: typo2.diff -Patch1: 0001-KCM-Adapters-Adapt-to-changes-in-libbluedevil.patch -Patch2: 0002-Bluedevil-daemon-Save-and-restore-adapters-state.patch -Patch3: 0003-daemon-Use-new-functions-for-restoring-adapters-stat.patch -Patch4: 0004-Monolithic-Don-t-go-online-on-startup-when-there-is-.patch -Patch5: 0005-daemon-Fix-killing-monolithic-when-there-are-no-adap.patch -Patch6: 0006-wizard-Fix-accepting-PIN-in-SSP-pairing.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libbluedevil-devel >= 2.0~rc1 +BuildRequires: libbluedevil-devel >= %{version} BuildRequires: libkde4-devel BuildRequires: shared-mime-info %if 0%{?suse_version} @@ -63,12 +57,6 @@ %prep %setup -q -n %{name}-%{version} %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 %build %cmake_kde4 -d build ++++++ bluedevil-2.0.tar.xz -> bluedevil-2.1.tar.xz ++++++ ++++ 18505 lines of diff (skipped) ++++++ typo2.diff ++++++ --- /var/tmp/diff_new_pack.1ywCdI/_old 2014-12-29 00:33:24.000000000 +0100 +++ /var/tmp/diff_new_pack.1ywCdI/_new 2014-12-29 00:33:24.000000000 +0100 @@ -2,20 +2,22 @@ =================================================================== --- bluedevil-1.2.3.orig/src/fileitemactionplugin/CMakeLists.txt +++ bluedevil-1.2.3/src/fileitemactionplugin/CMakeLists.txt -@@ -1,4 +1,4 @@ --kde4_add_plugin(bluetoothfiletiemaction sendfileitemaction.cpp) --target_link_libraries(bluetoothfiletiemaction ${KDE4_KIO_LIBS} ${LibBlueDevil_LIBRARIES}) +@@ -5,7 +5,7 @@ set(kded_bluedevil.xml ${CMAKE_CURRENT_SOURCE_DIR}/kded_bluedevil.xml) + set_source_files_properties(${kded_bluedevil.xml} PROPERTIES INCLUDE "types.h") + qt4_add_dbus_interface(fileitemactionplugin_SRCS ${kded_bluedevil.xml} kded_bluedevil) + +-kde4_add_plugin(bluetoothfiletiemaction ${fileitemactionplugin_SRCS}) +-target_link_libraries(bluetoothfiletiemaction ${KDE4_KIO_LIBS}) -install(TARGETS bluetoothfiletiemaction DESTINATION ${PLUGIN_INSTALL_DIR}) -+kde4_add_plugin(bluetoothfileitemaction sendfileitemaction.cpp) -+target_link_libraries(bluetoothfileitemaction ${KDE4_KIO_LIBS} ${LibBlueDevil_LIBRARIES}) ++kde4_add_plugin(bluetoothfileitemaction ${fileitemactionplugin_SRCS}) ++target_link_libraries(bluetoothfileitemaction ${KDE4_KIO_LIBS}) +install(TARGETS bluetoothfileitemaction DESTINATION ${PLUGIN_INSTALL_DIR}) install(FILES bluedevilsendfile.desktop DESTINATION ${SERVICES_INSTALL_DIR}) -\ No newline at end of file Index: bluedevil-1.2.3/src/fileitemactionplugin/bluedevilsendfile.desktop =================================================================== --- bluedevil-1.2.3.orig/src/fileitemactionplugin/bluedevilsendfile.desktop +++ bluedevil-1.2.3/src/fileitemactionplugin/bluedevilsendfile.desktop -@@ -41,7 +41,7 @@ Name[uk]=Надіслати файл з� +@@ -44,7 +44,7 @@ Name[uk]=Надіслати файл за допомогою Bluetooth Name[x-test]=xxSend file via Bluetoothxx Name[zh_CN]=通过蓝牙发送文件 Name[zh_TW]=透過藍牙傳送檔案 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
