Accepting request 23872 from Base:System
Copy from Base:System/bluez based on submit request 23872 from user seife OBS-URL: https://build.opensuse.org/request/show/23872 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=45
This commit is contained in:
commit
2f1ac4cd2d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40e8bbaf2c6dca7932385314f21a9bee188934f5f8eb182c81454e9540ac7038
|
|
||||||
size 780828
|
|
3
bluez-4.57.tar.bz2
Normal file
3
bluez-4.57.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0f0791934c6d212308fdff1552b9dcdf8921c1049277c689a4dbe5b5d0f703fc
|
||||||
|
size 780975
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 21:51:12 CET 2009 - seife@opensuse.org
|
||||||
|
|
||||||
|
- update to bluez-4.57:
|
||||||
|
- Fix unloading of drivers for uninitialized adapters.
|
||||||
|
- Fix debug message to use requested and not opened SEID.
|
||||||
|
- Fix codec selection for GStreamer plugin.
|
||||||
|
- Fix deleting of SDP records during service updates.
|
||||||
|
- Fix deleting of SDP records when a device is removed.
|
||||||
|
- Fix handling when the SDP record is modified on remote device.
|
||||||
|
- Fix potential buffer overflow by using snprintf instead of sprintf.
|
||||||
|
- Fix const declarations for some storage function parameters.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 19 10:39:02 CEST 2009 - vlado@suse.cz
|
||||||
|
|
||||||
|
- 001-remove-rule-dell-mouse.patch added to disable udev action
|
||||||
|
for dell mouse; bnc#522287
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 10 23:26:37 CEST 2009 - seife@opensuse.org
|
Sat Oct 10 23:26:37 CEST 2009 - seife@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez-gstreamer (Version 4.56)
|
# spec file for package bluez-gstreamer (Version 4.57)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -24,7 +24,7 @@ BuildRequires: glib2-devel libnl-devel libusb-devel
|
|||||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||||
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.56
|
Version: 4.57
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Sound Support
|
Summary: Bluetooth Sound Support
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 2 21:51:12 CET 2009 - seife@opensuse.org
|
||||||
|
|
||||||
|
- update to bluez-4.57:
|
||||||
|
- Fix unloading of drivers for uninitialized adapters.
|
||||||
|
- Fix debug message to use requested and not opened SEID.
|
||||||
|
- Fix codec selection for GStreamer plugin.
|
||||||
|
- Fix deleting of SDP records during service updates.
|
||||||
|
- Fix deleting of SDP records when a device is removed.
|
||||||
|
- Fix handling when the SDP record is modified on remote device.
|
||||||
|
- Fix potential buffer overflow by using snprintf instead of sprintf.
|
||||||
|
- Fix const declarations for some storage function parameters.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 19 10:39:02 CEST 2009 - vlado@suse.cz
|
Mon Oct 19 10:39:02 CEST 2009 - vlado@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez (Version 4.56)
|
# spec file for package bluez (Version 4.57)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@ BuildRequires: dbus-1-devel flex
|
|||||||
BuildRequires: glib2-devel libnl-devel libusb-devel
|
BuildRequires: glib2-devel libnl-devel libusb-devel
|
||||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.56
|
Version: 4.57
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
|
Loading…
Reference in New Issue
Block a user