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 Thu May 5 14:14:52 CEST 2011. -------- --- GNOME/gnome-bluetooth/gnome-bluetooth.changes 2011-02-18 15:46:04.000000000 +0100 +++ /mounts/work_src_done/STABLE/gnome-bluetooth/gnome-bluetooth.changes 2011-04-25 11:44:22.000000000 +0200 @@ -1,0 +2,93 @@ +Mon Apr 4 15:28:32 UTC 2011 - fcrozat@novell.com + +- Update to version 3.0.0: + + Properties: + - Show link to touchpad settings for touchpads + - Hide labels when no devices are selected + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 29 13:58:08 UTC 2011 - fcrozat@novell.com + +- Update to version 2.91.92: + + Properties: + - Use dim labels + - Fix translation problems + - Use the inline-toolbar style + + Geoclue plugin: + - Use GSettings instead of GConf + + Wizard: + - Add Magic Trackpad quirk +- Update to version 2.91.91: + + Properties: + - Put in the control-center's Hardware category + - Redesign for GNOME 3 + + Applet: + - Only start the applet in the fallback session + + Library: + - Fix a possible warning in the button chooser + + Sendto: + - Re-enable sento plugin for GNOME 3.0 + - Make double-click select a device + - Add desktop file for nice name in the shell + - Fix packing in dialogue + + Wizard: + - Add desktop file for nice name in the shell +- Changes fromv version 2.91.5: + + Properties: + - Make dialogue parenting work for errors + + Library: + - Use BluetoothClient to track default adapter + - Don't free request_key and passkey in agent reply functions. + - Set log domain to differentiate library messages from the + lib's ones + + Applet: + - Fix crash in bluetooth_applet_create_device_from_iter() + - Fix crash when creating an agent + - Fix crash when unref'ing a DBusGMethodInvocation + - Fix crash when there's no default adapter + + Moblin: + - Fix compilation of the Moblin front-end +- Changes from version 2.91.2: + + Update command to launch Bluetooth panel + + Fix i18n in the panel + + Make test-plugins test command more useful + + Fix adapter not going powered when coming back from hard-block + + Allow setup of devices that don't support pairing + + Make sure the icon is shown/hidden when killswitch state + changes. + + Make sure all the unblocked adapters get powered on startup + + Fix visible menu item disappearing after suspend + + Make --dump-devices work again in the applet, and + fix its output for some services + + Refactor applet as a library, for use in gnome-shell + + Build fixes +- Changes from version 2.90.0: + + Port to GSettings, GTK+ 3.x and GtkApplication + + Use GBinding instead of copy/paste Seahorse code + + Plenty of killswitch bug fixes + + Applet: + - Fix browsing a device when already mounted + - Use symbolic icons + + Properties: + - Port to gnome-control-center 3.x API + - Add a specific page when Bluetooth is hard-blocked + + Moblin/MeeGo: + - Use bluetoothd backed power switch + - Some re-designs for meego +- Change obexed Requires to obexd-client. +- Drop gnome-bluetooth-fix-introspection-build.patch: fixed + upstream. +- Remove no longer needed libunique-devel BuildRequires. +- Add pkgconfig() BuildRequires now needed: dbus-glib-1, gtk+-3.0, + libgnome-control-center. +- Move to pkgconfig()-style BuildRequires: + + Old ones: nautilus-sendto-devel + + New ones: nautilus-sendto. +- Add support for source service checkout, with %BUILD_FROM_VCS: + + Add gnome-common and gtk-doc BuildRequires. + + Add call to ./autogen.sh. + + Enforce gtk-doc html generation by passing --enable-gtk-doc to + configure. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gnome-bluetooth-2.32.0.tar.bz2 gnome-bluetooth-fix-introspection-build.patch New: ---- gnome-bluetooth-3.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-bluetooth.spec ++++++ --- /var/tmp/diff_new_pack.fDI7Jj/_old 2011-05-05 14:12:10.000000000 +0200 +++ /var/tmp/diff_new_pack.fDI7Jj/_new 2011-05-05 14:12:10.000000000 +0200 @@ -18,8 +18,8 @@ Name: gnome-bluetooth -Version: 2.32.0 -Release: 7 +Version: 3.0.0 +Release: 1 License: GPLv2+ Summary: GNOME Bluetooth graphical utilities Url: http://live.gnome.org/GnomeBluetooth @@ -28,25 +28,25 @@ Source1: 61-gnome-bluetooth-rfkill.rules # PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches Patch0: lxde-support.patch -# PATCH-FIX-UPSTREAM gnome-bluetooth-fix-introspection-build.patch bgo#630024 vuntz@opensuse.org -- Fix build with recent gobject-introspection -Patch1: gnome-bluetooth-fix-introspection-build.patch BuildRequires: fdupes -# Needed for geoclue plugin -BuildRequires: gconf2-devel -# Needed for patch1 gnome-bluetooth-fix-parallel-build.patch -BuildRequires: gnome-common BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel BuildRequires: intltool BuildRequires: libnotify-devel -BuildRequires: libunique-devel -BuildRequires: nautilus-sendto-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files +BuildRequires: pkgconfig(dbus-glib-1) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libgnome-control-center) +BuildRequires: pkgconfig(nautilus-sendto) +%if 0%{?BUILD_FROM_VCS} +BuildRequires: gnome-common +BuildRequires: gtk-doc +%endif # Require bluez (mandatory, as per readme, bnc#622946) Requires: bluez >= 4.36 # Require obexd for bluetooth-sendto to work (bnc#622946) -Requires: obexd +Requires: obexd-client Recommends: %{name}-lang Provides: bluez-gnome = 1.8 Obsoletes: bluez-gnome < 1.8 @@ -113,25 +113,34 @@ %setup -q translation-update-upstream %patch0 -p1 -%patch1 -p1 + +%if 0%{?BUILD_FROM_VCS} +[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh +%endif %build -NOCONFIGURE=1 gnome-autogen.sh %configure \ --disable-icon-update \ --disable-scrollkeeper \ --disable-desktop-update \ +%if 0%{?BUILD_FROM_VCS} + --enable-gtk-doc \ +%endif + --enable-nautilus-sendto=yes\ --enable-introspection -%__make %{?_smp_mflags} +%__make %{?_smp_mflags} V=1 %install %makeinstall -%if 0%{?suse_version} <= 1120 -%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/* -%endif -find %{buildroot} -type f -name "*.la" -delete -print -%suse_update_desktop_file bluetooth-properties +# keep libgnome-bluetooth-applet.la +rm -f %{buildroot}%{_libdir}/libgnome-bluetooth.la \ + %{buildroot}%{_libdir}/gnome-bluetooth/plugins/*.la \ + %{buildroot}%{_libdir}/nautilus-sendto/plugins/*.la \ + %{buildroot}/%{_libdir}/control-center-1/panels/libbluetooth.la %suse_update_desktop_file bluetooth-applet +%suse_update_desktop_file bluetooth-properties +%suse_update_desktop_file bluetooth-sendto +%suse_update_desktop_file bluetooth-wizard %find_lang %{name}2 %{?no_lang_C} %find_lang %{name} %{?no_lang_C} %{name}2.lang install -m0644 -D %{SOURCE1} %{buildroot}/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules @@ -162,7 +171,7 @@ %files %defattr(-, root, root) -%doc AUTHORS COPYING ChangeLog NEWS README +%doc AUTHORS COPYING NEWS README %dir %{_datadir}/gnome/ %dir %{_datadir}/gnome/help/ %dir %{_datadir}/gnome/help/%{name}/ @@ -174,13 +183,16 @@ %{_bindir}/bluetooth-* %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop %{_datadir}/applications/bluetooth-properties.desktop -%{_datadir}/GConf/gsettings/gnome-bluetooth -%{_datadir}/glib-2.0/schemas/org.gnome.Bluetooth.gschema.xml +%{_datadir}/applications/bluetooth-sendto.desktop +%{_datadir}/applications/bluetooth-wizard.desktop %{_datadir}/gnome-bluetooth/ %{_datadir}/icons/hicolor/*/*/bluetooth* %{_mandir}/man1/bluetooth-* +%{_libdir}/control-center-1/panels/libbluetooth.so # Own the plugin directory, but exclude the plugin library itself %dir %{_libdir}/gnome-bluetooth +%{_libdir}/gnome-bluetooth/libgnome-bluetooth-applet.* +%{_libdir}/gnome-bluetooth/GnomeBluetoothApplet-1.0.typelib %dir %{_libdir}/gnome-bluetooth/plugins # Exclude files which are in another package %exclude %{_libdir}/gnome-bluetooth/plugins/libgbtgeoclue.so ++++++ gnome-bluetooth-2.32.0.tar.bz2 -> gnome-bluetooth-3.0.0.tar.bz2 ++++++ ++++ 100831 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