Accepting request 73631 from Base:System
update to bluez-4.94 OBS-URL: https://build.opensuse.org/request/show/73631 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=82
This commit is contained in:
commit
7b330f0fae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c8b9250c7f8b26420f8d5a7cff8eb723471260babd9ed4fdb039add1577fb90f
|
|
||||||
size 931834
|
|
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,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- update to bluez-4.93:
|
||||||
|
- Fix issue with property type and Health Main channel.
|
||||||
|
- Fix issue with crash when removing devices.
|
||||||
|
- Add support for hid2hci and udev integration.
|
||||||
|
- disable 001-remove-rule-dell-mouse.patch for now
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 26 07:48:45 UTC 2011 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- update to bluez-4.92:
|
||||||
|
- Fix issue with handling of A2DP suspend response.
|
||||||
|
- Fix issue with crashing when acquiring A2DP stream.
|
||||||
|
- Fix issue with missing check for valid SCO before shutdown.
|
||||||
|
- Fix issue with waiting for POLLERR when disconnecting SCO.
|
||||||
|
- Fix issue with disconnect after primary service discovery.
|
||||||
|
- Fix issue with attribute interface registration.
|
||||||
|
- Add support for primary services over BR/EDR.
|
||||||
|
- Add support for flushable packets of A2DP media.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 30 07:12:13 UTC 2011 - seife+obs@b1-systems.com
|
Wed Mar 30 07:12:13 UTC 2011 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
@ -29,8 +29,9 @@ BuildRequires: 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
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
BuildRequires: libudev-devel
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.91
|
Version: 4.94
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Sound Support
|
Summary: Bluetooth Sound Support
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
@ -90,7 +91,6 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
|||||||
--enable-pand \
|
--enable-pand \
|
||||||
--enable-dund \
|
--enable-dund \
|
||||||
--enable-configfiles \
|
--enable-configfiles \
|
||||||
--enable-attrib \
|
|
||||||
--enable-pcmcia \
|
--enable-pcmcia \
|
||||||
%{?with_libcapng}
|
%{?with_libcapng}
|
||||||
make %{?_smp_mflags} all V=1
|
make %{?_smp_mflags} all V=1
|
||||||
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
|
||||||
|
- update to bluez-4.93:
|
||||||
|
- Fix issue with property type and Health Main channel.
|
||||||
|
- Fix issue with crash when removing devices.
|
||||||
|
- Add support for hid2hci and udev integration.
|
||||||
|
- disable 001-remove-rule-dell-mouse.patch for now
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 26 07:48:45 UTC 2011 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
- update to bluez-4.92:
|
||||||
|
- Fix issue with handling of A2DP suspend response.
|
||||||
|
- Fix issue with crashing when acquiring A2DP stream.
|
||||||
|
- Fix issue with missing check for valid SCO before shutdown.
|
||||||
|
- Fix issue with waiting for POLLERR when disconnecting SCO.
|
||||||
|
- Fix issue with disconnect after primary service discovery.
|
||||||
|
- Fix issue with attribute interface registration.
|
||||||
|
- Add support for primary services over BR/EDR.
|
||||||
|
- Add support for flushable packets of A2DP media.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 30 07:12:13 UTC 2011 - seife+obs@b1-systems.com
|
Wed Mar 30 07:12:13 UTC 2011 - seife+obs@b1-systems.com
|
||||||
|
|
||||||
|
15
bluez.spec
15
bluez.spec
@ -1,7 +1,8 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bluez
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +18,6 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: bluez
|
Name: bluez
|
||||||
BuildRequires: dbus-1-devel flex
|
BuildRequires: dbus-1-devel flex
|
||||||
%if 0%{?suse_version} > 1120
|
%if 0%{?suse_version} > 1120
|
||||||
@ -28,8 +28,9 @@ BuildRequires: glib2-devel >= 2.16
|
|||||||
BuildRequires: libnl-devel libusb-devel
|
BuildRequires: libnl-devel libusb-devel
|
||||||
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
BuildRequires: alsa-devel libsndfile-devel pkg-config udev
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
|
BuildRequires: libudev-devel
|
||||||
Url: http://www.bluez.org
|
Url: http://www.bluez.org
|
||||||
Version: 4.91
|
Version: 4.94
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
@ -56,6 +57,7 @@ Requires: libbluetooth3 = %{version}
|
|||||||
%else
|
%else
|
||||||
%define OLD_UDEV 0
|
%define OLD_UDEV 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# In openSUSE 11.3 there is upstream compliant CUPS 1.4
|
# In openSUSE 11.3 there is upstream compliant CUPS 1.4
|
||||||
# which means to have a fixed "/usr/lib/cups/" directory
|
# which means to have a fixed "/usr/lib/cups/" directory
|
||||||
# on all platforms (see Novell/Suse Bugzilla bnc#575544):
|
# on all platforms (see Novell/Suse Bugzilla bnc#575544):
|
||||||
@ -182,7 +184,9 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
# disabled the patch because it does no longer cleanly apply and the rule has
|
||||||
|
# changed significantly anyway. I'll keep it until i get confirmation in bugzilla.
|
||||||
|
##%%patch2 -p1
|
||||||
cp %{S:6} .
|
cp %{S:6} .
|
||||||
%{?suse_update_config:%{suse_update_config -f . }}
|
%{?suse_update_config:%{suse_update_config -f . }}
|
||||||
mkdir dbus-apis
|
mkdir dbus-apis
|
||||||
@ -209,7 +213,6 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
|||||||
--enable-pand \
|
--enable-pand \
|
||||||
--enable-dund \
|
--enable-dund \
|
||||||
--enable-configfiles \
|
--enable-configfiles \
|
||||||
--enable-attrib \
|
|
||||||
--enable-pcmcia \
|
--enable-pcmcia \
|
||||||
%{?with_libcapng}
|
%{?with_libcapng}
|
||||||
make %{?_smp_mflags} all V=1
|
make %{?_smp_mflags} all V=1
|
||||||
@ -282,7 +285,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/hciattach
|
%{_sbindir}/hciattach
|
||||||
%{_sbindir}/hciconfig
|
%{_sbindir}/hciconfig
|
||||||
%{_sbindir}/bluetoothd
|
%{_sbindir}/bluetoothd
|
||||||
%{_sbindir}/hid2hci
|
#%{_sbindir}/hid2hci
|
||||||
%{_sbindir}/bccmd
|
%{_sbindir}/bccmd
|
||||||
%dir /lib/udev
|
%dir /lib/udev
|
||||||
/lib/udev/*
|
/lib/udev/*
|
||||||
|
Loading…
Reference in New Issue
Block a user