[lftp] * Tue Sep 07 2010 Jiri Skala <jskala at redhat.com> - 4.0.10-1 - updated to latest upstream - upstream

Jiri Skala jskala at fedoraproject.org
Tue Sep 7 07:06:03 UTC 2010


commit 605ec803f3855b1012572d6e63d287816fbb343d
Author: Jiri Skala <jskala at localhost.localdomain>
Date:   Tue Sep 7 09:06:06 2010 +0200

    * Tue Sep 07 2010 Jiri Skala <jskala at redhat.com> - 4.0.10-1
    - updated to latest upstream
    - upstream changed tarball compression lzma -> xz

 .gitignore                |    1 +
 lftp-4.0.9-date_fmt.patch |    2 +-
 lftp.spec                 |   10 +++++++---
 sources                   |    2 +-
 4 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99c220d..f2fd637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 lftp-4.0.9.tar.lzma
+lftp-4.0.10.tar.xz
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 643dac6..5abbe9d 100644
--- a/lftp.spec
+++ b/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 at redhat.com> - 4.0.10-1
+- updated to latest upstream
+- upstream changed tarball compression lzma -> xz
+
 * Thu Jun 24 2010 Jiri Skala <jskala at redhat.com> - 4.0.9-3
 - fixes issue when some servers require forcing SSL3.0
 - corrected check for 'max time' used for fix #600218
diff --git a/sources b/sources
index d7674ed..6e0aa45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b3d584d12fd04037916882b1a00f2f92  lftp-4.0.9.tar.lzma
+3dfd4458e1a72803821de468b77ae536  lftp-4.0.10.tar.xz


More information about the scm-commits mailing list