SHA256
1
0
forked from pool/bluez
OBS User unknown
2009-03-17 15:53:42 +00:00
committed by Git OBS Bridge
parent e8f365db02
commit 0912c30cd8
6 changed files with 65 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package bluez (Version 4.32)
# spec file for package bluez (Version 4.33)
#
# 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.32
Version: 4.33
Release: 1
Summary: Bluetooth Stack for Linux
Group: Hardware/Mobile
@@ -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=0644 -D %{S:7} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/bluetooth
install --mode=0644 -D %{S:7} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/50-bluetooth.conf
ln -s ../../etc/init.d/bluetooth $RPM_BUILD_ROOT/usr/sbin/rcbluetooth
%clean
@@ -298,7 +298,7 @@ rm -rf $RPM_BUILD_ROOT
#%doc %{_defaultdocdir}/bluez-utils/
%dir /var/lib/bluetooth
%dir %{_sysconfdir}/modprobe.d
%config(noreplace) %{_sysconfdir}/modprobe.d/bluetooth
%config(noreplace) %{_sysconfdir}/modprobe.d/50-bluetooth.conf
%files devel
%defattr(-, root, root)
@@ -353,6 +353,17 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/dund.1.gz
%changelog
* Tue Mar 17 2009 seife@suse.de
- update to bluez-4.33:
- Add Paired property to the DeviceFound signals.
- Add support for Headset profile 1.2 version.
- Fix broken network configuration when IPv6 is disabled.
- Fix network regression that caused disconnection.
- Fix SDP truncation of strings with NULL values.
- Fix service discovery handling of CUPS helper.
* Mon Mar 09 2009 mmarek@suse.cz
- renamed modprobe config to /etc/modprobe.d/50-bluetooth.conf
(required by new module-init-tools).
* Mon Mar 02 2009 seife@suse.de
- update to bluez-4.32:
- Fix broken SDP record handling.