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: 03-Dec-2005 19:50:35
Branch: HEAD Handle: 2005120318503500
Modified files:
openpkg-src/lftp lftp.patch lftp.spec
Log:
upgrading package: lftp 3.3.4 -> 3.3.5
Summary:
Revision Changes Path
1.6 +5 -5 openpkg-src/lftp/lftp.patch
1.88 +2 -2 openpkg-src/lftp/lftp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lftp/lftp.patch
============================================================================
$ cvs diff -u -r1.5 -r1.6 lftp.patch
--- openpkg-src/lftp/lftp.patch 13 Jun 2005 12:47:12 -0000 1.5
+++ openpkg-src/lftp/lftp.patch 3 Dec 2005 18:50:35 -0000 1.6
@@ -1,6 +1,6 @@
Index: src/lftp_tinfo.cc
---- src/lftp_tinfo.cc.orig 2002-12-18 09:52:20 +0100
-+++ src/lftp_tinfo.cc 2005-06-13 12:05:39 +0200
+--- src/lftp_tinfo.cc.orig 2005-12-02 07:25:05 +0100
++++ src/lftp_tinfo.cc 2005-12-03 19:39:27 +0100
@@ -23,20 +23,20 @@
#include <config.h>
@@ -14,7 +14,7 @@
-# endif
-#elif defined(HAVE_NCURSES_CURSES_H)
+#if defined(HAVE_NCURSES_CURSES_H)
- #include <ncurses/curses.h>
+ # include <ncurses/curses.h>
# if defined(HAVE_NCURSES_TERM_H)
# include <ncurses/term.h>
# elif defined(HAVE_TERM_H)
@@ -27,6 +27,6 @@
+# elif defined(HAVE_NCURSES_TERM_H)
+# include <ncurses/term.h>
+# endif
+ #elif defined(HAVE_TERMCAP_H)
+ # include <termcap.h>
#endif
- }
-
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/lftp/lftp.spec
============================================================================
$ cvs diff -u -r1.87 -r1.88 lftp.spec
--- openpkg-src/lftp/lftp.spec 18 Nov 2005 06:38:11 -0000 1.87
+++ openpkg-src/lftp/lftp.spec 3 Dec 2005 18:50:35 -0000 1.88
@@ -32,8 +32,8 @@
Class: BASE
Group: FTP
License: GPL
-Version: 3.3.4
-Release: 20051118
+Version: 3.3.5
+Release: 20051203
# list of sources
Source0:
http://ftp.yars.free.net/pub/source/lftp/lftp-%{version}.tar.bz2
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]