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: 04-Jun-2008 22:27:25
Branch: HEAD Handle: 2008060421272400
Modified files:
openpkg-src/tree tree.patch tree.spec
Log:
upgrading package: tree 1.5.1.1 -> 1.5.1.2
Summary:
Revision Changes Path
1.4 +7 -26 openpkg-src/tree/tree.patch
1.8 +2 -2 openpkg-src/tree/tree.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tree/tree.patch
============================================================================
$ cvs diff -u -r1.3 -r1.4 tree.patch
--- openpkg-src/tree/tree.patch 10 Jan 2007 18:44:25 -0000 1.3
+++ openpkg-src/tree/tree.patch 4 Jun 2008 20:27:24 -0000 1.4
@@ -1,6 +1,6 @@
Index: man/tree.1
---- man/tree.1.orig 2007-01-09 21:53:30 +0100
-+++ man/tree.1 2007-01-10 19:42:01 +0100
+--- man/tree.1.orig 2007-06-11 15:22:14 +0200
++++ man/tree.1 2008-06-04 22:20:33 +0200
@@ -25,8 +25,8 @@
.br
.SH DESCRIPTION
@@ -22,19 +22,9 @@
.TP
.B -r
Index: tree.c
---- tree.c.orig 2007-01-09 22:07:16 +0100
-+++ tree.c 2007-01-10 19:42:47 +0100
-@@ -17,7 +17,9 @@
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
-+#if defined(__linux__)
- #include <features.h>
-+#endif
- #include <stdlib.h>
- #include <stdio.h>
- #include <time.h>
-@@ -32,6 +34,12 @@
+--- tree.c.orig 2008-06-04 16:15:11 +0200
++++ tree.c 2008-06-04 22:20:33 +0200
+@@ -31,6 +31,12 @@
#include <limits.h>
#include <pwd.h>
#include <grp.h>
@@ -47,16 +37,7 @@
#ifdef __EMX__ /* for OS/2 systems */
# define INCL_DOSFILEMGR
# define INCL_DOSNLS
-@@ -181,7 +189,7 @@
-
- #ifdef CYGWIN
- extern int MB_CUR_MAX;
--#else
-+#elif defined(__linux__)
- extern size_t MB_CUR_MAX;
- #endif
-
-@@ -194,7 +202,8 @@
+@@ -196,7 +202,8 @@
q = p = dtotal = ftotal = 0;
aflag = dflag = fflag = lflag = pflag = sflag = Fflag = uflag = gflag =
FALSE;
Dflag = qflag = Nflag = Hflag = Rflag = hflag = FALSE;
@@ -66,7 +47,7 @@
inodeflag = devflag = FALSE;
dirs = xmalloc(sizeof(int) * (maxdirs=4096));
dirs[0] = 0;
-@@ -624,7 +633,7 @@
+@@ -624,7 +631,7 @@
#ifdef __USE_FILE_OFFSET64
if (inodeflag) sprintf(path," %7lld",(*dir)->inode);
#else
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tree/tree.spec
============================================================================
$ cvs diff -u -r1.7 -r1.8 tree.spec
--- openpkg-src/tree/tree.spec 26 Apr 2008 14:52:15 -0000 1.7
+++ openpkg-src/tree/tree.spec 4 Jun 2008 20:27:24 -0000 1.8
@@ -23,7 +23,7 @@
# package version
%define V_tree 1.5.1
-%define V_pl 1
+%define V_pl 2
# package information
Name: tree
@@ -36,7 +36,7 @@
Group: ShellUtils
License: GPL
Version: %{V_tree}.%{V_pl}
-Release: 20080426
+Release: 20080604
# list of sources
Source0: ftp://mama.indstate.edu/linux/tree/tree-%{version}.tgz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]