Author: arekm Date: Sat Sep 12 18:01:38 2009 GMT Module: packages Tag: HEAD ---- Log message: - up to 4.0.0
---- Files affected: packages/lftp: lftp.spec (1.271 -> 1.272) , lftp-m4.patch (1.2 -> 1.3) ---- Diffs: ================================================================ Index: packages/lftp/lftp.spec diff -u packages/lftp/lftp.spec:1.271 packages/lftp/lftp.spec:1.272 --- packages/lftp/lftp.spec:1.271 Thu Jul 23 08:40:55 2009 +++ packages/lftp/lftp.spec Sat Sep 12 20:01:33 2009 @@ -20,18 +20,20 @@ Summary(pt_BR.UTF-8): Sofisticado programa de transferência de arquivos (cliente FTP/HTTP) Summary(zh_CN.UTF-8): lftp 客户端程序 Name: lftp -Version: 3.7.15 +Version: 4.0.0 Release: 1 License: GPL v3+ Group: Applications/Networking Source0: ftp://ftp.yars.free.net/pub/source/lftp/%{name}-%{version}.tar.lzma -# Source0-md5: 7407a8eadacae90c9c6caf542c3f46d2 +# Source0-md5: 3a0baead3174e6d10c3262b03bc642c3 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-man-pages.tar.bz2 # Source1-md5: cdad8fb5342eebd9916eccefc98a855b Source2: %{name}.desktop Patch0: %{name}-home_etc.patch Patch1: %{name}-makefile.patch +# ALWAYS send updated patch to lftp mailing lists Patch2: %{name}-pl.po-update.patch +Patch3: %{name}-m4.patch URL: http://lftp.yar.ru/ BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -79,7 +81,8 @@ %setup -q #%%patch0 -p1 %patch1 -p1 -%patch2 -p1 +#%patch2 -p1 +%patch3 -p1 rm -f po/stamp-po @@ -145,6 +148,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.272 2009/09/12 18:01:33 arekm +- up to 4.0.0 + Revision 1.271 2009/07/23 06:40:55 amateja - updated to 3.7.15 ================================================================ Index: packages/lftp/lftp-m4.patch diff -u /dev/null packages/lftp/lftp-m4.patch:1.3 --- /dev/null Sat Sep 12 20:01:38 2009 +++ packages/lftp/lftp-m4.patch Sat Sep 12 20:01:33 2009 @@ -0,0 +1,25 @@ +--- lftp-4.0.0/configure.ac~ 2009-09-12 19:39:22.434759846 +0200 ++++ lftp-4.0.0/configure.ac 2009-09-12 19:39:56.352256686 +0200 +@@ -254,9 +254,9 @@ + + AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [don't use GNUTLS library]), + [with_gnutls=$withval], [with_gnutls=yes]) +-AC_ARG_WITH(openssl, ++AC_ARG_WITH(openssl,[ + AS_HELP_STRING([--with-openssl[[=/path]]], [use OpenSSL [at /path]]) +-AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)]), ++AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)])], + [with_openssl=$withval], [with_openssl=no]) + case "$with_openssl" in + yes) with_gnutls=no;; +--- lftp-4.0.0/configure.ac~ 2009-09-12 19:40:40.005586037 +0200 ++++ lftp-4.0.0/configure.ac 2009-09-12 19:43:06.141403565 +0200 +@@ -255,7 +255,7 @@ + AC_ARG_WITH(gnutls, AS_HELP_STRING([--without-gnutls], [don't use GNUTLS library]), + [with_gnutls=$withval], [with_gnutls=yes]) + AC_ARG_WITH(openssl,[ +-AS_HELP_STRING([--with-openssl[[=/path]]], [use OpenSSL [at /path]]) ++AS_HELP_STRING([--with-openssl=/path], [use OpenSSL at /path]) + AS_HELP_STRING([--without-openssl], [don't use OpenSSL (default)])], + [with_openssl=$withval], [with_openssl=no]) + case "$with_openssl" in ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lftp/lftp.spec?r1=1.271&r2=1.272&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lftp/lftp-m4.patch?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
