rpms/ftp/devel ftp.spec,1.42,1.43

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Thu Nov 15 12:52:54 UTC 2007


Author: mmaslano

Update of /cvs/pkgs/rpms/ftp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8633

Modified Files:
	ftp.spec 
Log Message:
Using fprintf instead of printf.



Index: ftp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ftp/devel/ftp.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ftp.spec	22 Oct 2007 08:11:17 -0000	1.42
+++ ftp.spec	15 Nov 2007 12:52:22 -0000	1.43
@@ -1,7 +1,7 @@
 Summary: The standard UNIX FTP (File Transfer Protocol) client
 Name: ftp
 Version: 0.17
-Release: 43%{?dist}
+Release: 44%{?dist}
 License: BSD with advertising
 Group: Applications/Internet
 Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ftp-%{version}.tar.gz
@@ -26,6 +26,7 @@
 Patch18: netkit-ftp-0.17-sigseg.patch
 Patch19: netkit-ftp-0.17-size.patch
 Patch20: netkit-ftp-0.17-fdleak.patch
+Patch21: netkit-ftp-0.17-fprintf.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: glibc-devel, readline-devel, ncurses-devel
@@ -60,6 +61,7 @@
 %patch18 -p1 -b .sigseg
 %patch19 -p1 -b .size
 %patch20 -p1 -b .fdleak
+%patch21 -p1 -b .fprintf
 
 %build
 sh configure --with-c-compiler=gcc --enable-ipv6
@@ -93,6 +95,9 @@
 %{_mandir}/man5/netrc.*
 
 %changelog
+* Thu Nov 15 2007 Marcela Maslanova <mmaslano at redhat.com> - 0.17-44
+- using fprintf instead of printf
+
 * Mon Oct 22 2007 Marcela Maslanova <mmaslano at redhat.com> - 0.17-43
 - feature: for cmd size is switching to TYPE_I automatized
 - bug: ftp leaks socket fds when it fails to open a file (#315241)




More information about the fedora-extras-commits mailing list