Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2012-01-09 16:01:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/offlineimap (Old)
 and      /work/SRC/openSUSE:Factory/.offlineimap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "offlineimap", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2011-12-12 
17:03:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes     
2012-01-09 16:01:23.000000000 +0100
@@ -1,0 +2,87 @@
+Sun Jan  8 16:46:04 UTC 2012 - [email protected]
+
+- update to version 6.5.1.2
+  * Fix possible crash during --info run
+  * Fix reading in Maildirs, where we would attempt to create empty
+    directories on REMOTE
+  * Do not attempt to sync lower case custom Maildir flags. We do
+    not support them (yet) (this prevents many scary bogus sync
+    messages)
+  * Add filter information to the filter list in --info output
+
+-------------------------------------------------------------------
+Sat Jan  7 20:01:37 UTC 2012 - [email protected]
+
+- update to version 6.5.1.1:
+  * Sleep led to crash ('abort_signal' not existing)
+  * Make exit via 'q' key work again cleanly
+- changes in 6.5.1:
+  * Fixed Maildir regression "flagmatchre" not found
+  * Have console output go by default to STDOUT and not STDERR
+  * Fixed MachineUI to urlencode() output lines again, rather than
+    outputting multi-line items. It's ugly as hell, but it had been
+    that way for years
+  * Remove the old global locking system. We lock only the accounts
+    that we currently sync, so you can invoke OfflineImap multiple
+    times now as long as you sync different accounts. This system
+    is compatible with all releases >= 6.4.0, so don't run older
+    releases simultanous to this one
+- changes in 6.5.0:
+  * CRITICAL bug fix release for 6.4.x series which had bugs
+    potentially causing data loss:
+    * Uploading multiple emails to an IMAP server would lead to
+      wrong UIDs being returned (ie the same for all), which
+      confused offlineimap and led to recurrent upload/download
+      loops and inconsistencies in the IMAP<->IMAP uid mapping
+  * Uploading of Messages from Maildir and IMAP<->IMAP has been
+    made more efficient by renaming files/mapping entries, rather
+    than actually loading and saving the message under a new UID
+  * Fix regression that broke MachineUI
+- changes in 6.4.4:
+  * Fix the missing folder error that occured when a new remote
+    folder was detected (IMAP<->Maildir)
+  * Possibly fixed bug that prevented us from ever re-reading
+    Maildir folders, so flag changes and deletions were not
+    detected when running in a refresh loop. This is a regression
+    that was introduced in about 6.4.0
+  * Never mangle maildir file names when using nonstandard Maildir
+    flags (such as 'a'), note that they will still be deleted as
+    they are not supported in the sync to an IMAP server
+- changes in 6.4.3:
+  * add a --info command line switch that outputs useful
+    information about the server and the configuration for all
+    enabled accounts
+  * Reworked logging which was reported to e.g. not flush output to
+    files often enough. User-visible changes:
+    a) console output goes to stderr (for now)
+    b) file output has timestamps and looks identical in the basic
+       and ttyui UIs
+    c) File output should be flushed after logging by default (do
+       report if not)
+  * Bumped bundled imaplib2 to release 2.29
+  * Make ctrl-c exit cleanly rather aborting brutally (which could
+    leave around temporary files, half-written cache files, etc).
+    Exiting on SIGTERM and CTRL-C can take a little longer, but
+    will be clean
+- changes in 6.4.2:
+  * IMAP<->IMAP sync with a readonly local IMAP repository failed
+    with a rather mysterious "TypeError: expected a character
+    buffer object" error. Fix this my retrieving the list of
+    folders early enough even for readonly repositories
+  * Fix regression from 6.4.0. When using local Maildirs with "/"
+    as a folder separator, all folder names would get a trailing
+    slash appended, which is plain wrong
+- changes in 6.4.1:
+  * Indicate progress when copying many messages (slightly change
+    log format)
+  * Output how long an account sync took (min:sec)
+  * Syncing multiple accounts in single-threaded mode would fail as
+    we try to "register" a thread as belonging to two accounts
+    which was fatal. Make it non-fatal (it can be legitimate)
+  * New folders on the remote would be skipped on the very sync run
+    they are created and only by synced in subsequent runs. Fixed
+  * a readonly parameter to select() was not always treated
+    correctly, which could result in some folders being opened
+    read-only when we really needed read-write
+
+-------------------------------------------------------------------

Old:
----
  nicolas33-offlineimap-v6.4.0-0-gc1120c9.tar.gz

New:
----
  offlineimap-v6.5.1.2.tar.gz

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

Other differences:
------------------
++++++ offlineimap.spec ++++++
--- /var/tmp/diff_new_pack.MOrjkl/_old  2012-01-09 16:01:24.000000000 +0100
+++ /var/tmp/diff_new_pack.MOrjkl/_new  2012-01-09 16:01:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package offlineimap
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           offlineimap
-Version:        6.4.0
+Version:        6.5.1.2
 Release:        0
 Summary:        Powerful IMAP/Maildir Synchronization Tool
 License:        GPL-2.0+
 Group:          Productivity/Networking/Email/Utilities
 Url:            http://offlineimap.org/
-Source:         nicolas33-offlineimap-v6.4.0-0-gc1120c9.tar.gz
+Source:         
https://github.com/downloads/spaetz/offlineimap/offlineimap-v%{version}.tar.gz
 Source100:      offlineimap-rpmlintrc
 BuildRequires:  docutils
 BuildRequires:  python-devel
@@ -48,7 +47,7 @@
 
 
 %prep
-%setup -q -n %{extracted_dirname}
+%setup -q -n spaetz-offlineimap-36080ac
 sed -i '/^#!\/usr\/bin\/env/d' offlineimap/imaplib2.py
 
 %build

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

Reply via email to