diff --git a/bluez-4.6.tar.bz2 b/bluez-4.6.tar.bz2 deleted file mode 100644 index fbb5003..0000000 --- a/bluez-4.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab37edfe571cdc34740547874af6b6d97bf0e44731027d4bad80870b0fd68969 -size 712088 diff --git a/bluez-4.7.tar.bz2 b/bluez-4.7.tar.bz2 new file mode 100644 index 0000000..eb8e89b --- /dev/null +++ b/bluez-4.7.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4819ea0219a1f778cd005baea363ce87a038181d2bfe7e657eddf37164be1079 +size 716218 diff --git a/bluez.changes b/bluez.changes index ff2fdbc..47a2975 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Sep 26 12:07:21 CEST 2008 - seife@suse.de + +- update to bluez-4.7: + - Fix pairing and service discovery logic. + - Fix crashes during suspend and resume. + - Fix race condition within devdown mode. + - Add RequestSession and ReleaseSession methods. + - Add Powered and Discoverable properties. + - Add Devices property and deprecate ListDevices. + - Add workaround for a broken carkit from Nokia. +- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff + +------------------------------------------------------------------- +Thu Sep 25 09:53:08 CEST 2008 - seife@suse.de + +- fix a bluetoothd crash after resume + ------------------------------------------------------------------- Wed Sep 24 00:12:45 CEST 2008 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index 6044117..e0b7186 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.6) +# spec file for package bluez (Version 4.7) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,14 +24,14 @@ BuildRequires: glib2-devel libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel Url: http://www.bluez.org -Version: 4.6 -Release: 3 +Version: 4.7 +Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile License: GPL v2 or later Group: Hardware/Mobile AutoReqProv: on -Source: bluez-%{version}.tar.bz2 +Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.bz2 Source1: bluetooth.init Source2: bluetooth-coldplug.init Source3: bluetooth.sysconfig @@ -334,6 +334,18 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Fri Sep 26 2008 seife@suse.de +- update to bluez-4.7: + - Fix pairing and service discovery logic. + - Fix crashes during suspend and resume. + - Fix race condition within devdown mode. + - Add RequestSession and ReleaseSession methods. + - Add Powered and Discoverable properties. + - Add Devices property and deprecate ListDevices. + - Add workaround for a broken carkit from Nokia. +- removed bluez-4.6-fix-bluetoothd-crash-after-suspend.diff +* Thu Sep 25 2008 seife@suse.de +- fix a bluetoothd crash after resume * Wed Sep 24 2008 seife@suse.de - use /dev/shm instead of /var/run for the coldplug-marker, since /var/run is cleaned up later in the boot process