diff --git a/bluez-4.11.tar.bz2 b/bluez-4.11.tar.bz2 new file mode 100644 index 0000000..59f58fd --- /dev/null +++ b/bluez-4.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b420dbed17760203a91dffc8f6c78d94951c4ff208c4ba4d13e87c2ebce550f +size 720886 diff --git a/bluez-4.8-buildfix.diff b/bluez-4.8-buildfix.diff deleted file mode 100644 index 68e12e4..0000000 --- a/bluez-4.8-buildfix.diff +++ /dev/null @@ -1,13 +0,0 @@ -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 diff --git a/bluez-4.8.tar.bz2 b/bluez-4.8.tar.bz2 deleted file mode 100644 index 7c10e05..0000000 --- a/bluez-4.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4fb93e42a9bb4b887725ab5fd83b75996792ff5ed810ab1e0991d7c9ad8750e -size 716164 diff --git a/bluez.changes b/bluez.changes index fd9a65b..967ff86 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,5 +1,30 @@ ------------------------------------------------------------------- -Mon Sep 29 09:36:31 CEST 2008 - seife@suse.de +Sun Oct 5 16:24:41 CEST 2008 - seife@suse.de + +- update to bluez-4.11: + - Change SCO server socket into a generic one. Should fix + connection issues with headsets. + - Fix uninitialized reply of multiple GetProperties methods. + +------------------------------------------------------------------- +Sat Oct 4 09:59:32 CEST 2008 - seife@suse.de + +- update to bluez-4.10: + - Fix memory leaks with HAL messages. + - Add more advanced handsfree features. + - Add properties to audio, input and network interfaces. + - Stop device discovery timer on device removal. + +------------------------------------------------------------------- +Mon Sep 29 18:56:15 CEST 2008 - seife@suse.de + +- update to bluez-4.9: + - Fix signals for Powered and Discoverable properties. + - Fix handling of Alias and Icon properties. + - Fix duplicate entries for service UUIDs. + +------------------------------------------------------------------- +Mon Sep2y 09:36:31 CEST 2008 - seife@suse.de - update to bluez-4.8: - fix two bluetoothd crashes during device pairing diff --git a/bluez.spec b/bluez.spec index ff7fba3..9121f38 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.8) +# spec file for package bluez (Version 4.11) # # 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.8 +Version: 4.11 Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile @@ -39,7 +39,6 @@ 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 @@ -165,13 +164,12 @@ 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 @@ -337,7 +335,23 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Sun Oct 05 2008 seife@suse.de +- update to bluez-4.11: + - Change SCO server socket into a generic one. Should fix + connection issues with headsets. + - Fix uninitialized reply of multiple GetProperties methods. +* Sat Oct 04 2008 seife@suse.de +- update to bluez-4.10: + - Fix memory leaks with HAL messages. + - Add more advanced handsfree features. + - Add properties to audio, input and network interfaces. + - Stop device discovery timer on device removal. * Mon Sep 29 2008 seife@suse.de +- update to bluez-4.9: + - Fix signals for Powered and Discoverable properties. + - Fix handling of Alias and Icon properties. + - Fix duplicate entries for service UUIDs. + Mon Sep2y 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