summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-07 17:21:03 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-07 17:21:03 +0000
commit3eb9e7464eb97a058f692e5c22c5556bb39644ea (patch)
tree9782211464b8ff63b4832ceaa9f280b18a479be7
parent3efa98dc34c7032f614f2bd03a96e24733015002 (diff)
Update changelog and bump version numberutils-2.8
-rw-r--r--ChangeLog14
-rw-r--r--configure.in2
-rw-r--r--utils.spec10
3 files changed, 20 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index ff6c3e9f..4a039d16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+ver 2.8:
+ Use LIBS and LDADD instead of LDFLAGS.
+ Use HIDP subclass field for HID boot protocol.
+ Set olen before calling getsockopt() in pand.
+ Restore signals for dev-up script.
+ Add PID file support for pand.
+ Add size parameter to expand_name() in hcid.
+ Add support for audio source and audio sink SDP records.
+ Add support for HID virtual cable unplug.
+ Add support for AmbiCom BT2000C card.
+
+ Note:
+ This version needs at least bluez-libs-2.8
+
ver 2.7:
Add support for getting the AFH channel map.
Add support for AFH mode.
diff --git a/configure.in b/configure.in
index 14dce451..4b230c4f 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-utils, 2.7)
+AM_INIT_AUTOMAKE(bluez-utils, 2.8)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
diff --git a/utils.spec b/utils.spec
index ec94f080..e4fb930b 100644
--- a/utils.spec
+++ b/utils.spec
@@ -1,5 +1,5 @@
# Note that this is NOT a relocatable package
-%define ver 2.7
+%define ver 2.8
%define RELEASE 1
%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
%define prefix /
@@ -12,15 +12,15 @@ Copyright: GPL
Group: Applications/System
Vendor: Official Linux Bluetooth protocol stack
Packager: Sebastian Frankfurt <sf@infesto.de>
-Source: http://bluez.sourceforge.net/%{name}-%{ver}.tar.gz
+Source: http://bluez.sf.net/download/%{name}-%{ver}.tar.gz
Patch0: %{name}-%{ver}.patch
BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root
-URL: http://bluez.sourceforge.net
+URL: http://www.bluez.org
Docdir: %{prefix}/usr/share/doc
Requires: glibc >= 2.2.4
-Requires: bluez-libs >= 2.7
+Requires: bluez-libs >= 2.8
BuildRequires: glibc >= 2.2.4
-BuildRequires: bluez-libs >= 2.7
+BuildRequires: bluez-libs >= 2.8
%description
Bluetooth utilities (bluez-utils):