This commit is contained in:
parent
d73e4e6893
commit
3829dbd6c8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4819ea0219a1f778cd005baea363ce87a038181d2bfe7e657eddf37164be1079
|
||||
size 716218
|
13
bluez-4.8-buildfix.diff
Normal file
13
bluez-4.8-buildfix.diff
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
|
||||
index e95662a..3b258a3 100644
|
||||
--- a/plugins/Makefile.am
|
||||
+++ b/plugins/Makefile.am
|
||||
@@ -34,7 +34,7 @@ endif
|
||||
AM_LDFLAGS = -module -avoid-version -no-undefined \
|
||||
-export-symbols-regex bluetooth_plugin_desc
|
||||
|
||||
-AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@
|
||||
+AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ \
|
||||
@GDBUS_CFLAGS@ @NETLINK_CFLAGS@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/src
|
3
bluez-4.8.tar.bz2
Normal file
3
bluez-4.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4fb93e42a9bb4b887725ab5fd83b75996792ff5ed810ab1e0991d7c9ad8750e
|
||||
size 716164
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 09:36:31 CEST 2008 - seife@suse.de
|
||||
|
||||
- update to bluez-4.8:
|
||||
- fix two bluetoothd crashes during device pairing
|
||||
- reenable HAL plugin, no need for libhal anymore
|
||||
- hciconfig and hcitool now show all extended features pages
|
||||
(important because page 1 indicates simple pairing support)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 27 07:04:45 CEST 2008 - seife@suse.de
|
||||
|
||||
- fix a crash when e.g. connecting a new input device
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 12:07:21 CEST 2008 - seife@suse.de
|
||||
|
||||
|
17
bluez.spec
17
bluez.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package bluez (Version 4.7)
|
||||
# spec file for package bluez (Version 4.8)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,7 +24,7 @@ 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.7
|
||||
Version: 4.8
|
||||
Release: 1
|
||||
Summary: Bluetooth Stack for Linux
|
||||
Group: Hardware/Mobile
|
||||
@ -39,6 +39,7 @@ Source4: bluetooth.sh
|
||||
Source5: org.bluez.service
|
||||
Source6: README.SUSE
|
||||
Patch1: bluez-utils-3.8-bluetooth.rules.diff
|
||||
Patch2: bluez-4.8-buildfix.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Provides: bluez-utils = 3.36
|
||||
Obsoletes: bluez-utils <= 3.36
|
||||
@ -164,12 +165,13 @@ Authors:
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p0
|
||||
%patch2 -p1
|
||||
cp %{S:1} scripts/
|
||||
cp %{S:6} .
|
||||
%{?suse_update_config:%{suse_update_config -f . }}
|
||||
|
||||
%build
|
||||
#autoreconf -sfi
|
||||
autoreconf -sfi
|
||||
#CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --libdir=%_libdir --localstatedir=%_localstatedir
|
||||
#make
|
||||
#%build
|
||||
@ -257,6 +259,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_libdir}/bluetooth/plugins
|
||||
%{_libdir}/bluetooth/plugins/audio.so
|
||||
%{_libdir}/bluetooth/plugins/input.so
|
||||
%{_libdir}/bluetooth/plugins/hal.so
|
||||
%{_libdir}/bluetooth/plugins/netlink.so
|
||||
%{_libdir}/bluetooth/plugins/network.so
|
||||
%{_libdir}/bluetooth/plugins/serial.so
|
||||
@ -334,6 +337,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/gstreamer-*/*.so
|
||||
|
||||
%changelog
|
||||
* Mon Sep 29 2008 seife@suse.de
|
||||
- update to bluez-4.8:
|
||||
- fix two bluetoothd crashes during device pairing
|
||||
- reenable HAL plugin, no need for libhal anymore
|
||||
- hciconfig and hcitool now show all extended features pages
|
||||
(important because page 1 indicates simple pairing support)
|
||||
* Sat Sep 27 2008 seife@suse.de
|
||||
- fix a crash when e.g. connecting a new input device
|
||||
* Fri Sep 26 2008 seife@suse.de
|
||||
- update to bluez-4.7:
|
||||
- Fix pairing and service discovery logic.
|
||||
|
Loading…
Reference in New Issue
Block a user