- Update to fetchmail-6.3.5
- Fix some rpmlint warnings
This commit is contained in:
parent
aedf177ed8
commit
2087b0628b
@ -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
|
||||
|
@ -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 <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
|
||||
- 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 <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
|
||||
|
||||
* 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>
|
||||
- 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
|
||||
|
||||
* 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>
|
||||
- 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
|
||||
|
||||
* 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>
|
||||
- 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)
|
||||
- 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>
|
||||
- rebuild to fix deps
|
||||
- man pages are compressed
|
||||
- enable %clean
|
||||
- enable %%clean
|
||||
|
||||
* Tue Jan 11 2000 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||
- 5.2.3
|
||||
- fetchmailconf requires fetchmail = %{version}
|
||||
- fetchmailconf requires fetchmail = %%{version}
|
||||
- fix compilation
|
||||
|
||||
* Mon Dec 27 1999 Bernhard Rosenkraenzer <bero@redhat.com>
|
||||
|
5
sources
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user