Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (481a42ebe50b9591e01a903f96b41bce025663ac)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (481a42ebe50b9591e01a903f96b41bce025663ac)
  • Date: Sat, 17 Mar 2007 22:09:53 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

libs/klibc/DETAILS | 2 +-
libs/klibc/HISTORY | 3 +++
smgl/linux-initramfs/DEPENDS | 1 +
smgl/linux-initramfs/HISTORY | 3 +++
4 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 481a42ebe50b9591e01a903f96b41bce025663ac
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

linux-initramfs needs klibc forgot to add that as a dependency maybe
someday we'll build this without needing a dependency but for now klibc works
fine

commit 5dcab2571dd308fde5918ad3e96bcc804197453c
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

klibc version bump 1.5

diff --git a/libs/klibc/DETAILS b/libs/klibc/DETAILS
index b2455fe..5582bc2 100755
--- a/libs/klibc/DETAILS
+++ b/libs/klibc/DETAILS
@@ -1,5 +1,5 @@
SPELL=klibc
- VERSION=1.4
+ VERSION=1.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/klibc/HISTORY b/libs/klibc/HISTORY
index c6e0262..1ee1a50 100644
--- a/libs/klibc/HISTORY
+++ b/libs/klibc/HISTORY
@@ -1,3 +1,6 @@
+2007-04-17 David Brown <dmlb2000 AT gmail.com>
+ * DETAILS: updated 1.5
+
2007-01-06 David Brown <dmlb2000 AT gmail.com>
* DETAILS: updated 1.4

diff --git a/smgl/linux-initramfs/DEPENDS b/smgl/linux-initramfs/DEPENDS
new file mode 100755
index 0000000..98416db
--- /dev/null
+++ b/smgl/linux-initramfs/DEPENDS
@@ -0,0 +1 @@
+depends klibc
diff --git a/smgl/linux-initramfs/HISTORY b/smgl/linux-initramfs/HISTORY
index 24e8d21..1cd9b5a 100644
--- a/smgl/linux-initramfs/HISTORY
+++ b/smgl/linux-initramfs/HISTORY
@@ -1,3 +1,6 @@
+2007-04-17 David Brown <dmlb2000 AT gmail.com>
+ * DEPENDS: added klibc dependency
+
2007-01-29 David Brown <dmlb2000 AT gmail.com>
* mkinitrd: added the gpl stuff and copyright stuff to the script
* installkernel: added the gpl stuff and copyright stuff to the script



  • [SM-Commit] GIT changes to master grimoire by David Brown (481a42ebe50b9591e01a903f96b41bce025663ac), David Brown, 03/17/2007

Archive powered by MHonArc 2.6.24.

Top of Page