* Tue Sep 07 2010 Jiri Skala <jskala@redhat.com> - 4.0.10-1
- updated to latest upstream - upstream changed tarball compression lzma -> xz
This commit is contained in:
parent
9919b8a9be
commit
605ec803f3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
lftp-4.0.9.tar.lzma
|
||||
lftp-4.0.10.tar.xz
|
||||
|
||||
@ -8,7 +8,7 @@ diff -up lftp-4.0.9/src/Http.cc.date_fmt lftp-4.0.9/src/Http.cc
|
||||
+#include <limits.h>
|
||||
#include <fnmatch.h>
|
||||
#include <locale.h>
|
||||
#include "Http.h"
|
||||
#include <assert.h>
|
||||
@@ -562,16 +563,10 @@ void Http::SendRequest(const char *conne
|
||||
(long long)((limit==FILE_END || limit>entity_size ? entity_size : limit)-1),
|
||||
(long long)entity_size);
|
||||
|
||||
10
lftp.spec
10
lftp.spec
@ -1,10 +1,10 @@
|
||||
Summary: A sophisticated file transfer program
|
||||
Name: lftp
|
||||
Version: 4.0.9
|
||||
Release: 3%{?dist}
|
||||
Version: 4.0.10
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Internet
|
||||
Source0: ftp://ftp.yar.ru/lftp/lftp-%{version}.tar.lzma
|
||||
Source0: ftp://ftp.yar.ru/lftp/lftp-%{version}.tar.xz
|
||||
URL: http://lftp.yar.ru/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: ncurses-devel, gnutls-devel, pkgconfig, readline-devel, gettext
|
||||
@ -94,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 07 2010 Jiri Skala <jskala@redhat.com> - 4.0.10-1
|
||||
- updated to latest upstream
|
||||
- upstream changed tarball compression lzma -> xz
|
||||
|
||||
* Thu Jun 24 2010 Jiri Skala <jskala@redhat.com> - 4.0.9-3
|
||||
- fixes issue when some servers require forcing SSL3.0
|
||||
- corrected check for 'max time' used for fix #600218
|
||||
|
||||
Loading…
Reference in New Issue
Block a user