diff --git a/bluez-4.38.tar.bz2 b/bluez-4.38.tar.bz2 deleted file mode 100644 index 49201cb..0000000 --- a/bluez-4.38.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8aaeb8dce8e2f7cb3a1ac3cb87f498e91a9977bf570072d6f26bd6cc49b906f -size 771954 diff --git a/bluez-4.39.tar.bz2 b/bluez-4.39.tar.bz2 new file mode 100644 index 0000000..c2b721b --- /dev/null +++ b/bluez-4.39.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3a331d5ae19a8baa20eca066ca897000c691a9a87016a083d011dcc6393033 +size 772998 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index 38bc189..3a924dd 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 11 19:26:39 CEST 2009 - seife@suse.de + +- update to bluez-4.39: + - Add workaround for dealing with unknown inquiry complete. + - Fix discovering when using software scheduler. + - Fix wrong NoInputNoOutput IO capability string. + - Fix race condition with agent during pairing. + - Fix agent cancellation for security mode 3 acceptor failure. + - Fix temporary flag removal when device creation fails. + - Fix hciattach to use ppoll instead of poll. + - Fix service class update when adapter is down. + - Fix service classes race condition during startup. + - Fix release of audio client before freeing the device. + ------------------------------------------------------------------- Mon May 4 20:57:33 CEST 2009 - seife@suse.de diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index f12b77a..1416e9c 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez-gstreamer (Version 4.38) +# spec file for package bluez-gstreamer (Version 4.39) # # Copyright (c) 2009 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.38 +Version: 4.39 Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities @@ -109,6 +109,18 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Mon May 11 2009 seife@suse.de +- update to bluez-4.39: + - Add workaround for dealing with unknown inquiry complete. + - Fix discovering when using software scheduler. + - Fix wrong NoInputNoOutput IO capability string. + - Fix race condition with agent during pairing. + - Fix agent cancellation for security mode 3 acceptor failure. + - Fix temporary flag removal when device creation fails. + - Fix hciattach to use ppoll instead of poll. + - Fix service class update when adapter is down. + - Fix service classes race condition during startup. + - Fix release of audio client before freeing the device. * Mon May 04 2009 seife@suse.de - update to bluez-4.38: - Add support for builtin plugins. diff --git a/bluez.changes b/bluez.changes index 38bc189..3a924dd 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 11 19:26:39 CEST 2009 - seife@suse.de + +- update to bluez-4.39: + - Add workaround for dealing with unknown inquiry complete. + - Fix discovering when using software scheduler. + - Fix wrong NoInputNoOutput IO capability string. + - Fix race condition with agent during pairing. + - Fix agent cancellation for security mode 3 acceptor failure. + - Fix temporary flag removal when device creation fails. + - Fix hciattach to use ppoll instead of poll. + - Fix service class update when adapter is down. + - Fix service classes race condition during startup. + - Fix release of audio client before freeing the device. + ------------------------------------------------------------------- Mon May 4 20:57:33 CEST 2009 - seife@suse.de diff --git a/bluez.spec b/bluez.spec index bc9ec55..54bf0f5 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.38) +# spec file for package bluez (Version 4.39) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ BuildRequires: dbus-1-devel flex BuildRequires: glib2-devel libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel Url: http://www.bluez.org -Version: 4.38 +Version: 4.39 Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile @@ -354,6 +354,18 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/dund.1.gz %changelog +* Mon May 11 2009 seife@suse.de +- update to bluez-4.39: + - Add workaround for dealing with unknown inquiry complete. + - Fix discovering when using software scheduler. + - Fix wrong NoInputNoOutput IO capability string. + - Fix race condition with agent during pairing. + - Fix agent cancellation for security mode 3 acceptor failure. + - Fix temporary flag removal when device creation fails. + - Fix hciattach to use ppoll instead of poll. + - Fix service class update when adapter is down. + - Fix service classes race condition during startup. + - Fix release of audio client before freeing the device. * Mon May 04 2009 seife@suse.de - update to bluez-4.38: - Add support for builtin plugins.