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.