OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   02-Apr-2004 14:34:03
  Branch: HEAD                             Handle: 2004040213340201

  Added files:
    openpkg-src/lftp        lftp.patch
  Modified files:
    openpkg-src/lftp        lftp.spec

  Log:
    upgrading package: lftp 2.6.12 -> 3.0.0

  Summary:
    Revision    Changes     Path
    1.3         +11 -0      openpkg-src/lftp/lftp.patch
    1.54        +4  -2      openpkg-src/lftp/lftp.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/lftp/lftp.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.3 lftp.patch
  --- /dev/null 2004-04-02 14:34:03.000000000 +0200
  +++ lftp.patch        2004-04-02 14:34:03.000000000 +0200
  @@ -0,0 +1,11 @@
  +--- src/FtpListInfo.cc.orig  2004-03-25 01:00:04.000000000 +0100
  ++++ src/FtpListInfo.cc       2004-04-02 14:27:32.000000000 +0200
  +@@ -788,7 +788,7 @@
  +       }
  +       if(!strncasecmp(tok,"Size=",5))
  +       {
  +-     size=atoll(tok+5);
  ++     size=strtoll(tok+5, (char **)NULL, 10);
  +      continue;
  +       }
  +       if(!strncasecmp(tok,"Perm=",5))
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/lftp/lftp.spec
  ============================================================================
  $ cvs diff -u -r1.53 -r1.54 lftp.spec
  --- openpkg-src/lftp/lftp.spec        7 Feb 2004 17:56:06 -0000       1.53
  +++ openpkg-src/lftp/lftp.spec        2 Apr 2004 12:34:03 -0000       1.54
  @@ -33,11 +33,12 @@
   Class:        BASE
   Group:        FTP
   License:      GPL
  -Version:      2.6.12
  -Release:      20040207
  +Version:      3.0.0
  +Release:      20040402
   
   #   list of sources
   Source0:      
http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-%{version}.tar.bz2
  +Patch0:       lftp.patch
   
   #   build information
   Prefix:       %{l_prefix}
  @@ -59,6 +60,7 @@
   
   %prep
       %setup -q
  +    %patch -p0
   
   %build
       srcdir=`pwd`
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to