Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (51effd55889b62389111464d71c1f571e3c12077)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (51effd55889b62389111464d71c1f571e3c12077)
  • Date: Fri, 8 Apr 2011 02:59:50 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

utils/bluez/DETAILS | 2 +-
utils/bluez/HISTORY | 4 ++++
utils/bluez/init.d/bluetooth | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 51effd55889b62389111464d71c1f571e3c12077
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

bluez: version 4.91 and added a missing dep on dbus to the init script

diff --git a/utils/bluez/DETAILS b/utils/bluez/DETAILS
index feb4853..0fe1f88 100755
--- a/utils/bluez/DETAILS
+++ b/utils/bluez/DETAILS
@@ -1,5 +1,5 @@
SPELL=bluez
- VERSION=4.87
+ VERSION=4.91
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sign
SOURCE2_IGNORE=signature
diff --git a/utils/bluez/HISTORY b/utils/bluez/HISTORY
index e823922..721b737 100644
--- a/utils/bluez/HISTORY
+++ b/utils/bluez/HISTORY
@@ -1,3 +1,7 @@
+2011-04-08 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 4.91
+ * init.d/bluetooth: added missing dep on dbus
+
2011-02-12 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 4.87

diff --git a/utils/bluez/init.d/bluetooth b/utils/bluez/init.d/bluetooth
index 0e96f7c..e01f9b9 100755
--- a/utils/bluez/init.d/bluetooth
+++ b/utils/bluez/init.d/bluetooth
@@ -2,7 +2,7 @@

PROGRAM=/usr/sbin/bluetoothd
RUNLEVEL=3
-NEEDS="+local_fs"
+NEEDS="+local_fs smgl-messagebus"
UART_CONF="/etc/bluetooth/uart"

. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (51effd55889b62389111464d71c1f571e3c12077), Arjan Bouter, 04/08/2011

Archive powered by MHonArc 2.6.24.

Top of Page