Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2013-10-06 14:29:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/offlineimap (Old)
 and      /work/SRC/openSUSE:Factory/.offlineimap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "offlineimap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2013-07-06 
19:14:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes     
2013-10-06 14:29:48.000000000 +0200
@@ -1,0 +2,66 @@
+Sat Oct  5 20:51:01 UTC 2013 - [email protected]
+
+- update to version 6.5.5
+  * Avoid lockups for IMAP synchronizations running with the
+    "-1" command-line switch (X-Ryl669 <[email protected]>)
+  * Dump stacktrace for all threads on SIGQUIT: ease debugging
+    of threading and other issues
+  * SIGHUP is now handled as the termination notification rather
+    than the signal to reread the configuration (Dmitrijs Ledkovs)
+  * Honor the timezone of emails (Tobias Thierer)
+  * Allow mbnames output to be sorted by a custom sort key by
+    specifying a 'sort_keyfunc' function in the [mbnames] section
+    of the config.
+  * Support SASL PLAIN authentication method.  (Andreas Mack)
+  * Support transport-only tunnels that requre full IMAP
+    authentication.  (Steve Purcell)
+  * Make the list of authentication mechanisms to be configurable.
+    (Andreas Mack)
+  * Allow to set message access and modification timestamps based
+    on the "Date" header of the message itself.  (Cyril Russo)
+  * "peritem" format string for [mbnames] got new expansion key
+    "localfolders" that corresponds to the same parameter of the
+    local repository for the account being processed.
+  * [regression] pass folder names to the foldersort function,
+    revert the documented behaviour
+  * Fix handling of zero-sized IMAP data items (GitHub#15).
+  * Updated bundled imaplib2 to 2.35:
+    - fix for Gmail sending a BYE response after reading >100
+      messages in a session;
+    - includes fix for GitHub#15: patch was accepted upstream.
+  * Updated bundled imaplib2 to 2.36: it includes support for SSL
+    version override that was integrated into our code before,
+    no other changes.
+  * Fixed parsing of quoted strings in IMAP responses: strings like
+    "\\" were treated as having \" as the escaped quote, rather
+    than treating it as the quoted escaped backslash (GitHub#53).
+  * Execute pre/post-sync hooks during synchronizations toggled by
+    IMAP IDLE message processing. ([email protected])
+  * Catch unsuccessful local mail uploads when IMAP server responds
+    with "NO" status; that resulted in a loss of such local
+    messages. (Adam Spiers)
+  * Don't create folders if readonly is enabled.
+  * Learn to deal with readonly folders to properly detect this
+    condition and act accordingly.  One example is Gmail's "Chats"
+    folder that is read-only, but contains logs of the quick chats.
+    (E.  Ryabinkin)
+  * Fix str.format() calls for Python 2.6 (D. Logie)
+  * Remove APPENDUID hack, previously introduced to fix Gmail, no
+    longer necessary, it might have been breaking things. (J.
+    Wiegley)
+  * Improve regex that could lead to 'NoneType' object has no
+    attribute 'group' (D. Franke)
+  * Improved error throwing on repository misconfiguration
+  * bump bundled imaplib2 library 2.29 --> 2.33
+  * Actually perform the SSL fingerprint check (reported by J.
+    Cook)
+  * Curses UI, don't use colors after we shut down curses already
+    (C.Höger)
+  * Document that '%' needs encoding as '%%' in configuration
+    files.
+  * Fix crash when IMAP.quickchanged() led to an Error (reported by
+    sharat87)
+  * Implement the createfolders setting to disable folder
+    propagation (see docs)
+
+-------------------------------------------------------------------

Old:
----
  offlineimap-v6.5.3.tar.gz

New:
----
  offlineimap-6.5.5.tar.gz

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

Other differences:
------------------
++++++ offlineimap.spec ++++++
--- /var/tmp/diff_new_pack.uZQYQu/_old  2013-10-06 14:29:49.000000000 +0200
+++ /var/tmp/diff_new_pack.uZQYQu/_new  2013-10-06 14:29:49.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           offlineimap
-Version:        6.5.3
+Version:        6.5.5
 Release:        0
 Summary:        Powerful IMAP/Maildir Synchronization Tool
 License:        GPL-2.0+
 Group:          Productivity/Networking/Email/Utilities
 Url:            http://offlineimap.org/
-Source:         offlineimap-v%{version}.tar.gz
+Source:         %{name}-%{version}.tar.gz
 Source100:      offlineimap-rpmlintrc
 BuildRequires:  docutils
 BuildRequires:  python
@@ -33,7 +33,6 @@
 Requires:       python-curses
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%define extracted_dirname spaetz-%{name}-f2fe807/
 
 %description 
 OfflineIMAP is a tool to synchronize IMAP and Maildir mailboxes which is very
@@ -49,7 +48,7 @@
 
 
 %prep
-%setup -q -n %{extracted_dirname}
+%setup -q
 sed -i '/^#!\/usr\/bin\/env/d' offlineimap/imaplib2.py
 
 %build

++++++ offlineimap-v6.5.3.tar.gz -> offlineimap-6.5.5.tar.gz ++++++
++++ 3908 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to