forked from pool/bluez
This commit is contained in:
parent
a407f6ea3d
commit
d73e4e6893
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ab37edfe571cdc34740547874af6b6d97bf0e44731027d4bad80870b0fd68969
|
|
||||||
size 712088
|
|
3
bluez-4.7.tar.bz2
Normal file
3
bluez-4.7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4819ea0219a1f778cd005baea363ce87a038181d2bfe7e657eddf37164be1079
|
||||||
|
size 716218
|
@ -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
|
Wed Sep 24 00:12:45 CEST 2008 - seife@suse.de
|
||||||
|
|
||||||
|
20
bluez.spec
20
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.
|
# 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: alsa-devel libsndfile-devel
|
||||||
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.6
|
Version: 4.7
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Source: bluez-%{version}.tar.bz2
|
Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.bz2
|
||||||
Source1: bluetooth.init
|
Source1: bluetooth.init
|
||||||
Source2: bluetooth-coldplug.init
|
Source2: bluetooth-coldplug.init
|
||||||
Source3: bluetooth.sysconfig
|
Source3: bluetooth.sysconfig
|
||||||
@ -334,6 +334,18 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/gstreamer-*/*.so
|
%{_libdir}/gstreamer-*/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 24 2008 seife@suse.de
|
||||||
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
- use /dev/shm instead of /var/run for the coldplug-marker, since
|
||||||
/var/run is cleaned up later in the boot process
|
/var/run is cleaned up later in the boot process
|
||||||
|
Loading…
x
Reference in New Issue
Block a user