diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2004-07-07 16:13:22 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2004-07-07 16:13:22 +0000 | 
| commit | 8fc2bc09804346200619138a9c245be9daac0b6a (patch) | |
| tree | 562c45b15e1dfbaba5e904b9c83f3604769491de | |
| parent | a315030f93449c55905df6b0b8b85f2c6260b838 (diff) | |
Update changelog and bump version numberlibs-2.8
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | libs.spec | 7 | 
3 files changed, 12 insertions, 5 deletions
| @@ -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 @@ -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 | 
