Hello community, here is the log from the commit of package bluedevil for openSUSE:Factory checked in at 2013-12-23 12:33:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-18 10:52:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bluedevil.new/bluedevil.changes 2013-12-23 12:33:25.000000000 +0100 @@ -1,0 +2,15 @@ +Sat Dec 21 16:43:15 UTC 2013 - [email protected] + +- Replace the tarball generated from tag, to the official one, from + KDE mirrors + +------------------------------------------------------------------- +Fri Dec 20 23:39:46 UTC 2013 - [email protected] + +- Update to 2.0 rc1 - first version officially supporting BlueZ5 +- Drop no longer applieable bluedevil-dont-install-headers.diff +- Added remove-unused-bluedevilaction-link-target.patch to make the + package build: bluedevilaction was forgotten, so linker can't + find it + +------------------------------------------------------------------- Old: ---- bluedevil-dont-install-headers.diff bluedevil.tar.xz New: ---- bluedevil-2.0-rc1.tar.xz remove-unused-bluedevilaction-link-target.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluedevil.spec ++++++ --- /var/tmp/diff_new_pack.BkSB8V/_old 2013-12-23 12:33:26.000000000 +0100 +++ /var/tmp/diff_new_pack.BkSB8V/_new 2013-12-23 12:33:26.000000000 +0100 @@ -17,23 +17,25 @@ # -%define with_lang 0 +%define with_lang 1 Name: bluedevil -Version: 1.3.2_bluez5 +Version: 2.0~rc1 Release: 0 +%define rversion 2.0-rc1 Summary: Bluetooth Manager for KDE License: GPL-2.0+ Group: Hardware/Other Url: http://www.kde.org/ -#Source0: http://download.kde.org/stable/bluedevil/%{name}-v%{version}.tar.xz -Source0: %{name}.tar.xz +#Source0: http://download.kde.org/stable/libbluedevil/%{name}-v%{version}.tar.xz +Source0: %{name}-%{rversion}.tar.xz Source1: preferences-system-bluetooth.png Patch0: typo2.diff -Patch1: bluedevil-dont-install-headers.diff +# PATCH-FIX-UPSTREAM remove-unused-bluedevilaction-link-target.patch -- bluedevilaction was forgotten, so linker can't find it +Patch1: remove-unused-bluedevilaction-link-target.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libbluedevil-devel +BuildRequires: libbluedevil-devel >= 2.0~rc1 BuildRequires: libkde4-devel BuildRequires: shared-mime-info %if 0%{?suse_version} @@ -58,7 +60,7 @@ %lang_package %prep -%setup -q -n %{name} +%setup -q -n %{name}-%{rversion} %patch0 -p1 %patch1 -p1 @@ -85,9 +87,6 @@ %kde_post_install -%clean -rm -rf %{buildroot} - %post /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : @@ -103,9 +102,7 @@ %{_kde4_appsdir}/bluedevilwizard/ %{_kde4_bindir}/bluedevil-* %{_kde4_iconsdir}/hicolor/64x64/apps/preferences-system-bluetooth.png -%{_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 @@ -117,8 +114,6 @@ %{_kde4_servicesdir}/kded/bluedevil.desktop %{_kde4_servicesdir}/kded/obexftpdaemon.desktop %{_kde4_servicesdir}/obexftp.protocol -%{_kde4_servicesdir}/sendfile.desktop -%{_kde4_servicetypesdir}/actionplugin.desktop %if %with_lang %files lang -f %{name}.lang ++++++ remove-unused-bluedevilaction-link-target.patch ++++++ diff -Naur bluedevil-v2.0-rc1.orig/src/wizard/CMakeLists.txt bluedevil-v2.0-rc1/src/wizard/CMakeLists.txt --- bluedevil-v2.0-rc1.orig/src/wizard/CMakeLists.txt 2013-12-20 20:04:35.000000000 +0100 +++ bluedevil-v2.0-rc1/src/wizard/CMakeLists.txt 2013-12-21 00:56:52.277223255 +0100 @@ -23,8 +23,7 @@ kde4_add_executable(bluedevil-wizard ${wizard_SRCS}) -target_link_libraries(bluedevil-wizard bluedevilaction - ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${LibBlueDevil_LIBRARIES}) +target_link_libraries(bluedevil-wizard ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS} ${LibBlueDevil_LIBRARIES}) install(TARGETS bluedevil-wizard ${INSTALL_TARGETS_DEFAULT_ARGS}) install(FILES bluedevil-wizard.desktop DESTINATION ${XDG_APPS_INSTALL_DIR}) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
