[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (20a511d174639ca53ccb258631dbdaba83083e92)

Vlad Glagolev scm at sourcemage.org
Thu Sep 18 21:58:55 EDT 2008


GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:

 disk/libisofs/DETAILS   |    8 ++++----
 disk/libisofs/HISTORY   |    3 +++
 disk/libisofs/PREPARE   |    3 ++-
 disk/libisofs/PRE_BUILD |    5 +++--
 4 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit 20a511d174639ca53ccb258631dbdaba83083e92
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    libisofs: => 0.6.8

diff --git a/disk/libisofs/DETAILS b/disk/libisofs/DETAILS
index 3b095bc..8dedb10 100755
--- a/disk/libisofs/DETAILS
+++ b/disk/libisofs/DETAILS
@@ -9,14 +9,14 @@ if [[ $LIBISOFS_SVN == y ]]; then
   FORCE_DOWNLOAD=on
     SOURCE_HINTS=old_svn_compat
    SOURCE_URL[0]=svn_http://svn.libburnia-project.org/$SPELL/trunk:$SPELL-svn
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
    SOURCE_IGNORE=volatile
 else
-         VERSION=0.6.6
-     SOURCE_HASH=sha512:db386e2052f7e74d4a889eadaa74a9b76b8fd2066c5ddfd47e94e8cef8dee54350f0c91d746b2d83528aa7075ec84a4ce6a59196673dbd3a8b711615b27b2e20
+         VERSION=0.6.8
+     SOURCE_HASH=sha512:a7ebb920f1c01e965423fa89cc51536bf62ccdd6223d54acf3536dbc9e0b1405b8c6b359239ae2565af0bb207607b28e65c68661e1ddc88c8fc1185020ed106a
           SOURCE=$SPELL-$VERSION.tar.gz
    SOURCE_URL[0]=http://files.libburnia-project.org/releases/$SOURCE
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
 fi
         WEB_SITE=http://libburnia-project.org/
          ENTERED=20060908
diff --git a/disk/libisofs/HISTORY b/disk/libisofs/HISTORY
index 0d614c7..9b8d977 100644
--- a/disk/libisofs/HISTORY
+++ b/disk/libisofs/HISTORY
@@ -1,3 +1,6 @@
+2008-09-19 Vlad Glagolev <stealth at sourcemage.org>
+	* DETAILS: updated spell to 0.6.8; quoting paths
+
 2008-06-03 Vlad Glagolev <stealth at sourcemage.org>
 	* DETAILS: updated spell to 0.6.6, fixed long description wrap updated url,
 	  fixed svn url
diff --git a/disk/libisofs/PREPARE b/disk/libisofs/PREPARE
index aa9697a..f79bb82 100755
--- a/disk/libisofs/PREPARE
+++ b/disk/libisofs/PREPARE
@@ -1,4 +1,5 @@
-config_query LIBISOFS_SVN "Download latest code?" n  &&
+config_query LIBISOFS_SVN "Download latest code?" n &&
+
 if [[ $LIBISOFS_SVN == y ]]; then
   config_query LIBISOFS_AUTOUPDATE \
           "Automaticaly update the spell on sorcery queue/system-update?" n
diff --git a/disk/libisofs/PRE_BUILD b/disk/libisofs/PRE_BUILD
index baf04a0..68bc9b2 100755
--- a/disk/libisofs/PRE_BUILD
+++ b/disk/libisofs/PRE_BUILD
@@ -1,5 +1,6 @@
-default_pre_build     &&
-cd $SOURCE_DIRECTORY  &&
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
 if [[ $LIBISOFS_SVN == y ]]; then
   ./bootstrap
 fi



More information about the SM-Commit mailing list