summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-07-07 16:13:22 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-07-07 16:13:22 +0000
commit8fc2bc09804346200619138a9c245be9daac0b6a (patch)
tree562c45b15e1dfbaba5e904b9c83f3604769491de
parenta315030f93449c55905df6b0b8b85f2c6260b838 (diff)
Update changelog and bump version numberlibs-2.8
-rw-r--r--ChangeLog8
-rw-r--r--configure.in2
-rw-r--r--libs.spec7
3 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index c77d7b2f..ebf07e71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+ver 2.8:
+ Fix the event code of inquiry with RSSI.
+ Add defines and UUID's for audio/video profiles.
+ Add AVDTP protocol identifier.
+ Add HIDP subclass field.
+ Add PKGConfig support.
+ Remove dummy SDP library.
+
ver 2.7:
Fix display of decoded LMP features.
Update company identifiers.
diff --git a/configure.in b/configure.in
index 2966c490..6bd235a6 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
AC_PREREQ(2.50)
AC_INIT()
-AM_INIT_AUTOMAKE(bluez-libs, 2.7)
+AM_INIT_AUTOMAKE(bluez-libs, 2.8)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
diff --git a/libs.spec b/libs.spec
index ff758ddc..a8a90ab4 100644
--- a/libs.spec
+++ b/libs.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 /usr
@@ -12,9 +12,9 @@ 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
BuildRoot: /var/tmp/%{name}-%{PACKAGE_VERSION}-root
-URL: http://bluez.sourceforge.net
+URL: http://www.bluez.org
Docdir: %{prefix}/share/doc
Requires: glibc >= 2.2.4
BuildRequires: glibc >= 2.2.4
@@ -54,7 +54,6 @@ rm -rf $RPM_BUILD_ROOT
/usr/include/bluetooth/*
/usr/lib/libbluetooth*
-/usr/lib/libsdp*
%doc AUTHORS COPYING INSTALL ChangeLog NEWS README