OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 23-Oct-2006 09:47:34
Branch: HEAD Handle: 2006102308473300
Modified files:
openpkg-src/coreutils coreutils.patch coreutils.spec
Log:
upgrading package: coreutils 6.3 -> 6.4
Summary:
Revision Changes Path
1.13 +9 -9 openpkg-src/coreutils/coreutils.patch
1.61 +2 -2 openpkg-src/coreutils/coreutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.patch
============================================================================
$ cvs diff -u -r1.12 -r1.13 coreutils.patch
--- openpkg-src/coreutils/coreutils.patch 1 Oct 2006 15:05:20 -0000
1.12
+++ openpkg-src/coreutils/coreutils.patch 23 Oct 2006 07:47:33 -0000
1.13
@@ -1,7 +1,7 @@
Index: doc/Makefile.in
---- doc/Makefile.in.orig 2006-09-30 11:09:22 +0200
-+++ doc/Makefile.in 2006-10-01 16:53:13 +0200
-@@ -725,7 +725,7 @@
+--- doc/Makefile.in.orig 2006-10-22 22:36:24 +0200
++++ doc/Makefile.in 2006-10-23 09:43:48 +0200
+@@ -824,7 +824,7 @@
mv t-$@ $@
$(DVIS): $(EXTRA_DIST)
@@ -12,7 +12,7 @@
# E.g., use @sc{nul}, not `NUL'
Index: lib/mountlist.c
--- lib/mountlist.c.orig 2006-09-14 11:53:59 +0200
-+++ lib/mountlist.c 2006-10-01 16:56:44 +0200
++++ lib/mountlist.c 2006-10-23 09:43:48 +0200
@@ -168,6 +168,11 @@
#if MOUNTED_GETMNTINFO
@@ -26,8 +26,8 @@
static char *
fstype_to_string (short int t)
Index: src/nice.c
---- src/nice.c.orig 2005-12-28 11:28:13 +0100
-+++ src/nice.c 2006-10-01 16:53:13 +0200
+--- src/nice.c.orig 2006-10-22 18:54:15 +0200
++++ src/nice.c 2006-10-23 09:43:48 +0200
@@ -20,6 +20,7 @@
#include <config.h>
#include <stdio.h>
@@ -37,9 +37,9 @@
#include "system.h"
Index: src/stat.c
---- src/stat.c.orig 2006-10-01 16:53:13 +0200
-+++ src/stat.c 2006-10-01 16:53:13 +0200
-@@ -154,6 +154,12 @@
+--- src/stat.c.orig 2006-10-22 18:54:15 +0200
++++ src/stat.c 2006-10-23 09:43:48 +0200
+@@ -148,6 +148,12 @@
#define hextobin(c) ((c) >= 'a' && (c) <= 'f' ? (c) - 'a' + 10 : \
(c) >= 'A' && (c) <= 'F' ? (c) - 'A' + 10 : (c) - '0')
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.spec
============================================================================
$ cvs diff -u -r1.60 -r1.61 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 13 Oct 2006 17:27:20 -0000
1.60
+++ openpkg-src/coreutils/coreutils.spec 23 Oct 2006 07:47:33 -0000
1.61
@@ -32,8 +32,8 @@
Class: BASE
Group: ShellUtils
License: GPL
-Version: 6.3
-Release: 20061013
+Version: 6.4
+Release: 20061023
# package options
%option with_legacy no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]