Hello community,

here is the log from the commit of package getmail for openSUSE:Factory checked 
in at 2011-12-12 16:56:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/getmail (Old)
 and      /work/SRC/openSUSE:Factory/.getmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "getmail", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/getmail/getmail.changes  2011-11-21 
15:45:47.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.getmail.new/getmail.changes     2011-12-12 
17:00:40.000000000 +0100
@@ -1,0 +2,9 @@
+Mon Dec 12 06:25:12 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 4.24.0:
+  * add an explicit expunge when closing an IMAP mailbox, for servers that
+    incorrectly do not do this when the mailbox is closed
+  * fix incorrect section reference for "mailboxes" parameter in documentation
+  * fix getmail_fetch broken in 4.21.0
+
+-------------------------------------------------------------------

Old:
----
  getmail-4.23.0.tar.gz

New:
----
  getmail-4.24.0.tar.gz

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

Other differences:
------------------
++++++ getmail.spec ++++++
--- /var/tmp/diff_new_pack.gHklFg/_old  2011-12-12 17:01:06.000000000 +0100
+++ /var/tmp/diff_new_pack.gHklFg/_new  2011-12-12 17:01:06.000000000 +0100
@@ -19,7 +19,7 @@
 
 
 Name:           getmail
-Version:        4.23.0
+Version:        4.24.0
 Release:        1
 Group:          Productivity/Networking/Email/Utilities
 License:        GPL-2.0

++++++ getmail-4.23.0.tar.gz -> getmail-4.24.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/PKG-INFO new/getmail-4.24.0/PKG-INFO
--- old/getmail-4.23.0/PKG-INFO 2011-11-20 17:18:22.000000000 +0100
+++ new/getmail-4.24.0/PKG-INFO 2011-12-12 01:16:13.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: getmail
-Version: 4.23.0
+Version: 4.24.0
 Summary: a mail retrieval, sorting, and delivering system
 Home-page: http://pyropus.ca/software/getmail/
 Author: Charles Cazabon
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/docs/CHANGELOG 
new/getmail-4.24.0/docs/CHANGELOG
--- old/getmail-4.23.0/docs/CHANGELOG   2011-11-20 17:17:54.000000000 +0100
+++ new/getmail-4.24.0/docs/CHANGELOG   2011-12-12 01:16:05.000000000 +0100
@@ -1,7 +1,16 @@
+Version 4.24.0
+11 December 2011
+    -add an explicit expunge when closing an IMAP mailbox, for servers that 
+    incorrectly do not do this when the mailbox is closed.  Thanks: Nicolas 
+    Pomarède.
+    -fix incorrect section reference for `mailboxes` parameter in 
documentation.
+    Thanks: Ross Boylan.
+    -fix getmail_fetch broken in 4.21.0.  Thanks: Chris Donoghue.
+
 Version 4.23.0
 20 November 2011
 
-    Fix race if new message shows up in POP3 mailbox between running the UIDL 
+    -fix race if new message shows up in POP3 mailbox between running the UIDL 
     and LIST commands.  Thanks: Roland Koebler, Osamu Aoki.
 
 Version 4.22.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/docs/configuration.html 
new/getmail-4.24.0/docs/configuration.html
--- old/getmail-4.23.0/docs/configuration.html  2011-11-20 17:18:18.000000000 
+0100
+++ new/getmail-4.24.0/docs/configuration.html  2011-12-12 01:16:09.000000000 
+0100
@@ -760,7 +760,7 @@
         mailboxes
         (<a href="#parameter-tuplestrings">tuple of quoted strings</a>)
         &mdash; see
-        <a href="#retriever-simpleimap">SimpleIMAPRetriever</a>
+        <a href="#retriever-parameters">common retriever parameters</a>
         for definition.
     </li>
     <li>
@@ -919,7 +919,7 @@
         mailboxes
         (<a href="#parameter-tuplestrings">tuple of quoted strings</a>)
         &mdash; see
-        <a href="#retriever-simpleimap">SimpleIMAPRetriever</a>
+        <a href="#retriever-parameters">common retriever parameters</a>
         for definition.
     </li>
     <li>
@@ -955,7 +955,7 @@
         mailboxes
         (<a href="#parameter-tuplestrings">tuple of quoted strings</a>)
         &mdash; see
-        <a href="#retriever-simpleimap">SimpleIMAPRetriever</a>
+        <a href="#retriever-parameters">common retriever parameters</a>
         for definition.
     </li>
     <li>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/docs/configuration.txt 
new/getmail-4.24.0/docs/configuration.txt
--- old/getmail-4.23.0/docs/configuration.txt   2011-11-20 17:18:19.000000000 
+0100
+++ new/getmail-4.24.0/docs/configuration.txt   2011-12-12 01:16:10.000000000 
+0100
@@ -368,8 +368,8 @@
    The SimpleIMAPSSLRetriever class takes the common retriever parameters
    above, plus the following optional parameters:
 
-     * mailboxes (tuple of quoted strings) -- see SimpleIMAPRetriever for
-       definition.
+     * mailboxes (tuple of quoted strings) -- see common retriever parameters
+       for definition.
      * move_on_delete (string) -- see SimpleIMAPRetriever for definition.
      * keyfile (string) -- see SimplePOP3SSLRetriever for definition.
      * certfile (string) -- see SimplePOP3SSLRetriever for definition.
@@ -426,8 +426,8 @@
    parameters:
 
      * timeout (integer) -- see SimplePOP3Retriever for definition.
-     * mailboxes (tuple of quoted strings) -- see SimpleIMAPRetriever for
-       definition.
+     * mailboxes (tuple of quoted strings) -- see common retriever parameters
+       for definition.
      * move_on_delete (string) -- see SimpleIMAPRetriever for definition.
 
     MultidropIMAPSSLRetriever
@@ -441,8 +441,8 @@
    The MultidropIMAPSSLRetriever class also takes following optional
    parameters:
 
-     * mailboxes (tuple of quoted strings) -- see SimpleIMAPRetriever for
-       definition.
+     * mailboxes (tuple of quoted strings) -- see common retriever parameters
+       for definition.
      * move_on_delete (string) -- see SimpleIMAPRetriever for definition.
      * keyfile (string) -- see SimplePOP3SSLRetriever for definition.
      * certfile (string) -- see SimplePOP3SSLRetriever for definition.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/getmail.spec 
new/getmail-4.24.0/getmail.spec
--- old/getmail-4.23.0/getmail.spec     2011-11-20 17:18:20.000000000 +0100
+++ new/getmail-4.24.0/getmail.spec     2011-12-12 01:16:11.000000000 +0100
@@ -2,7 +2,7 @@
 
 Summary: POP3 mail retriever with reliable Maildir delivery
 Name: getmail
-Version: 4.23.0
+Version: 4.24.0
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -52,6 +52,9 @@
 %{python_sitelib}/getmailcore/
 
 %changelog
+* Sun Dec 11 2011 Charles Cazabon <charlesc-getmail-...@pyropus.ca>
+-update to version 4.24.0
+
 * Sun Nov 20 2011 Charles Cazabon <charlesc-getmail-...@pyropus.ca>
 -update to version 4.23.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/getmail_fetch 
new/getmail-4.24.0/getmail_fetch
--- old/getmail-4.23.0/getmail_fetch    2009-08-07 00:20:45.000000000 +0200
+++ new/getmail-4.24.0/getmail_fetch    2011-12-12 01:16:06.000000000 +0100
@@ -48,7 +48,7 @@
         if startmsg is not None:
             destination.deliver_message(startmsg, False, False)
         log.info('%s:\n' % retriever)
-        retriever.initialize()
+        retriever.initialize(options)
         destination.retriever_info(retriever)
         nummsgs = len(retriever)
         fmtlen = len(str(nummsgs))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/getmailcore/__init__.py 
new/getmail-4.24.0/getmailcore/__init__.py
--- old/getmail-4.23.0/getmailcore/__init__.py  2011-11-20 17:17:54.000000000 
+0100
+++ new/getmail-4.24.0/getmailcore/__init__.py  2011-12-12 01:16:05.000000000 
+0100
@@ -16,7 +16,7 @@
     raise ImportError('getmail version 4 requires Python version 2.3.3'
                       ' or later')
 
-__version__ = '4.23.0'
+__version__ = '4.24.0'
 
 __all__ = [
     'baseclasses',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/getmail-4.23.0/getmailcore/_retrieverbases.py 
new/getmail-4.24.0/getmailcore/_retrieverbases.py
--- old/getmail-4.23.0/getmailcore/_retrieverbases.py   2011-11-20 
17:17:54.000000000 +0100
+++ new/getmail-4.24.0/getmailcore/_retrieverbases.py   2011-12-12 
01:16:05.000000000 +0100
@@ -885,6 +885,9 @@
             return
         if self.mailbox is not None:
             # Close current mailbox so deleted mail is expunged.
+            # Except one user reports that an explicit expunge is needed with 
+            # his server, or else the mail is never removed from the mailbox.
+            self.conn.expunge()
             self.conn.close()
         self.log.debug('selecting mailbox "%s"' % mailbox + os.linesep)
         try:

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

Reply via email to