OBS User unknown 2008-09-26 13:22:56 +00:00 committed by Git OBS Bridge
parent a407f6ea3d
commit d73e4e6893
4 changed files with 37 additions and 7 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4819ea0219a1f778cd005baea363ce87a038181d2bfe7e657eddf37164be1079
size 716218

View File

@ -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

View File

@ -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