From c00f9b3080cc87bbe2f958f75d60661b0dab3a5edbbabde5cb0b565f606b57b3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 15 Sep 2008 23:32:35 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=3 --- bluez-4.4.tar.bz2 | 3 --- bluez-4.6.tar.bz2 | 3 +++ bluez.changes | 22 ++++++++++++++++++++++ bluez.spec | 42 ++++++++++++++++++++++++++++++------------ 4 files changed, 55 insertions(+), 15 deletions(-) delete mode 100644 bluez-4.4.tar.bz2 create mode 100644 bluez-4.6.tar.bz2 diff --git a/bluez-4.4.tar.bz2 b/bluez-4.4.tar.bz2 deleted file mode 100644 index 09ebcbe..0000000 --- a/bluez-4.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e7069babf36ec664c01f01a2feffd946e2eb7ffd50aa49348f500135976d640 -size 708828 diff --git a/bluez-4.6.tar.bz2 b/bluez-4.6.tar.bz2 new file mode 100644 index 0000000..fbb5003 --- /dev/null +++ b/bluez-4.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab37edfe571cdc34740547874af6b6d97bf0e44731027d4bad80870b0fd68969 +size 712088 diff --git a/bluez.changes b/bluez.changes index d1212db..a4ee14f 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Sep 15 23:41:33 CEST 2008 - seife@suse.de + +- update to bluez-4.6: + * add a smooth upgrade path of configured input devices from + BlueZ 3.x to the 4.x series + * fix a couple of regressions with the adapter initialization and + the input service + Detailed changelog: + version 4.6: + * Fix Device ID record handling. + * Fix service browsing and storage. + * Fix authentication and encryption for input devices. + * Fix adapter name initialization. + version 4.5: + * Fix initialization issue with new adapters. + * Send HID authentication request without blocking. + * Hide the verbose SDP debug behind SDP_DEBUG. + * Add extra UUIDs for service discovery. + * Add SCO server socket listener. + * Add authorization support to service plugin. + ------------------------------------------------------------------- Mon Sep 15 17:06:46 CEST 2008 - dmueller@suse.de diff --git a/bluez.spec b/bluez.spec index 1cd02b7..5455d78 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.4) +# spec file for package bluez (Version 4.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,9 +23,9 @@ BuildRequires: dbus-1-devel flex 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://bluez.sourceforge.net -Version: 4.4 -Release: 2 +Url: http://www.bluez.org +Version: 4.6 +Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile License: GPL v2 or later @@ -46,8 +46,7 @@ The Bluetooth stack for Linux. Authors: -------- Marcel Holtmann - Maxim Krasnyansky - Stephen Crane + and others, see AUTHORS %if 0%{?opensuse_bs} %if 0%{?suse_version} @@ -69,8 +68,7 @@ stack. Authors: -------- Marcel Holtmann - Maxim Krasnyansky - Stephen Crane + and others, see AUTHORS %package -n libbluetooth3 License: GPL v2 or later @@ -87,8 +85,7 @@ Bluetooth protocol stack libraries. Authors: -------- Marcel Holtmann - Maxim Krasnyansky - Stephen Crane + and others, see AUTHORS in the documentation of the "bluez" package. %package cups Group: Hardware/Printing @@ -105,6 +102,7 @@ printers. Authors: -------- Marcel Holtmann + and others, see AUTHORS in the documentation of the "bluez" package. %package test Group: Development/Tools/Debuggers @@ -121,6 +119,7 @@ BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A. Authors: -------- Marcel Holtmann + and others, see AUTHORS in the documentation of the "bluez" package. %package alsa Group: Productivity/Multimedia/Sound/Utilities @@ -138,7 +137,7 @@ The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., USA. Authors: -------- Marcel Holtmann - and others + and others, see AUTHORS in the documentation of the "bluez" package. %package gstreamer License: GPL v2 or later @@ -156,7 +155,7 @@ The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., USA. Authors: -------- Marcel Holtmann - and others + and others, see AUTHORS in the documentation of the "bluez" package. %prep %setup -q @@ -312,6 +311,25 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Tue Sep 16 2008 seife@suse.de +- update to bluez-4.6: + * add a smooth upgrade path of configured input devices from + BlueZ 3.x to the 4.x series + * fix a couple of regressions with the adapter initialization and + the input service + Detailed changelog: + version 4.6: + * Fix Device ID record handling. + * Fix service browsing and storage. + * Fix authentication and encryption for input devices. + * Fix adapter name initialization. + version 4.5: + * Fix initialization issue with new adapters. + * Send HID authentication request without blocking. + * Hide the verbose SDP debug behind SDP_DEBUG. + * Add extra UUIDs for service discovery. + * Add SCO server socket listener. + * Add authorization support to service plugin. * Mon Sep 15 2008 dmueller@suse.de - fix devel package requires * Tue Sep 09 2008 seife@suse.de