- Update to fetchmail-6.3.5

- Fix some rpmlint warnings
This commit is contained in:
Miloslav Trmac 2006-11-01 01:33:21 +00:00
parent aedf177ed8
commit 2087b0628b
3 changed files with 21 additions and 15 deletions

View File

@ -1,2 +1,3 @@
fetchmail-6.3.4.tar.bz2 fetchmail-6.3.5.tar.bz2
fetchmail-6.3.4.tar.bz2.asc fetchmail-6.3.5.tar.bz2.asc
fm635-daemon-logfile.patch

View File

@ -1,15 +1,15 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define fetchmailconf 0 %define fetchmailconf 0
Summary: A remote mail retrieval and forwarding utility. Summary: A remote mail retrieval and forwarding utility
Name: fetchmail Name: fetchmail
Version: 6.3.4 Version: 6.3.5
Release: 2 Release: 1
Requires: smtpdaemon Requires: smtpdaemon
Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2 Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2
Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc Source1: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2.asc
Source2: http://download.berlios.de/fetchmail/fm635-daemon-logfile.patch
Patch0: fetchmail-6.2.5-addrconf.patch Patch0: fetchmail-6.2.5-addrconf.patch
Patch1: fetchmail-6.3.4-ssl.patch
URL: http://fetchmail.berlios.de/ URL: http://fetchmail.berlios.de/
License: GPL License: GPL
Group: Applications/Internet Group: Applications/Internet
@ -46,8 +46,8 @@ need to have Python and Tk installed in order to use fetchmailconf.
%prep %prep
%setup -q %setup -q
patch -p0 < %{SOURCE2}
%patch0 -p1 -b .addrconf %patch0 -p1 -b .addrconf
%patch1 -p1 -b .ssl
%build %build
%configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \ %configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \
@ -85,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Wed Nov 1 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.5-1
- Update to fetchmail-6.3.5
- Fix some rpmlint warnings
* Sun Sep 24 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.4-2 * Sun Sep 24 2006 Miloslav Trmac <mitr@redhat.com> - 6.3.4-2
- Don't increase the certificate search path on each poll (#206346) - Don't increase the certificate search path on each poll (#206346)
@ -229,7 +233,7 @@ rm -rf $RPM_BUILD_ROOT
- update to 6.1.2 - update to 6.1.2
* Fri Oct 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.1.0-1 * Fri Oct 4 2002 Nalin Dahyabhai <nalin@redhat.com> 6.1.0-1
- add -L/usr/kerberos/%{_lib} to LDFLAGS so that the Kerberos libraries will - add -L/usr/kerberos/%%{_lib} to LDFLAGS so that the Kerberos libraries will
be found again be found again
* Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com> * Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com>
@ -339,7 +343,7 @@ rm -rf $RPM_BUILD_ROOT
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com> * Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
- rebuild in new environment - rebuild in new environment
* Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com> * Fri Feb 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
- langify - langify
* Mon Feb 12 2001 Nalin Dahyabhai <nalin@redhat.com> * Mon Feb 12 2001 Nalin Dahyabhai <nalin@redhat.com>
@ -413,7 +417,7 @@ rm -rf $RPM_BUILD_ROOT
* Tue Apr 4 2000 Bill Nottingham <notting@redhat.com> * Tue Apr 4 2000 Bill Nottingham <notting@redhat.com>
- eliminate explicit krb5-configs dependency - eliminate explicit krb5-configs dependency
* Mon Mar 6 2000 Bernhard Rosenkränzer <bero@redhat.com> * Mon Mar 6 2000 Bernhard Rosenkränzer <bero@redhat.com>
- 5.3.1 - This fixes Bugs #9982 and #9987 - 5.3.1 - This fixes Bugs #9982 and #9987
* Wed Mar 1 2000 Nalin Dahyabhai <nalin@redhat.com> * Wed Mar 1 2000 Nalin Dahyabhai <nalin@redhat.com>
@ -431,7 +435,7 @@ rm -rf $RPM_BUILD_ROOT
* Fri Feb 25 2000 Jeff Johnson <jbj@redhat.com> * Fri Feb 25 2000 Jeff Johnson <jbj@redhat.com>
- fix length of rfc822 headers in strcncasecmp(). - fix length of rfc822 headers in strcncasecmp().
* Tue Feb 15 2000 Bernhard Rosenkränzer <bero@redhat.com> * Tue Feb 15 2000 Bernhard Rosenkränzer <bero@redhat.com>
- 5.2.8 (fixes the POP3-UIDL bug) - 5.2.8 (fixes the POP3-UIDL bug)
- Fix up the fetchmailconf man page symlink - Fix up the fetchmailconf man page symlink
@ -443,11 +447,11 @@ rm -rf $RPM_BUILD_ROOT
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com> * Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
- rebuild to fix deps - rebuild to fix deps
- man pages are compressed - man pages are compressed
- enable %clean - enable %%clean
* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com> * Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.2.3 - 5.2.3
- fetchmailconf requires fetchmail = %{version} - fetchmailconf requires fetchmail = %%{version}
- fix compilation - fix compilation
* Mon Dec 27 1999 Bernhard Rosenkraenzer <bero@redhat.com> * Mon Dec 27 1999 Bernhard Rosenkraenzer <bero@redhat.com>

View File

@ -1,2 +1,3 @@
35ded0414fcff79b492d6ade2ce48911 fetchmail-6.3.4.tar.bz2 e8dc5cd8e80677bb60e397d6171d12ec fetchmail-6.3.5.tar.bz2
55cec425c6d6f422ae9bbb2eedda4b54 fetchmail-6.3.4.tar.bz2.asc 3716001e8e8c6dc54b58dfd571151ff0 fetchmail-6.3.5.tar.bz2.asc
4b37403e91d2732902f33fa15ab43a68 fm635-daemon-logfile.patch