OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 21-Oct-2003 10:14:30
Branch: OPENPKG_1_3_SOLID HEAD Handle: 2003102109142801
Modified files:
openpkg-web news.txt
Modified files: (Branch: OPENPKG_1_3_SOLID)
openpkg-src/coreutils coreutils.patch coreutils.spec
Log:
fix sort(1) and uniq(1) commands
Summary:
Revision Changes Path
1.1.2.1.2.1 +24 -0 openpkg-src/coreutils/coreutils.patch
1.9.2.3.2.2 +1 -1 openpkg-src/coreutils/coreutils.spec
1.7090 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.patch
============================================================================
$ cvs diff -u -r1.1.2.1 -r1.1.2.1.2.1 coreutils.patch
--- openpkg-src/coreutils/coreutils.patch 24 Jul 2003 20:43:55 -0000 1.1.2.1
+++ openpkg-src/coreutils/coreutils.patch 21 Oct 2003 08:14:29 -0000
1.1.2.1.2.1
@@ -54,3 +54,27 @@
return (TRUE == value);
case 'O': /* File is owned by you? */
+Index: configure
+--- configure.orig 2003-07-12 20:50:05.000000000 +0200
++++ configure 2003-10-21 10:06:46.000000000 +0200
+@@ -34882,6 +34883,7 @@
+ realpath \
+ sethostname \
+ strchr \
++ strcoll \
+ strerror \
+ strrchr \
+ sysctl \
+Index: config.hin
+--- config.hin.orig 2003-07-12 20:50:19.000000000 +0200
++++ config.hin 2003-10-21 10:06:46.000000000 +0200
+@@ -738,6 +738,9 @@
+ /* Define to 1 if you have the `strchr' function. */
+ #undef HAVE_STRCHR
+
++/* Define to 1 if you have the `strcoll' function. */
++#undef HAVE_STRCOLL
++
+ /* Define to 1 if you have the `strcspn' function. */
+ #undef HAVE_STRCSPN
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.spec
============================================================================
$ cvs diff -u -r1.9.2.3.2.1 -r1.9.2.3.2.2 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 29 Jul 2003 14:58:32 -0000
1.9.2.3.2.1
+++ openpkg-src/coreutils/coreutils.spec 21 Oct 2003 08:14:29 -0000
1.9.2.3.2.2
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 5.0.1
-Release: 1.3.0
+Release: 1.3.1
# package options
%option with_legacy no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7089 -r1.7090 news.txt
--- openpkg-web/news.txt 21 Oct 2003 07:41:16 -0000 1.7089
+++ openpkg-web/news.txt 21 Oct 2003 08:14:28 -0000 1.7090
@@ -1,3 +1,4 @@
+21-Oct-2003: Upgraded package: P<coreutils-5.0.1-1.3.1>
21-Oct-2003: Upgraded package: P<perl-5.8.0-1.3.2>
20-Oct-2003: Upgraded package: P<perl-sys-20031020-20031020>
20-Oct-2003: Upgraded package: P<mozilla-mplayer-1.0p2t2-20031020>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]