diff --git a/bluez-4.27.tar.bz2 b/bluez-4.27.tar.bz2 deleted file mode 100644 index fcb485c..0000000 --- a/bluez-4.27.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b23a81fbd209029ccadb31e197cb623e806c7369855671287e95345f58875172 -size 742786 diff --git a/bluez-4.28.tar.bz2 b/bluez-4.28.tar.bz2 new file mode 100644 index 0000000..96b0f3e --- /dev/null +++ b/bluez-4.28.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb50f38c47d302aab3642d14e60358e7714905965fd1ce3ef4840d69041f64c +size 745116 diff --git a/bluez-gstreamer.changes b/bluez-gstreamer.changes index 6efe2b3..c58c7e8 100644 --- a/bluez-gstreamer.changes +++ b/bluez-gstreamer.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Feb 5 18:52:46 CET 2009 - seife@suse.de + +- update to bluez-4.28: + - Add AVDTP signal fragmentation support. + - Add more SBC performance optimizations. + - Add more SBC audio quality improvements. + - Use native byte order for audio plugins. + - Set the adapter alias only after checking the EIR data. + - Fix auto-disconnect issue with explicit A2DP connections. + - Fix invalid memory access of ALSA plugin. + - Fix compilation with -Wsign-compare. +- The ALSA plugin now contains a fix to avoid invalid memory + access. This might break some audio players that make + assumptions on some ALSA API calls that are ambigue. Please + report any problems you might encounter. + ------------------------------------------------------------------- Fri Jan 23 14:48:38 CET 2009 - coolo@suse.de diff --git a/bluez-gstreamer.spec b/bluez-gstreamer.spec index 415e22e..aaa9483 100644 --- a/bluez-gstreamer.spec +++ b/bluez-gstreamer.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez-gstreamer (Version 4.27) +# spec file for package bluez-gstreamer (Version 4.28) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -24,8 +24,8 @@ 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.27 -Release: 3 +Version: 4.28 +Release: 1 Summary: Bluetooth Sound Support Group: Productivity/Multimedia/Sound/Utilities License: GPL v2 or later @@ -109,6 +109,20 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/gstreamer-*/*.so %changelog +* Thu Feb 05 2009 seife@suse.de +- update to bluez-4.28: + - Add AVDTP signal fragmentation support. + - Add more SBC performance optimizations. + - Add more SBC audio quality improvements. + - Use native byte order for audio plugins. + - Set the adapter alias only after checking the EIR data. + - Fix auto-disconnect issue with explicit A2DP connections. + - Fix invalid memory access of ALSA plugin. + - Fix compilation with -Wsign-compare. +- The ALSA plugin now contains a fix to avoid invalid memory + access. This might break some audio players that make + assumptions on some ALSA API calls that are ambigue. Please + report any problems you might encounter. * Fri Jan 23 2009 coolo@suse.de - init script should work with strict /bin/sh too * Sun Jan 18 2009 seife@suse.de diff --git a/bluez.changes b/bluez.changes index 6efe2b3..c58c7e8 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Feb 5 18:52:46 CET 2009 - seife@suse.de + +- update to bluez-4.28: + - Add AVDTP signal fragmentation support. + - Add more SBC performance optimizations. + - Add more SBC audio quality improvements. + - Use native byte order for audio plugins. + - Set the adapter alias only after checking the EIR data. + - Fix auto-disconnect issue with explicit A2DP connections. + - Fix invalid memory access of ALSA plugin. + - Fix compilation with -Wsign-compare. +- The ALSA plugin now contains a fix to avoid invalid memory + access. This might break some audio players that make + assumptions on some ALSA API calls that are ambigue. Please + report any problems you might encounter. + ------------------------------------------------------------------- Fri Jan 23 14:48:38 CET 2009 - coolo@suse.de diff --git a/bluez.spec b/bluez.spec index 2596ca8..76dbc8c 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,5 +1,5 @@ # -# spec file for package bluez (Version 4.27) +# spec file for package bluez (Version 4.28) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,8 +23,8 @@ BuildRequires: dbus-1-devel flex BuildRequires: glib2-devel libnl-devel libusb-devel BuildRequires: alsa-devel libsndfile-devel Url: http://www.bluez.org -Version: 4.27 -Release: 3 +Version: 4.28 +Release: 1 Summary: Bluetooth Stack for Linux Group: Hardware/Mobile License: GPL v2 or later @@ -226,7 +226,7 @@ install --mode=0755 -D %{S:2} $RPM_BUILD_ROOT/%{_sysconfdir}/init.d/bluetooth-co install --mode=0644 -D %{S:3} $RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.bluetooth install --mode=0755 -D %{S:4} $RPM_BUILD_ROOT/lib/udev/bluetooth.sh install --mode=0644 -D %{S:5} $RPM_BUILD_ROOT/usr/share/dbus-1/system-services/org.bluez.service -install --mode=0755 -D %{S:7} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/bluetooth +install --mode=0644 -D %{S:7} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/bluetooth ln -s ../../etc/init.d/bluetooth $RPM_BUILD_ROOT/usr/sbin/rcbluetooth %clean @@ -353,6 +353,20 @@ rm -rf $RPM_BUILD_ROOT %doc %{_mandir}/man1/dund.1.gz %changelog +* Thu Feb 05 2009 seife@suse.de +- update to bluez-4.28: + - Add AVDTP signal fragmentation support. + - Add more SBC performance optimizations. + - Add more SBC audio quality improvements. + - Use native byte order for audio plugins. + - Set the adapter alias only after checking the EIR data. + - Fix auto-disconnect issue with explicit A2DP connections. + - Fix invalid memory access of ALSA plugin. + - Fix compilation with -Wsign-compare. +- The ALSA plugin now contains a fix to avoid invalid memory + access. This might break some audio players that make + assumptions on some ALSA API calls that are ambigue. Please + report any problems you might encounter. * Fri Jan 23 2009 coolo@suse.de - init script should work with strict /bin/sh too * Sun Jan 18 2009 seife@suse.de