Hello community, here is the log from the commit of package offlineimap for openSUSE:Factory checked in at Wed Jun 1 10:44:51 CEST 2011.
-------- --- offlineimap/offlineimap.changes 2010-06-19 10:49:04.000000000 +0200 +++ /mounts/work_src_done/STABLE/offlineimap/offlineimap.changes 2011-05-28 20:19:46.000000000 +0200 @@ -1,0 +2,53 @@ +Sat May 28 16:31:31 UTC 2011 - [email protected] + +- update to version 6.3.3 + * the -f option now works with Folder names with spaces when + quoted + * improved documentation + * increased compatability with Gmail servers which claim to not + support the UIDPLUS extension but in reality do + * implemented UIDPLUS extension support + * SSL: support subjectAltName + * use imaplib2 instead of imaplib + * Makefile use magic to find the version number + * Rework the repository module + * Change UI names to Blinkenlights,TTYUI,Basic,Quiet,MachineUI, + old names will still work but are deprecated + * reworked the syncing strategy, the only user-visible change is + that blowing away LocalStatus will not require you to + redownload ALL of your mails if you still have the local + Maildir, it will simply recreate LocalStatus + * TTYUI ouput improved + * refactoring and code cleanups +- changes from 6.3.2 + * sample offlineimap.conf states it expects a PEM formatted + certificate + * give better trace information if an error occurs + * have --version ONLY print the version number + * Makefile learned to build the package and make it the default + * introduced a Changelog to involve community in the releasing + process + * migrated documentation to restructured text + * improved CustomConfig documentation + * use single threading mode in debug mode exept for "-d thread" + * allow UI to have arbitrary names + * improved version managment and make it easier + * introduced a true single threading mode + * primitive implementation of SSL certificates check + * use OptionParser instead of getopts + * code cleanups and bugfixes +- changes from 6.3.1 + * cProfile becomes the default profiler + * UI output formating enhanced + * code cleanup and bugfixes +- changes from 6.3.0 + * netrc password authentication + * user name querying from netrc +- cleaned up specfile and improved summary/description + +------------------------------------------------------------------- +Wed Dec 15 21:32:41 UTC 2010 - [email protected] + +- update to 6.2.0.2 from the offlineimap git tree + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- offlineimap-fix-deprecation-warning.diff offlineimap_6.2.0.orig.tar.gz New: ---- nicolas33-offlineimap-v6.3.3-0-g3b09695.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ offlineimap.spec ++++++ --- /var/tmp/diff_new_pack.3RKM6l/_old 2011-06-01 10:42:05.000000000 +0200 +++ /var/tmp/diff_new_pack.3RKM6l/_new 2011-06-01 10:42:05.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package offlineimap (Version 6.2.0) +# spec file for package offlineimap # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -15,83 +15,58 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: offlineimap -BuildRequires: docbook-utils python-devel -Version: 6.2.0 -Release: 2 -Source: %{name}_%{version}.orig.tar.gz -Source100: offlineimap-rpmlintrc -Patch0: %{name}-fix-deprecation-warning.diff -Summary: Powerful IMAP/Maildir synchronization and reader support -Group: Productivity/Networking/Email/Utilities +Version: 6.3.3 +Release: 1 License: GPLv2+ -Url: http://software.complete.org/offlineimap/ -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: Powerful IMAP/Maildir Synchronization Tool +Url: http://offlineimap.org/ +Group: Productivity/Networking/Email/Utilities +Source: https://download.github.com/nicolas33-offlineimap-v6.3.3-0-g3b09695.tar.gz +Source100: offlineimap-rpmlintrc +BuildRequires: docutils +BuildRequires: python-devel %py_requires -%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -%endif +%define extracted_dirname nicolas33-%{name}-cf325d5 %description -OfflineIMAP is a tool to simplify your e-mail reading. With -OfflineIMAP, you can: - -* Read the same mailbox from multiple computers, and have your - changes (deletions, etc.) be automatically reflected on all - computers - -* Use various mail clients to read a single mail box - -* Read mail while offline (on a laptop) and have all changes - synchronized when you get connected again - -* Read IMAP mail with mail readers that do not support IMAP - -* Use SSL (secure connections) to read IMAP mail even if your reader - doesn't support SSL - -* Synchronize your mail using a completely safe and fault-tolerant - algorithm. (At least I think it is!) - -* Customize which mailboxes to synchronize with regular expressions - or lists. - -* Synchronize your mail two to four times faster than with other tools -or other mail readers' internal IMAP support. - - +OfflineIMAP is a tool to synchronize IMAP and Maildir mailboxes which is very +fast due to its multithreaded synchronization algorithm. It offers several +user interfaces and is generally very configurable providing a great number of +settings for controlling its behavior, tuning performance. Specifically, there +are several sophisticated and flexible mechanisms for determining the list of +maiilboxes to synchronize. Furthermore, it supports internal or external +automation, SSL and PREAUTH tunnels, offline (or "unplugged") reading, and a +variety of esoteric IMAP features for compatibility with the widest variety of +IMAP servers. OfflineIMAP is designed for safety in terms of avoiding the loss +of mails under any circumstances. -Authors: --------- - John Goerzen <[email protected]> %prep -%setup -q -n %{name} -%patch0 -p1 +%setup -q -n %{extracted_dirname} +sed -i '/^#!\/usr\/bin\/env/d' offlineimap/imaplib2.py %build python setup.py build %install -python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT -make doc -mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1/ -install -m 644 %{name}.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ +python setup.py install --prefix=%{_prefix} --root=%{buildroot} \ + --record-rpm=INSTALLED_FILES +make doc man +mkdir html +cp *.html docs/FAQ.html docs/MANUAL.html docs/UPGRADE.html html/ +install -D -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1 %clean -rm -rf $RPM_BUILD_ROOT +rm -rf %{buildroot} -%files +%files -f INSTALLED_FILES %defattr(-,root,root) -%doc COPYING COPYRIGHT FAQ.html UPGRADING offlineimap.conf* -%{_mandir}/*/* -%{_bindir}/offlineimap -%{python_sitelib}/offlineimap -%if %{suse_version} > 1010 -%{python_sitelib}/*egg-info -%endif +%doc COPYING COPYRIGHT offlineimap.conf* html +%{_mandir}/man1/offlineimap.1* %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
