This commit is contained in:
parent
5f2bcfaaf3
commit
0b22e53cf5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b23a81fbd209029ccadb31e197cb623e806c7369855671287e95345f58875172
|
||||
size 742786
|
3
bluez-4.28.tar.bz2
Normal file
3
bluez-4.28.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dfb50f38c47d302aab3642d14e60358e7714905965fd1ce3ef4840d69041f64c
|
||||
size 745116
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
22
bluez.spec
22
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
|
||||
|
Loading…
Reference in New Issue
Block a user