forked from pool/bluez
This commit is contained in:
parent
7e581ef9d4
commit
c00f9b3080
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e7069babf36ec664c01f01a2feffd946e2eb7ffd50aa49348f500135976d640
|
||||
size 708828
|
3
bluez-4.6.tar.bz2
Normal file
3
bluez-4.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ab37edfe571cdc34740547874af6b6d97bf0e44731027d4bad80870b0fd68969
|
||||
size 712088
|
@ -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
|
||||
|
||||
|
42
bluez.spec
42
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 <marcel@holtmann.org>
|
||||
Maxim Krasnyansky <maxk@qualcomm.com>
|
||||
Stephen Crane <steve.crane@rococosoft.com>
|
||||
and others, see AUTHORS
|
||||
|
||||
%if 0%{?opensuse_bs}
|
||||
%if 0%{?suse_version}
|
||||
@ -69,8 +68,7 @@ stack.
|
||||
Authors:
|
||||
--------
|
||||
Marcel Holtmann <marcel@holtmann.org>
|
||||
Maxim Krasnyansky <maxk@qualcomm.com>
|
||||
Stephen Crane <steve.crane@rococosoft.com>
|
||||
and others, see AUTHORS
|
||||
|
||||
%package -n libbluetooth3
|
||||
License: GPL v2 or later
|
||||
@ -87,8 +85,7 @@ Bluetooth protocol stack libraries.
|
||||
Authors:
|
||||
--------
|
||||
Marcel Holtmann <marcel@holtmann.org>
|
||||
Maxim Krasnyansky <maxk@qualcomm.com>
|
||||
Stephen Crane <steve.crane@rococosoft.com>
|
||||
and others, see AUTHORS in the documentation of the "bluez" package.
|
||||
|
||||
%package cups
|
||||
Group: Hardware/Printing
|
||||
@ -105,6 +102,7 @@ printers.
|
||||
Authors:
|
||||
--------
|
||||
Marcel Holtmann <marcel@holtmann.org>
|
||||
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 <marcel@holtmann.org>
|
||||
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 <marcel@holtmann.org>
|
||||
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 <marcel@holtmann.org>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user