Mailinglist Archive: opensuse-commit (705 mails)

< Previous Next >
commit bluez-utils
  • From: root@xxxxxxx (h_root)
  • Date: Mon, 31 Jul 2006 23:27:16 +0200 (CEST)
  • Message-id: <20060731212716.137B794E85@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package bluez-utils
checked in at Mon Jul 31 23:27:16 CEST 2006.

--------
--- bluez-utils/bluez-utils.changes 2006-07-17 19:37:40.000000000 +0200
+++ bluez-utils/bluez-utils.changes 2006-07-31 19:54:31.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Jul 31 19:52:38 CEST 2006 - seife@xxxxxxx
+
+- update to v3.2:
+ * Only check for the low-level D-Bus library.
+ * Update possible device minor classes.
+ * Fix timeout for pending reply.
+ * Add more Inquiry with RSSI quirks.
+ * Sleep only 100 msecs for device detection.
+ * Don't send BondingCreated on link key renewal.
+ * Allow storing of all UTF-8 remote device names.
+ * Create storage filenames with a generic function.
+- package dbus-test as bluez-dbus-test to let users utilize the
+ dbus-interface, update README.SUSE-factory.
+
+-------------------------------------------------------------------

Old:
----
bluez-utils-3.1.tar.gz

New:
----
bluez-utils-3.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bluez-utils.spec ++++++
--- /var/tmp/diff_new_pack.XC1kO0/_old 2006-07-31 23:27:06.000000000 +0200
+++ /var/tmp/diff_new_pack.XC1kO0/_new 2006-07-31 23:27:06.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package bluez-utils (Version 3.1)
+# spec file for package bluez-utils (Version 3.2)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,8 +13,8 @@
Name: bluez-utils
BuildRequires: alsa-devel bluez-libs cups dbus-1-devel fuse-devel libusb openobex-devel pkgconfig resmgr xorg-x11-devel
URL: http://bluez.sourceforge.net
-Version: 3.1
-Release: 3
+Version: 3.2
+Release: 1
Summary: Bluetooth Daemons and Utilities
License: GPL
PreReq: %fillup_prereq %insserv_prereq
@@ -144,12 +144,9 @@
mkdir $RPM_BUILD_ROOT/etc/pcmcia
cp %{SOURCE8} $RPM_BUILD_ROOT/etc/pcmcia/bluetooth.sh
chmod a+x $RPM_BUILD_ROOT/etc/pcmcia/bluetooth.sh
-# rm original, no longer functioning
-#rm $RPM_BUILD_ROOT/etc/pcmcia/bluetooth
ln -sf ../../etc/init.d/bluetooth ${RPM_BUILD_ROOT}/usr/sbin/rcbluetooth
-# we do no longer install bluepin, it requires python and has other problems, too
-#rm $RPM_BUILD_ROOT/%{_bindir}/bluepin
cp hcid/passkey-agent $RPM_BUILD_ROOT/usr/bin/
+cp hcid/dbus-test $RPM_BUILD_ROOT/usr/bin/bluez-dbus-test
#docs
mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
cp -pr AUTHORS COPYING INSTALL ChangeLog NEWS README Readme.bfusb Liesmich.bfusb $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/
@@ -194,8 +191,6 @@
/etc/init.d/bluetooth
%{_bindir}/hcitool
%{_bindir}/l2ping
-# %{_bindir}/bluepin
-# /bin/bluepincat
%{_bindir}/rfcomm
%{_bindir}/dund
%{_bindir}/pand
@@ -204,6 +199,7 @@
%{_bindir}/ciptool
%{_bindir}/dfutool
%{_bindir}/passkey-agent
+%{_bindir}/bluez-dbus-test
%{_sbindir}/hciattach
%{_sbindir}/hciconfig
%{_sbindir}/hcid
@@ -269,6 +265,18 @@
%doc %{_defaultdocdir}/bluez-test

%changelog -n bluez-utils
+* Mon Jul 31 2006 - seife@xxxxxxx
+- update to v3.2:
+ * Only check for the low-level D-Bus library.
+ * Update possible device minor classes.
+ * Fix timeout for pending reply.
+ * Add more Inquiry with RSSI quirks.
+ * Sleep only 100 msecs for device detection.
+ * Don't send BondingCreated on link key renewal.
+ * Allow storing of all UTF-8 remote device names.
+ * Create storage filenames with a generic function.
+- package dbus-test as bluez-dbus-test to let users utilize the
+ dbus-interface, update README.SUSE-factory.
* Mon Jul 17 2006 - seife@xxxxxxx
- readd /etc/pcmcia/bluetooth.sh
* Wed Jul 12 2006 - seife@xxxxxxx


++++++ README.SUSE-factory ++++++
--- bluez-utils/README.SUSE-factory 2006-07-12 17:31:00.000000000 +0200
+++ bluez-utils/README.SUSE-factory 2006-07-31 19:49:45.000000000 +0200
@@ -1,4 +1,4 @@
-These latest packages are updates to version 3.1, which brings some
+These latest packages are updates to version 3.2, which brings some
different configuration options.

WARNING: the YaST2 bluetooth module will not function correctly with
@@ -9,6 +9,7 @@
- set your pin in /etc/bluetooth/hcid.conf:
security auto;
passkey "your_PIN";
+ This will only work for incoming connections.
- set security to "user" in hcid.conf:
security user;
and then start passkey-agent before trying to pair your
@@ -25,6 +26,17 @@
you have to remove the "auth" and "encrypt" lines from hcid.conf,
otherwise it probably won't work.

+Another change is that per default, the adapter gets invisible after
+3 minutes. You can set this value via the BlueZ-DBus-interface. If set
+to 0, it will stay discoverable. The easiest way to set this right now
+is to use the bluez-dbus-test utility:
+ bluez-dbus-test GetMode # get the mode, "discoverable", "connectable", "off"
+ bluez-dbus-test SetMode discoverabe # set the mode
+ bluez-dbus-test GetDiscoverableTimeout
+ bluez-dbus-test SetDiscoverableTimeout 0 # forever
+You need to install at least the python-gtk and dbus-1-python packages
+to use bluez-dbus-test.
+
There are probably some more hidden problems in this new release. If you
find some of them, don't hesitate to report a bug on
http://bugzilla.novell.com.





++++++ bluez-utils-3.1.tar.gz -> bluez-utils-3.2.tar.gz ++++++
++++ 2402 lines of diff (skipped)



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit-unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit-help@xxxxxxxxxxxx

< Previous Next >
This Thread