forked from pool/bluez
Accepting request 73493 from home:seife:testing
update to bluez-4.94 OBS-URL: https://build.opensuse.org/request/show/73493 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=99
This commit is contained in:
parent
bcb79a3b8e
commit
f7fc3ac850
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:801395e991c7c8e8acf24d5afc890b6b1a1a755099e2d46895951c61d0fd4182
|
||||
size 934148
|
3
bluez-4.94.tar.bz2
Normal file
3
bluez-4.94.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26286e653361a0342349d29e302969a01d1c9d534a6ee365ccbf0a0b79b5729e
|
||||
size 934438
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 06:49:35 UTC 2011 - seife+obs@b1-systems.com
|
||||
|
||||
- remove workaround for rpmlint stupidity now that libusb is in /
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 09:46:16 UTC 2011 - seife+obs@b1-systems.com
|
||||
|
||||
- update to bluez-4.94:
|
||||
- Fix issue with invalid read of memory in various modules.
|
||||
- Fix issue with buffer overflow when sending AVDTP commands.
|
||||
- Fix issue with response to vendor dependent AVRCP commands.
|
||||
- Fix issue with headset when not able to reply with ERROR.
|
||||
- Fix issue with crash when creating a device from storage.
|
||||
- Fix issue with handling non UTF-8 devices names.
|
||||
- Add support for improved discovery procedure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 20:39:21 UTC 2011 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -31,7 +31,7 @@ BuildRequires: gstreamer-0_10-devel gstreamer-0_10-plugins-base-devel
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: libudev-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.93
|
||||
Version: 4.94
|
||||
Release: 1
|
||||
Summary: Bluetooth Sound Support
|
||||
Group: Productivity/Multimedia/Sound/Utilities
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 06:49:35 UTC 2011 - seife+obs@b1-systems.com
|
||||
|
||||
- remove workaround for rpmlint stupidity now that libusb is in /
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 1 09:46:16 UTC 2011 - seife+obs@b1-systems.com
|
||||
|
||||
- update to bluez-4.94:
|
||||
- Fix issue with invalid read of memory in various modules.
|
||||
- Fix issue with buffer overflow when sending AVDTP commands.
|
||||
- Fix issue with response to vendor dependent AVRCP commands.
|
||||
- Fix issue with headset when not able to reply with ERROR.
|
||||
- Fix issue with crash when creating a device from storage.
|
||||
- Fix issue with handling non UTF-8 devices names.
|
||||
- Add support for improved discovery procedure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 4 20:39:21 UTC 2011 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
#
|
||||
# spec file for package bluez
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2000-2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010-2011 B1 Systems GmbH, Vohburg, Germany
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +18,6 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: bluez
|
||||
BuildRequires: dbus-1-devel flex
|
||||
%if 0%{?suse_version} > 1120
|
||||
@ -30,7 +30,7 @@ BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: libudev-devel
|
||||
Url: http://www.bluez.org
|
||||
Version: 4.93
|
||||
Version: 4.94
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
@ -58,9 +58,6 @@ Requires: libbluetooth3 = %{version}
|
||||
%define OLD_UDEV 0
|
||||
%endif
|
||||
|
||||
# needed to get around some stupid checks...
|
||||
%define _suse_os_install_post /usr/lib/rpm/brp-compress /usr/lib/rpm/brp-strip-debug /usr/lib/rpm/brp-symlink
|
||||
|
||||
# In openSUSE 11.3 there is upstream compliant CUPS 1.4
|
||||
# which means to have a fixed "/usr/lib/cups/" directory
|
||||
# on all platforms (see Novell/Suse Bugzilla bnc#575544):
|
||||
|
Loading…
Reference in New Issue
Block a user