[lftp/f14/master] changed tarball compression

Jiri Skala jskala at fedoraproject.org
Tue Jan 18 18:56:54 UTC 2011


commit 2ab9648780b48e5229846f1d21b9fbeb4d998702
Author: Jiri Skala <jskala at skalniknb.(none)>
Date:   Tue Jan 18 19:57:21 2011 +0100

    changed tarball compression

 lftp-4.0.9-date_fmt.patch |    2 +-
 lftp.spec                 |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/lftp-4.0.9-date_fmt.patch b/lftp-4.0.9-date_fmt.patch
index dff27f1..38060c3 100644
--- a/lftp-4.0.9-date_fmt.patch
+++ b/lftp-4.0.9-date_fmt.patch
@@ -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);
diff --git a/lftp.spec b/lftp.spec
index d5b9c18..2462e51 100644
--- a/lftp.spec
+++ b/lftp.spec
@@ -4,7 +4,7 @@ Version:	4.1.3
 Release:	3%{?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
@@ -96,6 +96,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Tue Jan 18 2011 Jiri Skala <jskala at redhat.com> - 4.1.3-1
 - updated to latest upstream version lftp-4.1.3
+- changed tarball compression
 
 * Thu Jun 24 2010 Jiri Skala <jskala at redhat.com> - 4.0.9-3
 - fixes issue when some servers require forcing SSL3.0


More information about the scm-commits mailing list