rpms/lftp/FC-5 .cvsignore, 1.23, 1.24 lftp.spec, 1.43, 1.44 sources, 1.23, 1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 21 20:12:16 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/lftp/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv19740

Modified Files:
	.cvsignore lftp.spec sources 
Log Message:
upgrade to upstream version 3.4.4


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/lftp/FC-5/.cvsignore,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- .cvsignore	8 Feb 2006 16:19:09 -0000	1.23
+++ .cvsignore	21 Apr 2006 20:12:12 -0000	1.24
@@ -12,3 +12,6 @@
 lftp-3.4.0.tar.bz2.asc
 lftp-3.4.1.tar.bz2
 lftp-3.4.2.tar.bz2
+lftp-3.4.3.tar.gz
+lftp-3.4.3.tar.bz2
+lftp-3.4.4.tar.bz2


Index: lftp.spec
===================================================================
RCS file: /cvs/dist/rpms/lftp/FC-5/lftp.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- lftp.spec	10 Mar 2006 06:03:08 -0000	1.43
+++ lftp.spec	21 Apr 2006 20:12:12 -0000	1.44
@@ -1,7 +1,7 @@
 Summary: 	A sophisticated file transfer program
 Name: 		lftp 
-Version: 	3.4.2
-Release: 	5
+Version: 	3.4.4
+Release: 	1.FC5
 License: 	GPL
 Group: 		Applications/Internet
 Source0: 	http://ftp.yars.free.net/lftp/lftp-%{version}.tar.bz2
@@ -13,8 +13,6 @@
 Patch2:		lftp-3.4.1-dont_core.patch
 Patch181694:    lftp-3.4.2-fix-redirect-coredump.patch
 
-#%define debug_package %{nil}
-
 %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
@@ -27,7 +25,8 @@
 #^- now fixed upstream
 #%patch2 -p1 -b .dont_core
 #^- now fixed upstream
-%patch181694 -p1 -b .bz181694
+#%patch181694 -p1 -b .bz181694
+#^- now fixed upstream
 
 %build
 if pkg-config openssl ; then
@@ -39,6 +38,11 @@
 export tagname=CC
 make LIBTOOL=%{_bindir}/libtool
 
+%{?!DEBUG:  %define DEBUG 0}
+%if %{DEBUG}
+%define debug_package %{nil}
+%endif
+
 %install
 rm -rf $RPM_BUILD_ROOT
 export tagname=CC
@@ -49,8 +53,11 @@
 # Remove files from $RPM_BUILD_ROOT that we aren't shipping.
 rm -f $RPM_BUILD_ROOT%{_libdir}/lftp/%{version}/*.a
 %find_lang %{name}
-#/usr/lib/rpm/brp-compress
-#exit 0
+%if %{DEBUG}
+/usr/lib/rpm/brp-compress
+exit 0
+%endif
+:;
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -77,6 +84,12 @@
 %{_libdir}/lftp/%{version}/proto-sftp.so
 
 %changelog
+* Fri Apr 21 2006 Jason Vas Dias <jvdias at redhat.com> - 3.4.4-1
+- Upgrade to upstream version 3.4.4
+
+* Thu Mar 16 2006 Jason Vas Dias <jvdias at redhat.com> - 3.4.3-1
+- Upgrade to upstream version 3.4.3
+
 * Fri Mar 10 2006 Bill Nottingham <notting at redhat.com> - 3.4.2-5
 - rebuild for ppc TLS issue (#184446)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/lftp/FC-5/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	8 Feb 2006 16:19:09 -0000	1.23
+++ sources	21 Apr 2006 20:12:12 -0000	1.24
@@ -1 +1 @@
-a572a3ab4490a58bb10b51ef97ef5c30  lftp-3.4.2.tar.bz2
+84af5617bba109b18b5d5f28f55d26e9  lftp-3.4.4.tar.bz2




More information about the fedora-cvs-commits mailing list