From bfae5490bcaa6570f672598038bef798a93926f331be1f8b9e82629d5899a6b0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 7 Oct 2008 09:07:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=9 --- bluez-4.11.tar.bz2 | 3 --- bluez-4.12.tar.bz2 | 3 +++ bluez.changes | 11 +++++++++++ bluez.spec | 15 ++++++++++++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 bluez-4.11.tar.bz2 create mode 100644 bluez-4.12.tar.bz2 diff --git a/bluez-4.11.tar.bz2 b/bluez-4.11.tar.bz2 deleted file mode 100644 index 59f58fd..0000000 --- a/bluez-4.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b420dbed17760203a91dffc8f6c78d94951c4ff208c4ba4d13e87c2ebce550f -size 720886 diff --git a/bluez-4.12.tar.bz2 b/bluez-4.12.tar.bz2 new file mode 100644 index 0000000..b18e056 --- /dev/null +++ b/bluez-4.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40682c0846a6cd9e2240e34b168d5bcb0215157d1ea6361a6be81fa02bab0857 +size 721392 diff --git a/bluez.changes b/bluez.changes index 967ff86..a0e03b9 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Oct 6 20:34:13 CEST 2008 - seife@suse.de + +- update to bluez-4.12: + - Fix crash with missing icon value. + - Fix error checks of HAL plugin. + - Fix SCO server socket cleanup on exit. + - Fix memory leaks from DBusPendingCall. + - Fix handling of pending authorization requests. + - Fix missing protocol UUIDs in record pattern. + ------------------------------------------------------------------- Sun Oct 5 16:24:41 CEST 2008 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index 9121f38..0bd0c66 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.11) +# spec file for package bluez (Version 4.12) # # 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.11 +Version: 4.12 Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile @@ -203,7 +203,7 @@ make %{?jobs:-j %jobs} all make DESTDIR=$RPM_BUILD_ROOT install # bluez-test cd test -install --mode=0755 apitest list-devices test-adapter test-device test-discovery test-manager test-serial $RPM_BUILD_ROOT/%{_bindir}/ +install --mode=0755 apitest list-devices test-adapter test-device test-discovery test-manager test-serial test-telephony $RPM_BUILD_ROOT/%{_bindir}/ cd .. rm -v $RPM_BUILD_ROOT/%{_libdir}/bluetooth/plugins/*.la $RPM_BUILD_ROOT/%{_libdir}/libbluetooth.la rm -v $RPM_BUILD_ROOT/%{_libdir}/gstreamer-0.10/libgstbluetooth.la @@ -318,6 +318,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/test-discovery %{_bindir}/test-manager %{_bindir}/test-serial +%{_bindir}/test-telephony #%{_bindir}/hsmicro #%{_bindir}/hsplay #%{_bindir}/hstest @@ -335,6 +336,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Mon Oct 06 2008 seife@suse.de +- update to bluez-4.12: + - Fix crash with missing icon value. + - Fix error checks of HAL plugin. + - Fix SCO server socket cleanup on exit. + - Fix memory leaks from DBusPendingCall. + - Fix handling of pending authorization requests. + - Fix missing protocol UUIDs in record pattern. * Sun Oct 05 2008 seife@suse.de - update to bluez-4.11: - Change SCO server socket into a generic one. Should fix