Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c937ce14699ee6849f1706a886628321d95917af)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c937ce14699ee6849f1706a886628321d95917af)
  • Date: Sun, 20 Apr 2008 12:06:41 -0500

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

utils/coreutils/CONFIGURE | 2 +-
utils/coreutils/DEPENDS | 4 ++--
utils/coreutils/DETAILS | 5 ++---
utils/coreutils/HISTORY | 11 +++++++----
4 files changed, 12 insertions(+), 10 deletions(-)

New commits:
commit c937ce14699ee6849f1706a886628321d95917af
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

coreutils: => 6.11 + cleaned up

diff --git a/utils/coreutils/CONFIGURE b/utils/coreutils/CONFIGURE
index db4798e..17c8de9 100755
--- a/utils/coreutils/CONFIGURE
+++ b/utils/coreutils/CONFIGURE
@@ -1 +1 @@
-config_query_option SELINUX "Enable SELinux patches?" n '--enable-selinux' ''
+config_query_option SELINUX "Enable SELinux patches?" n "--enable-selinux" ""
diff --git a/utils/coreutils/DEPENDS b/utils/coreutils/DEPENDS
index 18594eb..c4b4f1a 100755
--- a/utils/coreutils/DEPENDS
+++ b/utils/coreutils/DEPENDS
@@ -1,2 +1,2 @@
-depends gnupg &&
-depends smgl-fhs
+depends gnupg &&
+depends smgl-fhs
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 0dd376b..646088d 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,11 +1,10 @@
SPELL=coreutils
- VERSION=6.10
- PATCHLEVEL=1
+ VERSION=6.11
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
- SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
+ SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE_GPG=gnu-verified.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/coreutils/
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index 4323ff6..6463743 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,7 @@
+2008-04-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 6.11, simplified source2_url
+ * CONFIGURE, DEPENDS: cleaned up
+
2008-02-03 Ladislav Hagara <hgr AT vabo.cz>
* DEPENDS: removed linux-pam [Bug 14270]
* TRIGGERS: removed
@@ -21,9 +25,9 @@

2007-09-14 David Brown <dmlb2000 AT gmail.com>
* PRE_BUILD: forgot to change the patch check to --enable-selinux
- * CONFIGURE: should be --enable not --with
+ * CONFIGURE: should be --enable not --with

-2007-09-13 David Brown <dmlb2000 AT gmail.com>
+2007-09-13 David Brown <dmlb2000 AT gmail.com>
* PRE_BUILD: added glibc 2.6.1 patch for futimens function
* coreutils-futimens.patch: added patch to internalize the futimens
function
@@ -100,7 +104,7 @@
* DETAILS: Updated version to 5.96

2006-02-17 George Sherwood <george AT beernabeer.com>
- * WIP: Removed. Built for me on a system with PAM. Patch for
+ * WIP: Removed. Built for me on a system with PAM. Patch for
pam applies on this version update.

2006-02-15 Treeve Jelbert <treeve AT sourcemage.org>
@@ -259,4 +263,3 @@

2003-04-09 Sergey Lipnevich <sergey AT sourcemage.org>
* Spell: created after announcement of coreutils 5.0 release.
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c937ce14699ee6849f1706a886628321d95917af), Vlad Glagolev, 04/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page