SHA256
1
0
forked from pool/bluez
OBS User unknown
2009-02-06 19:41:16 +00:00
committed by Git OBS Bridge
parent 5f2bcfaaf3
commit 0b22e53cf5
6 changed files with 72 additions and 10 deletions

View File

@@ -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