Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (48aacf40a996e809f36c3c1d25e538eff7002949)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (48aacf40a996e809f36c3c1d25e538eff7002949)
  • Date: Sat, 3 Feb 2007 08:18:15 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

smgl/smgl-archspecs/DETAILS | 2 +-
smgl/smgl-archspecs/HISTORY | 6 ++++++
smgl/smgl-archspecs/INSTALL | 3 ++-
3 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit be20b17384b32c50537aec3e178f2fb8de4253d5
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

bumping archspecs to 0.7.1 (just description text fix)

diff --git a/smgl/smgl-archspecs/DETAILS b/smgl/smgl-archspecs/DETAILS
index 4d41c9e..047645a 100755
--- a/smgl/smgl-archspecs/DETAILS
+++ b/smgl/smgl-archspecs/DETAILS
@@ -1,5 +1,5 @@
SPELL=smgl-archspecs
- VERSION=0.7.0
+ VERSION=0.7.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=${SOURCE}.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
diff --git a/smgl/smgl-archspecs/HISTORY b/smgl/smgl-archspecs/HISTORY
index 4c0abe8..be5d9e2 100644
--- a/smgl/smgl-archspecs/HISTORY
+++ b/smgl/smgl-archspecs/HISTORY
@@ -1,3 +1,9 @@
+2007-02-03 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bumped to 0.7.1, just cleaning up descriptions for
+ Core 2
+ * INSTALL: fix for tarball layout straight out of git
+ (no archspecs subfolder)
+
2007-01-23 Thomas Orgis <sobukus AT sourcemage.org>
* FINAL, POST_RESURRECT: addressing bug 13455, changing _minimal
spec to its successor (merged non-_minimal one)
diff --git a/smgl/smgl-archspecs/INSTALL b/smgl/smgl-archspecs/INSTALL
index d621566..82c1d45 100755
--- a/smgl/smgl-archspecs/INSTALL
+++ b/smgl/smgl-archspecs/INSTALL
@@ -1,2 +1,3 @@
mkdir -p $INSTALL_ROOT/usr/share/archspecs/ &&
-cp -Rv $SOURCE_DIRECTORY/archspecs/* $INSTALL_ROOT/usr/share/archspecs/
+# the tarball contains the spec dirs right away
+cp -Rv $SOURCE_DIRECTORY/{64,32,null} $INSTALL_ROOT/usr/share/archspecs/



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (48aacf40a996e809f36c3c1d25e538eff7002949), Thomas Orgis, 02/03/2007

Archive powered by MHonArc 2.6.24.

Top of Page