- Fix fetchmailconf handling of unspecified server port

This commit is contained in:
Miloslav Trmac 2005-06-11 17:45:31 +00:00
parent 2337ce1506
commit 13bcf8be7e

View File

@ -3,7 +3,7 @@
Summary: A remote mail retrieval and forwarding utility.
Name: fetchmail
Version: 6.2.5
Release: 8
Release: 9
Requires: smtpdaemon
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.gz
Source1: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz.asc
@ -16,6 +16,7 @@ Patch4: fetchmail-6.2.5-addrconf.patch
Patch5: fetchmail-6.2.5-recent-after-expunge.patch
Patch6: fetchmail-6.2.5-krb5.patch
Patch7: fetchmail-6.2.5-arpop.patch
Patch8: fetchmail-6.2.5-port.patch
URL: http://fetchmail.berlios.de/
License: GPL
Group: Applications/Internet
@ -62,6 +63,7 @@ need to have Python and Tk installed in order to use fetchmailconf.
%patch5 -p1 -b .recent-after-expunge
%patch6 -p1 -b .krb5
%patch7 -p1 -b .arpop
%patch8 -p1 -b .port
autoheader
autoconf
@ -104,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Sat Jun 11 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.5-9
- Fix fetchmailconf handling of unspecified server port
* Tue Jun 7 2005 Miloslav Trmac <mitr@redhat.com> - 6.2.5-8
- Fix APOP and RPOP (#127315)
- Don't link to libdl