SHA256
1
0
forked from pool/bluez
OBS User unknown
2008-12-08 14:32:01 +00:00
committed by Git OBS Bridge
parent 58d35c9961
commit 0daf318607
5 changed files with 30 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package bluez (Version 4.21)
# spec file for package bluez (Version 4.22)
#
# Copyright (c) 2008 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.21
Version: 4.22
Release: 1
Summary: Bluetooth Stack for Linux
Group: Hardware/Mobile
@@ -349,6 +349,16 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/dund.1.gz
%changelog
* Sun Dec 07 2008 seife@suse.de
- update to bluez-4.22:
- Add deny statements to D-Bus access policy.
- Add support for LegacyPairing property.
- Add support for global properties.
- Add more commands to telephony testing script.
- Add sender checks for serial and network interfaces.
- Remove deprecated methods and signals from input interface.
- Remove deprecated methods and signals from network interface.
- Remove OffMode option and always use device down.
* Mon Dec 01 2008 seife@suse.de
- update to bluez-4.21:
- Fix adapter initialization logic.