forked from pool/bluez
Accepting request 50041 from Base:System
checked in (request 50041) OBS-URL: https://build.opensuse.org/request/show/50041 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=65
This commit is contained in:
parent
dcac527d82
commit
90a06387ad
@ -1,11 +1,9 @@
|
|||||||
Index: b/scripts/bluetooth.rules.in
|
Index: b/scripts/bluetooth.rules
|
||||||
===================================================================
|
===================================================================
|
||||||
--- a/scripts/bluetooth.rules.in
|
--- a/scripts/bluetooth.rules.in
|
||||||
+++ b/scripts/bluetooth.rules.in
|
+++ b/scripts/bluetooth.rules.in
|
||||||
@@ -1,4 +1,4 @@
|
@@ -1,3 +1,3 @@
|
||||||
# Run helper every time a Bluetooth device appears
|
# Run helper every time a Bluetooth device appears
|
||||||
# On remove actions, bluetoothd should go away by itself
|
# On remove actions, bluetoothd should go away by itself
|
||||||
-ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
|
-ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
|
||||||
-ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="@prefix@/sbin/bluetoothd --udev"
|
|
||||||
+ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluetooth.sh"
|
+ACTION=="add", SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluetooth.sh"
|
||||||
+ACTION=="change", SUBSYSTEM=="bluetooth", RUN+="/lib/udev/bluetooth.sh"
|
|
3
bluez-4.70.tar.bz2
Normal file
3
bluez-4.70.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:10db0c3e352d44c46c5edcc79ec7b72a9c26a0c77218f567bb390eceef55c1fb
|
||||||
|
size 831841
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4802a2f0bf002d02333773b974cbcbe816040ae79721d164337595de6c87db59
|
|
||||||
size 875563
|
|
@ -1,75 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 5 16:38:28 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- de-fuzz udev rule patch
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 5 16:23:33 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- update to bluez-4.75:
|
|
||||||
- Fix use of uninitialized variable on legacy pairing.
|
|
||||||
- Fix mismatch of attribute protocol opcode.
|
|
||||||
- bluez-4.74:
|
|
||||||
- Fix regression for Legacy Pairing.
|
|
||||||
- Fix wrong PSM value for attribute protocol.
|
|
||||||
- Fix issue with RSSI field in advertising reports.
|
|
||||||
- Add support for Add BR/EDR and LE interleaved discovery.
|
|
||||||
- Add support for GATT write characteristic value option.
|
|
||||||
- Add support for specifying download address for AR300x.
|
|
||||||
- bluez-4.73:
|
|
||||||
- Fix problem with EIR data when setting the name.
|
|
||||||
- Fix reading local name from command complete event.
|
|
||||||
- Fix registering local endpoints with disabled socket interface.
|
|
||||||
- Add support for more HCI operations using ops infrastructure.
|
|
||||||
- Add support for GATT characteristic hierarchy.
|
|
||||||
- Add support for GATT indications.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Sep 25 18:15:38 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- disable libcap-ng for < 11.3, it is not available there
|
|
||||||
- fix up bluez-gstreamer.spec to build with the same options as
|
|
||||||
bluez.spec
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Sep 23 18:00:27 UTC 2010 - cristian.rodriguez@opensuse.org
|
|
||||||
|
|
||||||
- enable libcap-ng support so the deamon can drop root
|
|
||||||
privileges
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Sep 22 13:18:14 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- update to bluez-4.72:
|
|
||||||
- Fix memory leak while connecting BTIO channels.
|
|
||||||
- Fix crash with GStreamer plugin if SBC is not supported.
|
|
||||||
- Fix issue with GATT server stop sending notifications.
|
|
||||||
- Fix issue with GATT and dealing with the minimum MTU size.
|
|
||||||
- Fix issue with file descriptor leak in GATT client.
|
|
||||||
- Add support for UUID 128-bit handling in attribute client.
|
|
||||||
- Add support for encoders/decoders for MTU Exchange.
|
|
||||||
- Add support for the MTU Exchange procedure to the server.
|
|
||||||
- Add support for a per channel MTU to the ATT server.
|
|
||||||
- Add support for Characteristic interface.
|
|
||||||
- Add support for new Media API and framework.
|
|
||||||
- Add initial support for HDP plugin.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Sep 9 20:17:38 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- update to bluez-4.71:
|
|
||||||
- Fix crash with RequestSession and application disconnects.
|
|
||||||
- Fix memory leak and possible crash when removing audio device.
|
|
||||||
- Fix issue with closing stream of locked sep when reconfiguring.
|
|
||||||
- Fix issue where discovery could interfere with bonding.
|
|
||||||
- Fix issue with Connected status when PS3 BD remote connects.
|
|
||||||
- Fix issue with lifetime of fake input devices.
|
|
||||||
- Add support for compile time option of oui.txt path.
|
|
||||||
- Add support for printing IEEE1284 device ID for CUPS.
|
|
||||||
- Add plugin for setting adapter class via DMI.
|
|
||||||
- Add more features for attribute protocol and profile.
|
|
||||||
- Add initial support for MCAP.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 26 07:31:32 UTC 2010 - seife@opensuse.org
|
Thu Aug 26 07:31:32 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
@ -20,15 +20,11 @@
|
|||||||
|
|
||||||
Name: bluez-gstreamer
|
Name: bluez-gstreamer
|
||||||
BuildRequires: dbus-1-devel flex
|
BuildRequires: dbus-1-devel flex
|
||||||
%if 0%{?suse_version} > 1120
|
|
||||||
BuildRequires: libcap-ng-devel
|
|
||||||
%define with_libcapng --enable-capng
|
|
||||||
%endif
|
|
||||||
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
|
||||||
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.75
|
Version: 4.70
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Sound Support
|
Summary: Bluetooth Sound Support
|
||||||
Group: Productivity/Multimedia/Sound/Utilities
|
Group: Productivity/Multimedia/Sound/Utilities
|
||||||
@ -39,7 +35,7 @@ Source: http://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar.b
|
|||||||
Source3: bluetooth.sysconfig
|
Source3: bluetooth.sysconfig
|
||||||
Source4: bluetooth.sh
|
Source4: bluetooth.sh
|
||||||
Source6: README.SUSE
|
Source6: README.SUSE
|
||||||
Patch1: bluez-4.75-udev-use-helperscript.diff
|
Patch1: bluez-4.44-udev-use-helperscript.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: libbluetooth3 = %{version}
|
Requires: libbluetooth3 = %{version}
|
||||||
Provides: bluez-audio:%_libdir/gstreamer-0.10/libgstbluetooth.so
|
Provides: bluez-audio:%_libdir/gstreamer-0.10/libgstbluetooth.so
|
||||||
@ -90,8 +86,7 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
|||||||
--enable-dund \
|
--enable-dund \
|
||||||
--enable-configfiles \
|
--enable-configfiles \
|
||||||
--enable-attrib \
|
--enable-attrib \
|
||||||
--enable-pcmcia \
|
--enable-pcmcia
|
||||||
%{?with_libcapng}
|
|
||||||
make %{?jobs:-j %jobs} all
|
make %{?jobs:-j %jobs} all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -1,75 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 5 16:38:28 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- de-fuzz udev rule patch
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Oct 5 16:23:33 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- update to bluez-4.75:
|
|
||||||
- Fix use of uninitialized variable on legacy pairing.
|
|
||||||
- Fix mismatch of attribute protocol opcode.
|
|
||||||
- bluez-4.74:
|
|
||||||
- Fix regression for Legacy Pairing.
|
|
||||||
- Fix wrong PSM value for attribute protocol.
|
|
||||||
- Fix issue with RSSI field in advertising reports.
|
|
||||||
- Add support for Add BR/EDR and LE interleaved discovery.
|
|
||||||
- Add support for GATT write characteristic value option.
|
|
||||||
- Add support for specifying download address for AR300x.
|
|
||||||
- bluez-4.73:
|
|
||||||
- Fix problem with EIR data when setting the name.
|
|
||||||
- Fix reading local name from command complete event.
|
|
||||||
- Fix registering local endpoints with disabled socket interface.
|
|
||||||
- Add support for more HCI operations using ops infrastructure.
|
|
||||||
- Add support for GATT characteristic hierarchy.
|
|
||||||
- Add support for GATT indications.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Sep 25 18:15:38 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- disable libcap-ng for < 11.3, it is not available there
|
|
||||||
- fix up bluez-gstreamer.spec to build with the same options as
|
|
||||||
bluez.spec
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Sep 23 18:00:27 UTC 2010 - cristian.rodriguez@opensuse.org
|
|
||||||
|
|
||||||
- enable libcap-ng support so the deamon can drop root
|
|
||||||
privileges
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Sep 22 13:18:14 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- update to bluez-4.72:
|
|
||||||
- Fix memory leak while connecting BTIO channels.
|
|
||||||
- Fix crash with GStreamer plugin if SBC is not supported.
|
|
||||||
- Fix issue with GATT server stop sending notifications.
|
|
||||||
- Fix issue with GATT and dealing with the minimum MTU size.
|
|
||||||
- Fix issue with file descriptor leak in GATT client.
|
|
||||||
- Add support for UUID 128-bit handling in attribute client.
|
|
||||||
- Add support for encoders/decoders for MTU Exchange.
|
|
||||||
- Add support for the MTU Exchange procedure to the server.
|
|
||||||
- Add support for a per channel MTU to the ATT server.
|
|
||||||
- Add support for Characteristic interface.
|
|
||||||
- Add support for new Media API and framework.
|
|
||||||
- Add initial support for HDP plugin.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Sep 9 20:17:38 UTC 2010 - seife@opensuse.org
|
|
||||||
|
|
||||||
- update to bluez-4.71:
|
|
||||||
- Fix crash with RequestSession and application disconnects.
|
|
||||||
- Fix memory leak and possible crash when removing audio device.
|
|
||||||
- Fix issue with closing stream of locked sep when reconfiguring.
|
|
||||||
- Fix issue where discovery could interfere with bonding.
|
|
||||||
- Fix issue with Connected status when PS3 BD remote connects.
|
|
||||||
- Fix issue with lifetime of fake input devices.
|
|
||||||
- Add support for compile time option of oui.txt path.
|
|
||||||
- Add support for printing IEEE1284 device ID for CUPS.
|
|
||||||
- Add plugin for setting adapter class via DMI.
|
|
||||||
- Add more features for attribute protocol and profile.
|
|
||||||
- Add initial support for MCAP.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 26 07:31:32 UTC 2010 - seife@opensuse.org
|
Thu Aug 26 07:31:32 UTC 2010 - seife@opensuse.org
|
||||||
|
|
||||||
|
11
bluez.spec
11
bluez.spec
@ -20,14 +20,10 @@
|
|||||||
|
|
||||||
Name: bluez
|
Name: bluez
|
||||||
BuildRequires: dbus-1-devel flex
|
BuildRequires: dbus-1-devel flex
|
||||||
%if 0%{?suse_version} > 1120
|
|
||||||
BuildRequires: libcap-ng-devel
|
|
||||||
%define with_libcapng --enable-capng
|
|
||||||
%endif
|
|
||||||
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.75
|
Version: 4.70
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Bluetooth Stack for Linux
|
Summary: Bluetooth Stack for Linux
|
||||||
Group: Hardware/Mobile
|
Group: Hardware/Mobile
|
||||||
@ -40,7 +36,7 @@ Source3: bluetooth.sysconfig
|
|||||||
Source4: bluetooth.sh
|
Source4: bluetooth.sh
|
||||||
Source6: README.SUSE
|
Source6: README.SUSE
|
||||||
Source7: bluetooth.modprobe
|
Source7: bluetooth.modprobe
|
||||||
Patch1: bluez-4.75-udev-use-helperscript.diff
|
Patch1: bluez-4.44-udev-use-helperscript.diff
|
||||||
Patch2: 001-remove-rule-dell-mouse.patch
|
Patch2: 001-remove-rule-dell-mouse.patch
|
||||||
# needed until next upstream release --seife
|
# needed until next upstream release --seife
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -209,8 +205,7 @@ CFLAGS="$RPM_OPT_FLAGS -g" \
|
|||||||
--enable-dund \
|
--enable-dund \
|
||||||
--enable-configfiles \
|
--enable-configfiles \
|
||||||
--enable-attrib \
|
--enable-attrib \
|
||||||
--enable-pcmcia \
|
--enable-pcmcia
|
||||||
%{?with_libcapng}
|
|
||||||
make %{?jobs:-j %jobs} all
|
make %{?jobs:-j %jobs} all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user