Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Julien ROZO (6bff569eeae3ca21a27377ae6812215c65bd8243)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Julien ROZO <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Julien ROZO (6bff569eeae3ca21a27377ae6812215c65bd8243)
  • Date: Mon, 3 Aug 2009 13:02:13 -0500

GIT changes to master grimoire by Julien ROZO <julien AT rozo.org>:

libs/openobex/HISTORY | 4 ++++
libs/openobex/PRE_SUB_DEPENDS | 2 +-
libs/openobex/SUB_DEPENDS | 4 ++--
mobile/obexftp/DETAILS | 4 ++--
mobile/obexftp/HISTORY | 4 ++++
mobile/obexftp/PRE_BUILD | 2 --
6 files changed, 13 insertions(+), 7 deletions(-)

New commits:
commit 6bff569eeae3ca21a27377ae6812215c65bd8243
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

obexftp: updated version to 0.23
removed PRE_BUILD, no longer needed

commit f93b4d6608fc88bc34ff9e4ae94ad2b3747171ba
Author: Julien ROZO <julien AT rozo.org>
Commit: Julien ROZO <julien AT rozo.org>

openobex: switched to bluez in PRE_SUB_DEPENDS and SUB_DEPENDS,
bluez-libs deprecation completed

diff --git a/libs/openobex/HISTORY b/libs/openobex/HISTORY
index 8eec478..85cb4e5 100644
--- a/libs/openobex/HISTORY
+++ b/libs/openobex/HISTORY
@@ -1,3 +1,7 @@
+2009-08-03 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * PRE_SUB_DEPENDS, SUB_DEPENDS: switched to bluez, bluez-libs
deprecation
+ completed
+
2009-03-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.5; quoting paths

diff --git a/libs/openobex/PRE_SUB_DEPENDS b/libs/openobex/PRE_SUB_DEPENDS
index 6c9dca6..c3bbca7 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-libs && return 0;;
+ BLUEZ) is_depends_enabled $SPELL bluez && return 0;;
esac
return 1
diff --git a/libs/openobex/SUB_DEPENDS b/libs/openobex/SUB_DEPENDS
index da5e288..3183939 100755
--- a/libs/openobex/SUB_DEPENDS
+++ b/libs/openobex/SUB_DEPENDS
@@ -1,5 +1,5 @@
case "$THIS_SUB_DEPENDS" in
- BLUEZ) echo "Bluetooth support requested, forcing bluez-libs dependency."
- depends bluez-libs;;
+ BLUEZ) echo "Bluetooth support requested, forcing bluez dependency."
+ depends bluez;;
*) echo "bogus sub_depends: $THIS_SUB_DEPENDS"; return 1;;
esac
diff --git a/mobile/obexftp/DETAILS b/mobile/obexftp/DETAILS
index 4961ec2..1027799 100755
--- a/mobile/obexftp/DETAILS
+++ b/mobile/obexftp/DETAILS
@@ -1,6 +1,6 @@
SPELL=obexftp
- VERSION=0.22
-
SOURCE_HASH=sha512:83e1ac023b25de758e569ac0688ac43e4af7ebe0617605797f3cc4c30149f6487cf24f638071ac52e0818a686e09160112362d7bd9d25753f060a1c9416ba75f
+ VERSION=0.23
+
SOURCE_HASH=sha512:026a2a641fa46dc41ff131b78e87c2aa5fce126d36aa2d8b1783c7fe134a786bbf9908f660018fe459e5d729c36303f5efb2f5b2af64001a2344dce8c322e513
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/openobex/$SOURCE
diff --git a/mobile/obexftp/HISTORY b/mobile/obexftp/HISTORY
index 8730e4c..d29d9da 100644
--- a/mobile/obexftp/HISTORY
+++ b/mobile/obexftp/HISTORY
@@ -1,3 +1,7 @@
+2009-08-03 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * DETAILS: updated version to 0.23
+ * PRE_BUILD: removed, no longer needed
+
2008-11-27 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* PRE_BUILD: added to fix compilation: missing include

diff --git a/mobile/obexftp/PRE_BUILD b/mobile/obexftp/PRE_BUILD
deleted file mode 100755
index 4b2ac4c..0000000
--- a/mobile/obexftp/PRE_BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-default_pre_build &&
-sed -i '81 s,^.*$,#include <bluetooth/bluetooth.h>\n&,'
$SOURCE_DIRECTORY/apps/obexftpd.c



  • [SM-Commit] GIT changes to master grimoire by Julien ROZO (6bff569eeae3ca21a27377ae6812215c65bd8243), Julien ROZO, 08/03/2009

Archive powered by MHonArc 2.6.24.

Top of Page