Author: arekm Date: Tue Jan 27 13:52:05 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; fix connection on link-local ipv6 addresses
---- Files affected: SPECS: lftp.spec (1.262 -> 1.263) ---- Diffs: ================================================================ Index: SPECS/lftp.spec diff -u SPECS/lftp.spec:1.262 SPECS/lftp.spec:1.263 --- SPECS/lftp.spec:1.262 Sun Jan 25 17:45:33 2009 +++ SPECS/lftp.spec Tue Jan 27 14:52:00 2009 @@ -21,7 +21,7 @@ Summary(zh_CN.UTF-8): lftp 客户端程序 Name: lftp Version: 3.7.8 -Release: 1 +Release: 2 License: GPL v3+ Group: Applications/Networking Source0: ftp://ftp.yars.free.net/pub/source/lftp/%{name}-%{version}.tar.bz2 @@ -31,6 +31,7 @@ Source2: %{name}.desktop Patch0: %{name}-home_etc.patch Patch1: %{name}-makefile.patch +Patch2: %{name}-ipv6.patch URL: http://lftp.yar.ru/ BuildRequires: autoconf >= 2.60 BuildRequires: automake @@ -78,6 +79,7 @@ %setup -q #%%patch0 -p1 %patch1 -p1 +%patch2 -p1 rm -f po/stamp-po @@ -143,6 +145,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.263 2009/01/27 13:52:00 arekm +- rel 2; fix connection on link-local ipv6 addresses + Revision 1.262 2009/01/25 16:45:33 arekm - up to 3.7.8 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lftp.spec?r1=1.262&r2=1.263&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
