commit gnome-bluetooth for openSUSE:Factory
Hello community, here is the log from the commit of package gnome-bluetooth for openSUSE:Factory checked in at Sat Aug 1 11:26:27 CEST 2009. -------- --- GNOME/gnome-bluetooth/gnome-bluetooth.changes 2009-05-07 05:07:39.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnome-bluetooth/gnome-bluetooth.changes 2009-07-31 21:23:08.000000000 +0200 @@ -1,0 +2,91 @@ +Fri Jul 31 21:22:44 CEST 2009 - vuntz@novell.com + +- Remove Obsoletes for libgnome-bluetooth2 and libgnome-bluetooth6. + +------------------------------------------------------------------- +Wed Jul 29 17:19:44 CEST 2009 - dominique-obs@leuenberger.net + +- Update to version 2.27.8: + + All: + - A number of UI strings changes + + Applet: + - Make "Connect" in the menu for devices appear correctly after + pairing + - Filter for paired ObexFTP devices in the browse menu item + + Preferences: + - Add link to help + + Wizard: + - Fix crash when selecting a device where the name hasn't been + resolved yet + + Library: + - Add introspection support + - Export device and adapter models for easy enumeration + - Fix broken filtering for device category + - Fix possible crasher in spinner widget + - Ellipsise names in the chooser widget + - A number of API documentation fixes +- Rename libgnome-bluetooth6 to libgnome-bluetooth7 because of + soname change. +- Have libgnome-bluetooth7 Obsoletes libgnome-bluetooth6. + +------------------------------------------------------------------- +Sun Jun 28 01:33:35 CEST 2009 - captain.magnus@opensuse.org + +- Update to version 2.27.7.1: + + When deleting a device, pass it through the plugins + to delete any other associations + + Add a test program + + Add Geoclue GPS setup plugin + + Fix pairing some fixed PIN devices, and misc fixes +- Create subpackage plugins-geoclue + +------------------------------------------------------------------- +Wed Jun 17 15:29:05 CEST 2009 - vuntz@novell.com + +- Update to version 2.27.6: + + Applet: + - Use a better tooltip for the applet + - Add "Send File" and "Browse files" menu item for devices that + support it + - Add menu items to call the preferences for mice and keyboards + - Fix assertions when removing a device, and pairing it again + without the applet being restarted + - Don't show "Connect" for devices without input or audio + capabilities + - Support notification-daemon without any support for actions, + as used in Ubuntu + - Pass the device name to bluetooth-sendto + - Rework UI of all the pairing helper dialogues + + Preferences: + - Fix the adapter page not showing up when restarting + bluetoothd + - Add --dump debug option, to dump a list of all known devices + and their properties + + Send-to: + - Fix warning when sending an empty file + - Remove use of red labels on errors + - Remove obex-data-server support, and require obexd + - Try harder to get a device name + + Wizard: + - Fix handling for devices that use random passkeys, but can't + handle 6 digits (such as Sony CMT-DH5BT) + - Add Simple Pairing support + - Try harder to connect to devices after pairing them, fixes + the Microsoft Wireless Notebook Presenter Mouse 8000 not + working straight after pairing + - Allow skipping name resolution when we would be using a fixed + passkey + - Don't allow stepping back in the middle of pairing + - Add more instructions on the front page + - Many many UI changes + + Library: + - Allow getting arbitrary data from the backend for + BluetoothChooser users + - Only export the supported symbols in the library + - Add plugin support, so third-party applications can be setup, + for a particular device, from the preferences or the wizard + - Replace the search button with a "Searching" label and spinner +- Rename libgnome-bluetooth2 to libgnome-bluetooth6, and have it + Obsoletes libgnome-bluetooth2 <= 2.27.5. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gnome-bluetooth-2.27.5.tar.bz2 New: ---- gnome-bluetooth-2.27.8.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-bluetooth.spec ++++++ --- /var/tmp/diff_new_pack.urfi31/_old 2009-08-01 11:24:14.000000000 +0200 +++ /var/tmp/diff_new_pack.urfi31/_new 2009-08-01 11:24:14.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package gnome-bluetooth (Version 2.27.5) +# spec file for package gnome-bluetooth (Version 2.27.8) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -21,7 +21,11 @@ Name: gnome-bluetooth BuildRequires: fdupes BuildRequires: gconf2-devel +# FIXME: fails to build with it as of 2.27.8 +# BuildRequires: gir-repository BuildRequires: gnome-doc-utils-devel +# FIXME: fails to build with it as of 2.27.8 +# BuildRequires: gobject-introspection-devel BuildRequires: hal-devel BuildRequires: intltool BuildRequires: libnotify-devel @@ -30,7 +34,7 @@ BuildRequires: update-desktop-files License: GPL v2 or later Group: System/GUI/GNOME -Version: 2.27.5 +Version: 2.27.8 Release: 1 Summary: GNOME Bluetooth graphical utilities Url: http://usefulinc.com/software/gnome-bluetooth/ @@ -95,13 +99,13 @@ Anders Carlsson <andersca@gnu.org> James Henstridge <james@daa.com.au> -%package -n libgnome-bluetooth2 +%package -n libgnome-bluetooth7 License: GPL v2 or later Summary: GNOME Bluetooth graphical utilities Group: System/GUI/GNOME Obsoletes: libgnomebt1 <= 0.12 -%description -n libgnome-bluetooth2 +%description -n libgnome-bluetooth7 The gnome-bluetooth package contains graphical utilities to setup, monitor and use Bluetooth devices. @@ -121,6 +125,16 @@ Anders Carlsson <andersca@gnu.org> James Henstridge <james@daa.com.au> +%package plugins-geoclue +License: GPL v2 or later +Summary: GNOME Bluetooth Support +Group: System/GUI/GNOME +Requires: %{name} = %{version} + +%description plugins-geoclue +The gnome-bluetooth package contains graphical utilities to setup, +monitor and use Bluetooth devices. + %lang_package %prep %setup -q @@ -135,7 +149,7 @@ %install %makeinstall -rm $RPM_BUILD_ROOT/%{_libdir}/libgnome-bluetooth.la +find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file bluetooth-properties -G "Configure Bluetooth settings" -N "Bluetooth Properties" %suse_update_desktop_file bluetooth-applet -G "Bluetooth Manager applet" %find_lang %{name}2 @@ -147,13 +161,14 @@ rm -rf $RPM_BUILD_ROOT %pre -f %{name}.schemas_pre + %posttrans -f %{name}.schemas_posttrans %preun -f %{name}.schemas_preun -%post -n libgnome-bluetooth2 -p /sbin/ldconfig +%post -n libgnome-bluetooth7 -p /sbin/ldconfig -%postun -n libgnome-bluetooth2 -p /sbin/ldconfig +%postun -n libgnome-bluetooth7 -p /sbin/ldconfig %files -f %{name}.schemas_list %defattr(-, root, root) @@ -164,10 +179,15 @@ %{_datadir}/gnome-bluetooth %{_datadir}/icons/hicolor/*/*/bluetooth* %{_mandir}/man1/bluetooth-* +# Own the plugin directory, but exclude the plugin library itself +%dir %{_libdir}/gnome-bluetooth +%dir %{_libdir}/gnome-bluetooth/plugins +# Exclude files which are in another package +%exclude %{_libdir}/gnome-bluetooth/plugins/libgbtgeoclue.so %files lang -f %{name}2.lang -%files -n libgnome-bluetooth2 +%files -n libgnome-bluetooth7 %defattr(-,root,root,-) %{_libdir}/libgnome-bluetooth.so.* @@ -178,4 +198,8 @@ %{_libdir}/pkgconfig/gnome-bluetooth-1.0.pc %{_datadir}/gtk-doc/html/gnome-bluetooth +%files plugins-geoclue +%defattr(-,root,root,-) +%{_libdir}/gnome-bluetooth/plugins/libgbtgeoclue.so + %changelog ++++++ gnome-bluetooth-2.27.5.tar.bz2 -> gnome-bluetooth-2.27.8.tar.bz2 ++++++ ++++ 132943 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de