Hello community, here is the log from the commit of package bluedevil for openSUSE:Factory checked in at Tue Jul 26 09:25:16 CEST 2011.
-------- --- KDE/bluedevil/bluedevil.changes 2011-04-18 23:44:16.000000000 +0200 +++ /mounts/work_src_done/STABLE/bluedevil/bluedevil.changes 2011-07-26 00:33:40.000000000 +0200 @@ -1,0 +2,16 @@ +Mon Jul 25 21:50:53 UTC 2011 - [email protected] + +- Update to 1.1.1: + * Fixed kde#277451 (Ramdom crash after sleeping) + * Fixed kde#277665 (Bluedevil applet doesn't use alias specified for device) + * Fixed kde#277878 (bluedevils fails to pair with bt gps unit) + * Fixed some bahaviors in kio_obexftp while copying files + * Show the file size and the speed in the file transfer (in kio) + * Start/Quit bluedevil-monolithic in online/offline mode + * Improved layout to look good in all Qt Styles + * Huge i18n improvements (fix’s and more translations) + * Fixed some bahaviors in kio_obexftp while copying files + * Show the file size and the speed in the file transfer (in kio) +- Add typo.diff, fixes a typo in the upstream tarball + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- bluedevil-1.0.4.tar.bz2 New: ---- bluedevil-1.1.1.tar.bz2 typo.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluedevil.spec ++++++ --- /var/tmp/diff_new_pack.N9dMEq/_old 2011-07-26 09:24:33.000000000 +0200 +++ /var/tmp/diff_new_pack.N9dMEq/_new 2011-07-26 09:24:33.000000000 +0200 @@ -16,19 +16,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: bluedevil -Version: 1.0.4 +Version: 1.1.1 Release: 1 Summary: Bluetooth Manager for KDE 4 - License: GPLv2+ Url: http://www.kde.org/ Group: Hardware/Other Source0: ftp://ftp.kde.org/pub/kde/stable/bluedevil/%{version}/src/%{name}-%{version}.tar.bz2 Source1: preferences-system-bluetooth.png +Patch0: typo.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libbluedevil-devel @@ -39,12 +38,12 @@ %endif Requires: obex-data-server Requires: obexd-client -%kde4_runtime_requires -Requires(post): shared-mime-info -Requires(postun): shared-mime-info Recommends: %{name}-lang = %{version} Provides: kbluetooth = %{version} Obsoletes: kbluetooth < %{version} +%kde4_runtime_requires +Requires(post): shared-mime-info +Requires(postun): shared-mime-info %description Bluetooth daemon for KDE, handling connections. @@ -52,6 +51,7 @@ %lang_package %prep %setup -q +%patch0 %build %cmake_kde4 -d build @@ -84,28 +84,30 @@ %files %defattr(-,root,root,-) %doc README +%{_datadir}/dbus-1/services/org.kde.BlueDevil.Service.service +%{_datadir}/mime/packages/bluedevil-mime.xml +%{_kde4_applicationsdir}/bluedevil-*.desktop +%{_kde4_appsdir}/bluedevil/ +%{_kde4_appsdir}/bluedevilwizard/ %{_kde4_bindir}/bluedevil-* +%{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png +%{_kde4_includedir}/actionplugin.h +%{_kde4_libdir}/libbluedevilaction.so +%{_kde4_libexecdir}/bluedevil-* %{_kde4_modulesdir}/bluedevil*.so +%{_kde4_modulesdir}/bluetoothfileitemaction.so %{_kde4_modulesdir}/kcm_bluedevil*.so %{_kde4_modulesdir}/kded_bluedevil.so %{_kde4_modulesdir}/kded_obexftpdaemon.so %{_kde4_modulesdir}/kio_bluetooth.so %{_kde4_modulesdir}/kio_obexftp.so -%{_kde4_libdir}/libbluedevilaction.so -%{_kde4_applicationsdir}/bluedevil-*.desktop -%{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png -%{_kde4_appsdir}/bluedevil/ -%{_kde4_appsdir}/bluedevilwizard/ %{_kde4_servicesdir}/bluedevil*.desktop %{_kde4_servicesdir}/bluetooth.protocol -%{_kde4_servicesdir}/obexftp.protocol -%{_kde4_servicesdir}/sendfile.desktop %{_kde4_servicesdir}/kded/bluedevil.desktop %{_kde4_servicesdir}/kded/obexftpdaemon.desktop +%{_kde4_servicesdir}/obexftp.protocol +%{_kde4_servicesdir}/sendfile.desktop %{_kde4_servicetypesdir}/actionplugin.desktop -%{_datadir}/dbus-1/services/org.kde.BlueDevil.Service.service -%{_datadir}/mime/packages/bluedevil-mime.xml -%{_kde4_includedir}/actionplugin.h %files lang -f %{name}.lang %defattr(-,root,root,-) ++++++ bluedevil-1.0.4.tar.bz2 -> bluedevil-1.1.1.tar.bz2 ++++++ ++++ 60525 lines of diff (skipped) ++++++ typo.diff ++++++ --- src/fileitemactionplugin/bluedevilsendfile.desktop 2011-07-23 16:08:05.000000000 +0200 +++ src/fileitemactionplugin/bluedevilsendfile.desktop 2011-07-26 00:29:34.825755426 +0200 @@ -2,7 +2,7 @@ Encoding=UTF-8 Type=Service Name=Send file via bluetooth - X-KDE-Library=bluetoothfiletiemaction + X-KDE-Library=bluetoothfileitemaction X-KDE-Submenu=Bluetooth ServiceTypes=KFileItemAction/Plugin MimeType=application/octet-stream; --- src/fileitemactionplugin/CMakeLists.txt 2011-07-23 16:08:00.000000000 +0200 +++ src/fileitemactionplugin/CMakeLists.txt 2011-07-26 00:29:10.078800172 +0200 @@ -1,4 +1,4 @@ -kde4_add_plugin(bluetoothfiletiemaction sendfileitemaction.cpp) -target_link_libraries(bluetoothfiletiemaction ${KDE4_KIO_LIBS} ${LibBlueDevil_LIBRARIES}) -install(TARGETS bluetoothfiletiemaction DESTINATION ${PLUGIN_INSTALL_DIR}) +kde4_add_plugin(bluetoothfileitemaction sendfileitemaction.cpp) +target_link_libraries(bluetoothfileitemaction ${KDE4_KIO_LIBS} ${LibBlueDevil_LIBRARIES}) +install(TARGETS bluetoothfileitemaction DESTINATION ${PLUGIN_INSTALL_DIR}) install(FILES bluedevilsendfile.desktop DESTINATION ${SERVICES_INSTALL_DIR}) \ Pas de fin de ligne à la fin du fichier. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
