From 4ff9a20001a92b015d80483a50800beeb5cbab1da48ca3059dae1b1fc8f3406b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 13 Oct 2008 14:16:18 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bluez?expand=0&rev=10 --- bluez-4.12.tar.bz2 | 3 --- bluez-4.13.tar.bz2 | 3 +++ bluez.changes | 12 ++++++++++++ bluez.spec | 13 +++++++++++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 bluez-4.12.tar.bz2 create mode 100644 bluez-4.13.tar.bz2 diff --git a/bluez-4.12.tar.bz2 b/bluez-4.12.tar.bz2 deleted file mode 100644 index b18e056..0000000 --- a/bluez-4.12.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40682c0846a6cd9e2240e34b168d5bcb0215157d1ea6361a6be81fa02bab0857 -size 721392 diff --git a/bluez-4.13.tar.bz2 b/bluez-4.13.tar.bz2 new file mode 100644 index 0000000..89c07bf --- /dev/null +++ b/bluez-4.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923324d88d4dd504d41749912ab66f6f23ce33440089062b504544eb87a07233 +size 722874 diff --git a/bluez.changes b/bluez.changes index a0e03b9..c5e952d 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 13 07:35:11 CEST 2008 - seife@suse.de + +- update to bluez-4.13: + - Fix service discovery and UUID handling. + - Fix bonding issues with Simple Pairing. + - Fix file descriptor misuse of SCO connections. + - Fix various memory leaks in the device handling. + - Fix AVCTP disconnect handling. + - Fix GStreamer modes for MP3 encoding. + - Add operator selection to Handsfree support. + ------------------------------------------------------------------- Mon Oct 6 20:34:13 CEST 2008 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index 0bd0c66..275447a 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.12) +# spec file for package bluez (Version 4.13) # # 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.12 +Version: 4.13 Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile @@ -336,6 +336,15 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Mon Oct 13 2008 seife@suse.de +- update to bluez-4.13: + - Fix service discovery and UUID handling. + - Fix bonding issues with Simple Pairing. + - Fix file descriptor misuse of SCO connections. + - Fix various memory leaks in the device handling. + - Fix AVCTP disconnect handling. + - Fix GStreamer modes for MP3 encoding. + - Add operator selection to Handsfree support. * Mon Oct 06 2008 seife@suse.de - update to bluez-4.12: - Fix crash with missing icon value.