Browse Source

upgrading package: lftp 3.3.4 -> 3.3.5

master
parent
commit
48bf31c757
  1. 10
      lftp/lftp.patch
  2. 4
      lftp/lftp.spec

10
lftp/lftp.patch

@ -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 @@ Index: src/lftp_tinfo.cc
-# 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 @@ Index: src/lftp_tinfo.cc
+# elif defined(HAVE_NCURSES_TERM_H)
+# include <ncurses/term.h>
+# endif
#elif defined(HAVE_TERMCAP_H)
# include <termcap.h>
#endif
}

4
lftp/lftp.spec

@ -32,8 +32,8 @@ Distribution: OpenPKG
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

Loading…
Cancel
Save