rpms/lftp/F-8 lftp.spec,1.62,1.63

Martin Nagy (mnagy) fedora-extras-commits at redhat.com
Thu Dec 13 07:55:13 UTC 2007


Author: mnagy

Update of /cvs/extras/rpms/lftp/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32126

Modified Files:
	lftp.spec 
Log Message:
* Thu Dec 13 2007 Martin Nagy <mnagy at redhat.com> - 3.5.14-3
- Fixed coredumping when downloading (#414051)



Index: lftp.spec
===================================================================
RCS file: /cvs/extras/rpms/lftp/F-8/lftp.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- lftp.spec	17 Sep 2007 13:02:08 -0000	1.62
+++ lftp.spec	13 Dec 2007 07:54:35 -0000	1.63
@@ -1,7 +1,7 @@
 Summary: 	A sophisticated file transfer program
 Name: 		lftp 
 Version: 	3.5.14
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 License: 	GPL
 Group: 		Applications/Internet
 Source0: 	ftp://ftp.yar.ru/lftp/lftp-%{version}.tar.gz
@@ -9,6 +9,8 @@
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: 	ncurses-devel, openssl-devel, pkgconfig, readline-devel, libtool, gettext
 
+Patch1: lftp-3.5.14-progress_overflow.patch
+
 %description
 LFTP is a sophisticated ftp/http file transfer program. Like bash, it has job
 control and uses the readline library for input. It has bookmarks, built-in
@@ -17,6 +19,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .progress_overflow
 
 %build
 if pkg-config openssl ; then
@@ -86,6 +89,9 @@
 %{_libdir}/liblftp-tasks*
 
 %changelog
+* Thu Dec 13 2007 Martin Nagy <mnagy at redhat.com> - 3.5.14-3
+- Fixed coredumping when downloading (#414051)
+
 * Mon Sep 17 2007 Maros Barabas <mbarabas at redhat.com> - 3.5.14-2
 - rebase
 - deleted symlinks liblftp-jobs.so & liblftp-tasks.so




More information about the fedora-extras-commits mailing list