Hello community,

here is the log from the commit of package getmail for openSUSE:Factory
checked in at Fri May 20 16:00:46 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/getmail/getmail.changes        2011-04-10 
12:07:18.000000000 +0200
@@ -0,0 +1,209 @@
+-------------------------------------------------------------------
+Sun Apr 10 10:04:53 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 4.20.2:
+  * better IPv6 handling of the "Received:" header
+
+- changes from 4.20.1:
+  * code now ensures that the correct remote address and port are included in
+    the "Received:" trace headers generated by getmail; previously, the first
+    address found for the server was used even if another address was actually
+    used to connect to the server
+
+-------------------------------------------------------------------
+Wed Jun 30 07:49:48 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 4.20.0:
+  * code was fixed from a bad SVN merge that slipped into 4.18.0, triggering
+    exceptions in MDA_external configurations
+
+- changes from 4.19.0:
+  * fixes missing import introduced in 4.18.0
+
+- dropped getmail-4.18.0-global_name.patch, merged upstream (in 4.19.0)
+
+-------------------------------------------------------------------
+Mon Jun 28 23:01:15 UTC 2010 - l...@linux-schulserver.de
+
+- added getmail-4.18.0-global_name.patch
+
+-------------------------------------------------------------------
+Sun Jun 27 20:36:27 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 4.18.0:
+  * a broken link in the FAQ was updated
+  * a few extra characters that were problematic (on non-Unix
+    systems) were stripped when generating oldmail filenames -- if
+    you are upgrading and your current oldmail file contains any of
+    the following characters: "\", ";", "[", "]", or "|", then you
+    should rename it, replacing runs of one or more of those
+    characters with a single "-"
+  * the clarity of the message logged by getmail was improved when
+    an external program exits 0 but getmail considers it failed
+    because it wrote to stderr
+
+-------------------------------------------------------------------
+Fri Apr 30 23:05:28 UTC 2010 - pascal.ble...@opensuse.org
+
+- update to 4.17.0:
+  * changes how getmail counts messages in an IMAP mailbox
+  * prevents problems where getmail would only see the first 500
+    messages in a mailbox with some IMAP servers that return
+    oddball responses to SELECT
+
+-------------------------------------------------------------------
+Wed Jan  6 15:24:58 UTC 2010 - pascal.ble...@opensuse.org
+
+- split most documentation into a -doc subpackage
+
+- update to 4.16.0:
+  * an additional fix was made for an IMAP server that offers a
+    message it then fails to return -- this allows getmail to
+    continue with the next message
+
+- changes from 4.15.0:
+  * default port for MultidropIMAPSSLRetriever was incorrect
+
+-------------------------------------------------------------------
+Tue Nov 24 13:40:41 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 4.14.0:
+  * additional cases where IMAP (and for good measure, POP3)
+    servers are broken and offer a message that it then fails
+    to return were fixed
+
+-------------------------------------------------------------------
+Wed Oct 14 18:58:15 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 4.13.0:
+  *  fix new log message not having trailing newline
+
+-------------------------------------------------------------------
+Thu Oct  8 14:29:18 UTC 2009 - pascal.ble...@opensuse.org
+
+- update to 4.12.0:
+  * handles MS Exchange failure to deliver messages gracefully
+  * documentation updates regarding a Python IMAP memory bug
+
+- changes from 4.11.0:
+  * fixed --dump not generating any output for rc files containing
+    the "verbose = 0" option
+  * fixed a copy-and-paste error in the documentation of
+    MultiSorter destination
+
+- changes from 4.10.0:
+  * add option "message_log_verbose", defaulting to false:
+    if true, the message_log file (and syslog, if used) will
+    contain a little more information than the default of just
+    messages retrieved
+
+- changes from 4.9.0:
+  * adds Kerberos authentication support for IMAP servers
+  * eliminates a deprecation warning from Python 2.6
+
+- changes from 4.8.4:
+  * adds missing fsync() in the updatefile close method to ensure
+    that data actually hits the disk before the rename takes place;
+    makes writing of the oldmail file more resilient to system
+    crashes
+
+- changes from 4.8.3:
+  * improved information is sent to the log file about messages
+    not retrieved
+
+- changes from 4.8.2:
+  * for IMAP retrievers, message state is kept around for 30 days
+    even if the corresponding message isn't seen; this allows
+    users to have multiple rc files with different IMAP folders to
+    retrieve from without losing their "seen" mail state for the
+    folders they're not currently retrieving from
+
+- changes from 4.8.1:
+  * fixes the use of the Python 2.4 set builtin in 4.8.0,
+    preventing getmail from running on Python 2.3.x
+
+- changes from 4.8.0:
+  * better diagnostics when a user invalidly supplies the timeout
+    configuration parameter for an IMAP-SSL retriever
+
+- changes from 4.7.8:
+  * explicitly closes the current IMAP mailbox when selecting a
+    new one, so all servers expunge deleted mail
+
+- changes from 4.7.7:
+  * the log message level for stderr output of the destination is
+    dropped if ignore_stderr is set, just like for filter
+
+-------------------------------------------------------------------
+Tue Nov  6 05:42:50 CET 2007 - mrueck...@suse.de
+
+- update to version 4.7.6
+  - fix exception when getmail is trying to report a POP3 server
+    that completely missed generating a UIDL token for a message.
+    Thanks: Hans Lammerts.
+- additional changes in 4.7.5
+  - make updatefile honour symlinks, so users can alias one
+    server's oldmail state file to another (for split-horizon DNS
+    and other strange configurations).  Thanks: Scott Hepler.
+
+-------------------------------------------------------------------
+Wed Apr 25 00:32:08 CEST 2007 - mrueck...@suse.de
+
+- update to version 4.7.4
+
+-------------------------------------------------------------------
+Mon Feb  5 18:35:19 CET 2007 - mrueck...@suse.de
+
+- update to version 4.7.1
+  -add max_bytes_per_session option.  Thanks: Robert Spencer.
+  -documentation additions.
+
+-------------------------------------------------------------------
+Fri Jan 26 02:45:31 CET 2007 - mrueck...@suse.de
+
+- update to version 4.7.0
+  - make Mboxrd lock type configurable (lockf or flock). Change
+    default to lockf. Thanks: Norman Carver.
+
+-------------------------------------------------------------------
+Thu Jan  4 18:35:49 CET 2007 - mrueck...@suse.de
+
+- update to version 4.6.7:
+  better handling for some fatal violations of POP/IMAP protocols.
+
+-------------------------------------------------------------------
+Tue Dec 12 20:25:50 CET 2006 - mrueck...@suse.de
+
+- update to 4.6.6
+
+-------------------------------------------------------------------
+Fri Sep 29 00:05:09 CEST 2006 - mrueck...@suse.de
+
+- add %{py_libdir}/site-packages/%{name}-%{version}-py%{py_ver}.egg-info
+  to the file list for python 2.5 on Factory
+
+-------------------------------------------------------------------
+Thu Sep 28 23:37:21 CEST 2006 - mrueck...@suse.de
+
+- update to version 4.6.4:
+  * Add FAQ about BrokenUIDLPOP3 retrievers.
+  * Add better diagnostics for missing/invalid/unwritable state/data
+    directory.  Thanks: Christian Authmann.
+
+-------------------------------------------------------------------
+Sat Jun 24 05:46:13 CEST 2006 - mrueck...@suse.de
+
+- Update to version 4.6.3:
+  * fix regression: spurious errors thrown when required multidrop
++++ 12 more lines (skipped)
++++ between /dev/null
++++ and /mounts/work_src_done/STABLE/getmail/getmail.changes

calling whatdependson for head-i586


New:
----
  getmail-4.20.2.tar.bz2
  getmail-fix_paths.patch
  getmail-rpmlintrc
  getmail.changes
  getmail.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ getmail.spec ++++++
#
# spec file for package getmail
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           getmail
Version:        4.20.2
Release:        1
Group:          Productivity/Networking/Email/Utilities
License:        GNU General Public License version 2 (GPL v2)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
Url:            http://pyropus.ca/software/getmail/
# http://pyropus.ca/software/getmail/old-versions/getmail-%{version}.tar.gz
Source:         getmail-%{version}.tar.bz2
Source99:       %{name}-rpmlintrc
Patch1:         getmail-fix_paths.patch
Summary:        Simple, Secure and Reliable Email Retriever
Provides:       python-getmailcore = %{version}-%{release}
Provides:       python-getmail = %{version}-%{release}
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
BuildRequires:  perl python-devel
%py_requires

%description
getmail is intended as a simple, secure, and reliable replacement for
fetchmail. It retrieves email (either all messages, or only unread messages)
from one or more POP3, SPDS, or IMAP4 servers (with or without SSL) for one or
more email accounts, and reliably delivers into qmail-style Maildirs, mboxrd
files, or through external MDAs (command deliveries) specified on a per-account
basis. getmail also has excellent support for domain (multidrop) mailboxes,
including delivering messages to different users or destinations based on the
envelope recipient address.




Author:
--------
    %(%__python ./setup.py --author) <%(%__python ./setup.py --author-email)>
    Charles Cazabon <charlesc-getm...@pyropus.ca>

%package doc


Summary:        Documentation for %{name}
Group:          Productivity/Networking/Email/Utilities

%description doc
getmail is intended as a simple, secure, and reliable replacement for
fetchmail.

This package contains the configuration, FAQ and troubleshooting
documentation, under %{_docdir}/%{name}/

%prep
%setup -q
%patch1
%__sed -i \
        -e 's|@@DOCDIR@@|%{_docdir}/%{name}|g' \
        -e 's|@@MANDIR@@|%{_mandir}|g' \
        setup.py

pushd getmailcore
%__perl -ni -e 'print $_ unless m|^#!\s*/|' *.py
%__chmod 0644 *.py
popd #getmailcore

%build
CFLAGS="%{optflags}" \
%__python ./setup.py build

%install
%__python ./setup.py install \
        --prefix="%{_prefix}" \
        --root="%{buildroot}" \
        --record-rpm=files.lst

%__perl -ni -e 'chomp; print $_,"\n" unless m|^(%dir\s+)?%{_docdir}/?$|' 
files.lst
%__perl -pi -e 's/^/%doc / if m|^(%dir\s+)?%{_docdir}/|' files.lst
%__perl -pi -e 's/$/*/ if m|^%{_mandir}/|' files.lst

%__perl -ni -e 'print unless m,%{_docdir}/%{name}/.+\.(html|txt|css)$,' 
files.lst

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files -f files.lst
%defattr(-,root,root,0755)
%doc %dir %{_docdir}/%{name}

%files doc
%defattr(-,root,root,0755)
%doc %dir %{_docdir}/%{name}
%{_docdir}/%{name}/*.html
%{_docdir}/%{name}/*.txt
%{_docdir}/%{name}/*.css

%changelog
++++++ getmail-fix_paths.patch ++++++
--- setup.py.orig       2009-10-08 10:16:54.000000000 +0200
+++ setup.py    2009-10-08 11:56:58.000000000 +0200
@@ -35,19 +35,8 @@
         # hack hack hack hack hack hack hack
         datadir = args[pos + 1]
 
-GETMAILDOCDIR = os.path.join(
-    datadir or prefix,
-    'share',
-    'doc',
-    'getmail-%s' % __version__
-)
-
-GETMAILMANDIR = os.path.join(
-    datadir or prefix,
-    'share',
-    'man',
-    'man1'
-)
+GETMAILDOCDIR = '@@DOCDIR@@'
+GETMAILMANDIR = os.path.join('@@MANDIR@@', 'man1')
 
 if '--show-default-install-dirs' in args:
     print 'Default installation directories:'
@@ -100,7 +89,6 @@
     data_files=[
         (GETMAILDOCDIR, [
             './README',
-            './getmail.spec',
             'docs/BUGS',
             'docs/COPYING',
             'docs/CHANGELOG',
++++++ getmail-rpmlintrc ++++++
addFilter("python-naming-policy-not-applied")

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to