diff --git a/fetchmail-6.3.9-rc2.tar.bz2 b/fetchmail-6.3.9-rc2.tar.bz2 deleted file mode 100644 index 0fcf5a0..0000000 --- a/fetchmail-6.3.9-rc2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:742ccb578a329b35be1877911faf886d39316a3aa303c583ec545b745360325f -size 1284639 diff --git a/fetchmail-6.3.9.tar.bz2 b/fetchmail-6.3.9.tar.bz2 new file mode 100644 index 0000000..fde7ef1 --- /dev/null +++ b/fetchmail-6.3.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfd3b04aa552331f91f96bdf5f5afe489c31a600ae7973f5814bde5555813dc +size 1538134 diff --git a/fetchmail-fix-permissions-doc.patch b/fetchmail-fix-permissions-doc.patch deleted file mode 100644 index 0604613..0000000 --- a/fetchmail-fix-permissions-doc.patch +++ /dev/null @@ -1,22 +0,0 @@ -# Fixes documentation inconsistency (bnc#174287) -# This patch will be included in fetchmail-6.3.9 (but not in -rc's) ---- ./fetchmail.man.orig 2008-10-09 10:56:09.000000000 +0200 -+++ ./fetchmail.man 2008-10-09 10:56:47.000000000 +0200 -@@ -794,7 +794,7 @@ Specify a non-default name for the - run control file. The pathname argument must be either "-" (a single - dash, meaning to read the configuration from standard input) or a - filename. Unless the \-\-version option is also on, a named file --argument must have permissions no more open than 0600 (u=rw,g=,o=) or -+argument must have permissions no more open than 0700 (u=rwx,g=,o=) or - else be /dev/null. - .TP - .B \-i | \-\-idfile -@@ -1467,7 +1467,7 @@ When there is a conflict between the com - arguments in this file, the command-line arguments take precedence. - .PP - To protect the security of your passwords, --your \fI~/.fetchmailrc\fR may not normally have more than 0600 (u=rw,g=,o=) permissions; -+your \fI~/.fetchmailrc\fR may not normally have more than 0700 (u=rwx,g=,o=) permissions; - .I fetchmail - will complain and exit otherwise (this check is suppressed when - \-\-version is on). diff --git a/fetchmail.changes b/fetchmail.changes index 708cc8e..cecac69 100644 --- a/fetchmail.changes +++ b/fetchmail.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 13 11:56:26 CET 2009 - puzel@suse.cz + +- update to 6.3.9 final + - deleted fetchmail-fix-permissions-doc.patch (fixed upstream) + ------------------------------------------------------------------- Mon Jan 12 14:53:53 CET 2009 - puzel@suse.cz diff --git a/fetchmail.spec b/fetchmail.spec index 621a75f..19aa9e4 100644 --- a/fetchmail.spec +++ b/fetchmail.spec @@ -1,5 +1,5 @@ # -# spec file for package fetchmail (Version 6.3.8.90) +# spec file for package fetchmail (Version 6.3.9) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -29,14 +29,13 @@ BuildRequires: krb5-devel License: GPL v2 or later; Other uncritical OpenSource License; Public Domain, Freeware Group: Productivity/Networking/Email/Utilities AutoReqProv: on -Version: 6.3.8.90 -Release: 14 -Source: %{name}-6.3.9-rc2.tar.bz2 +Version: 6.3.9 +Release: 1 +Source: %{name}-%{version}.tar.bz2 Source1: %{name}.init Source2: %{name}.logrotate Source3: sysconfig.%{name} Patch: fetchmail-6.3.8-smtp_errors.patch -Patch1: fetchmail-fix-permissions-doc.patch PreReq: %insserv_prereq %fillup_prereq coreutils pwdutils Url: http://fetchmail.berlios.de/ Icon: fetchmail.xpm @@ -87,9 +86,8 @@ Authors: Sunil Shetye %prep -%setup -q -n fetchmail-6.3.9-rc2 +%setup -q %patch -p1 -%patch1 cp -a %{S:1} %{S:2} %{S:3} . %build @@ -175,6 +173,9 @@ rm -rf $RPM_BUILD_ROOT %{py_sitedir}/fetchmailconf.* %changelog +* Tue Jan 13 2009 puzel@suse.cz +- update to 6.3.9 final + - deleted fetchmail-fix-permissions-doc.patch (fixed upstream) * Mon Jan 12 2009 puzel@suse.cz - fix spurious messages from fetchmail.init (bnc#464037) * Fri Nov 14 2008 mrueckert@suse.de