- Update to 4.78
This commit is contained in:
parent
fb14d2c2a8
commit
6850fe0531
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ bluez-4.70.tar.gz
|
||||
/bluez-4.74.tar.gz
|
||||
/bluez-4.76.tar.gz
|
||||
/bluez-4.77.tar.gz
|
||||
/bluez-4.78.tar.gz
|
||||
|
@ -1,34 +0,0 @@
|
||||
From ad21a880935863d3592cae708147ef54c796222d Mon Sep 17 00:00:00 2001
|
||||
From: Bastien Nocera <hadess@hadess.net>
|
||||
Date: Wed, 27 Oct 2010 18:54:49 +0100
|
||||
Subject: [PATCH 2/3] build: Fix parallel build
|
||||
|
||||
Fix parallel build where parser.h won't have been generated when
|
||||
we're trying to compile kword itself.
|
||||
|
||||
YACC tools/parser.c
|
||||
LEX tools/lexer.c
|
||||
conflicts: 3 shift/reduce
|
||||
CC tools/kword.o
|
||||
tools/kword.c:36:20: fatal error: parser.h: No such file or directory
|
||||
compilation terminated.
|
||||
---
|
||||
Makefile.tools | 2 ++
|
||||
1 files changed, 2 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/Makefile.tools b/Makefile.tools
|
||||
index 405a42b..797b53d 100644
|
||||
--- a/Makefile.tools
|
||||
+++ b/Makefile.tools
|
||||
@@ -12,6 +12,8 @@ sbin_PROGRAMS += tools/hciattach tools/hciconfig
|
||||
noinst_PROGRAMS += tools/avinfo tools/ppporc \
|
||||
tools/hcieventmask tools/hcisecfilter
|
||||
|
||||
+tools/kword.c: tools/parser.h
|
||||
+
|
||||
tools_rfcomm_SOURCES = tools/main.c tools/parser.y tools/lexer.l \
|
||||
tools/kword.h tools/kword.c
|
||||
EXTRA_tools_rfcomm_SOURCES = tools/parser.h tools/parser.c \
|
||||
--
|
||||
1.7.3.1
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Bluetooth utilities
|
||||
Name: bluez
|
||||
Version: 4.77
|
||||
Version: 4.78
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -12,8 +12,6 @@ Source6: pand.conf
|
||||
Source7: rfcomm.init
|
||||
Source8: bluez-uinput.modules
|
||||
|
||||
# http://thread.gmane.org/gmane.linux.bluez.kernel/8645
|
||||
Patch1: 0002-build-Fix-parallel-build.patch
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=450081
|
||||
# http://thread.gmane.org/gmane.linux.bluez.kernel/1687
|
||||
Patch2: bluez-try-utf8-harder.patch
|
||||
@ -290,6 +288,9 @@ fi
|
||||
%{_mandir}/man1/pand.1.gz
|
||||
|
||||
%changelog
|
||||
* Sat Nov 06 2010 Bastien Nocera <bnocera@redhat.com> 4.78-1
|
||||
- Update to 4.78
|
||||
|
||||
* Wed Oct 27 2010 Bastien Nocera <bnocera@redhat.com> 4.77-1
|
||||
- Update to 4.77
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user