From 2087b0628be08ea548340d886f1f5cf335f8cc71 Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Wed, 1 Nov 2006 01:33:21 +0000 Subject: [PATCH] - Update to fetchmail-6.3.5 - Fix some rpmlint warnings --- .cvsignore | 5 +++-- fetchmail.spec | 26 +++++++++++++++----------- sources | 5 +++-- 3 files changed, 21 insertions(+), 15 deletions(-) diff --git a/.cvsignore b/.cvsignore index da4b0a3..b144959 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ -fetchmail-6.3.4.tar.bz2 -fetchmail-6.3.4.tar.bz2.asc +fetchmail-6.3.5.tar.bz2 +fetchmail-6.3.5.tar.bz2.asc +fm635-daemon-logfile.patch diff --git a/fetchmail.spec b/fetchmail.spec index 15e5551..a3c0e3f 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,15 +1,15 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %define fetchmailconf 0 -Summary: A remote mail retrieval and forwarding utility. +Summary: A remote mail retrieval and forwarding utility Name: fetchmail -Version: 6.3.4 -Release: 2 +Version: 6.3.5 +Release: 1 Requires: smtpdaemon Source0: http://download.berlios.de/fetchmail/fetchmail-%{version}.tar.bz2 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 -Patch1: fetchmail-6.3.4-ssl.patch URL: http://fetchmail.berlios.de/ License: GPL Group: Applications/Internet @@ -46,8 +46,8 @@ need to have Python and Tk installed in order to use fetchmailconf. %prep %setup -q +patch -p0 < %{SOURCE2} %patch0 -p1 -b .addrconf -%patch1 -p1 -b .ssl %build %configure --enable-POP3 --enable-IMAP --with-ssl --with-hesiod \ @@ -85,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Nov 1 2006 Miloslav Trmac - 6.3.5-1 +- Update to fetchmail-6.3.5 +- Fix some rpmlint warnings + * Sun Sep 24 2006 Miloslav Trmac - 6.3.4-2 - 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 * Fri Oct 4 2002 Nalin Dahyabhai 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 * Wed Sep 25 2002 Nalin Dahyabhai @@ -339,7 +343,7 @@ rm -rf $RPM_BUILD_ROOT * Fri Mar 2 2001 Nalin Dahyabhai - rebuild in new environment -* Fri Feb 23 2001 Trond Eivind Glomsrød +* Fri Feb 23 2001 Trond Eivind Glomsrød - langify * Mon Feb 12 2001 Nalin Dahyabhai @@ -413,7 +417,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Apr 4 2000 Bill Nottingham - eliminate explicit krb5-configs dependency -* Mon Mar 6 2000 Bernhard Rosenkränzer +* Mon Mar 6 2000 Bernhard Rosenkränzer - 5.3.1 - This fixes Bugs #9982 and #9987 * Wed Mar 1 2000 Nalin Dahyabhai @@ -431,7 +435,7 @@ rm -rf $RPM_BUILD_ROOT * Fri Feb 25 2000 Jeff Johnson - fix length of rfc822 headers in strcncasecmp(). -* Tue Feb 15 2000 Bernhard Rosenkränzer +* Tue Feb 15 2000 Bernhard Rosenkränzer - 5.2.8 (fixes the POP3-UIDL bug) - Fix up the fetchmailconf man page symlink @@ -443,11 +447,11 @@ rm -rf $RPM_BUILD_ROOT * Mon Jan 31 2000 Cristian Gafton - rebuild to fix deps - man pages are compressed -- enable %clean +- enable %%clean * Tue Jan 11 2000 Bernhard Rosenkraenzer - 5.2.3 -- fetchmailconf requires fetchmail = %{version} +- fetchmailconf requires fetchmail = %%{version} - fix compilation * Mon Dec 27 1999 Bernhard Rosenkraenzer diff --git a/sources b/sources index d520a35..34534c6 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ -35ded0414fcff79b492d6ade2ce48911 fetchmail-6.3.4.tar.bz2 -55cec425c6d6f422ae9bbb2eedda4b54 fetchmail-6.3.4.tar.bz2.asc +e8dc5cd8e80677bb60e397d6171d12ec fetchmail-6.3.5.tar.bz2 +3716001e8e8c6dc54b58dfd571151ff0 fetchmail-6.3.5.tar.bz2.asc +4b37403e91d2732902f33fa15ab43a68 fm635-daemon-logfile.patch