Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (927436eb37895ad040e0418396156d36b4b9733e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (927436eb37895ad040e0418396156d36b4b9733e)
  • Date: Mon, 14 Jan 2013 10:26:08 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
gnu.gpg |binary
utils/coreutils/DETAILS | 5 +++--
utils/coreutils/HISTORY | 7 +++++++
utils/coreutils/PRE_BUILD | 8 +-------
utils/coreutils/headers.patch | 10 ----------
6 files changed, 14 insertions(+), 19 deletions(-)

New commits:
commit 927436eb37895ad040e0418396156d36b4b9733e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

coreutils: => 8.20

commit b785b3ebf32a93f43dd0109ae2cc654252c0ba66
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

add key 306037D9 -P�draig Brad

diff --git a/ChangeLog b/ChangeLog
index 2f1a1dd..32d2c7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-01-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * gnu.gpg: add key 306037D9: "P�draig Brady <P AT draigBrady.com>"
+
2013-01-08 Ismael Luceno <ismael AT sourcemage.org>
* devel/heimdall: new spell, Tool to flash Samsung Galaxy S devices

diff --git a/gnu.gpg b/gnu.gpg
index c90e247..a0450f4 100644
Binary files a/gnu.gpg and b/gnu.gpg differ
diff --git a/utils/coreutils/DETAILS b/utils/coreutils/DETAILS
index 3bbad2b..f134945 100755
--- a/utils/coreutils/DETAILS
+++ b/utils/coreutils/DETAILS
@@ -1,11 +1,12 @@
SPELL=coreutils
- VERSION=8.19
+ VERSION=8.20
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.sig
- SOURCE_GPG=gnu-verified.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
+# SOURCE_GPG=gnu-verified.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
+ SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/coreutils/
ENTERED=20030409
diff --git a/utils/coreutils/HISTORY b/utils/coreutils/HISTORY
index e4ca7ae..806209f 100644
--- a/utils/coreutils/HISTORY
+++ b/utils/coreutils/HISTORY
@@ -1,3 +1,10 @@
+2013-01-14 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 8.20
+ signed by new key: P�draig Brady
+ * PRE_BUILD: use default_pre_build
+ do not apply patch
+ * headers.patch: deleted
+
2012-08-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 8.19

diff --git a/utils/coreutils/PRE_BUILD b/utils/coreutils/PRE_BUILD
index efd528b..c486703 100755
--- a/utils/coreutils/PRE_BUILD
+++ b/utils/coreutils/PRE_BUILD
@@ -1,12 +1,6 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $BUILD_DIRECTORY &&
-verify_file '' &&
-xz -dc $SOURCE_CACHE/$SOURCE | tar -xf -
-
+default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-patch -p0 < "$SPELL_DIRECTORY/headers.patch" &&
-
if [[ $SMACK == y ]]; then
patch -p1 < "$SPELL_DIRECTORY/coreutils-smack.patch"
fi
diff --git a/utils/coreutils/headers.patch b/utils/coreutils/headers.patch
deleted file mode 100644
index 9b02b94..0000000
--- a/utils/coreutils/headers.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/ls.c.orig 2009-03-29 21:44:10.000000000 +0400
-+++ src/ls.c 2009-04-05 01:30:22.668552690 +0400
-@@ -36,6 +36,7 @@
- Greg Lee <lee AT uhunix.uhcc.hawaii.edu>. */
-
- #include <config.h>
-+#include <asm/types.h>
- #include <sys/types.h>
-
- #ifdef HAVE_CAP



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (927436eb37895ad040e0418396156d36b4b9733e), Treeve Jelbert, 01/14/2013

Archive powered by MHonArc 2.6.24.

Top of Page