Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ec8f6593d82f7eac080eb0ee7475aa5032e2b0aa)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ec8f6593d82f7eac080eb0ee7475aa5032e2b0aa)
  • Date: Thu, 19 Apr 2007 09:22:41 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

libs/openobex/HISTORY | 3 +++
libs/openobex/PRE_SUB_DEPENDS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit ec8f6593d82f7eac080eb0ee7475aa5032e2b0aa
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

openobex: fix bad dep check, thanks Eric!

diff --git a/libs/openobex/HISTORY b/libs/openobex/HISTORY
index e6ef9d6..b0ac447 100644
--- a/libs/openobex/HISTORY
+++ b/libs/openobex/HISTORY
@@ -1,3 +1,6 @@
+2007-04-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * PRE_SUB_DEPENDS: wrongly used bluez-utils instead of bluez-libs
+
2007-04-15 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* SUB_DEPENDS, PRE_SUB_DEPENDS: added for #13610
* DEPENDS: changed bluez-utils to bluez-libs
diff --git a/libs/openobex/PRE_SUB_DEPENDS b/libs/openobex/PRE_SUB_DEPENDS
index ee37618..6c9dca6 100755
--- a/libs/openobex/PRE_SUB_DEPENDS
+++ b/libs/openobex/PRE_SUB_DEPENDS
@@ -1,4 +1,4 @@
case $THIS_SUB_DEPENDS in
- BLUEZ) is_depends_enabled $SPELL bluez-utils && return 0;;
+ BLUEZ) is_depends_enabled $SPELL bluez-libs && return 0;;
esac
return 1



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (ec8f6593d82f7eac080eb0ee7475aa5032e2b0aa), Jaka Kranjc, 04/19/2007

Archive powered by MHonArc 2.6.24.

Top of Page