Hello community,

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

Package is "offlineimap", Maintainer is "gre...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/offlineimap/offlineimap.changes  2012-02-14 
19:04:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes     
2012-04-12 09:43:33.000000000 +0200
@@ -1,0 +2,22 @@
+Mon Apr  9 12:56:13 UTC 2012 - g...@opensuse.org
+
+- update to version 6.5.3
+  * --dry-run mode protects us from performing any actual action
+  * internal code changes to prepare for Python3
+  * improve user documentation of nametrans/folderfilter
+  * fixed some cases where invalid nametrans rules were not caught
+    and we would not propagate local folders to the remote
+    repository
+  * revert "* Slight performance enhancement uploading mails to an
+    IMAP server in the common case.", it might have led to
+    instabilities
+  * revamped documentation structure, `make` in the `docs` dir or
+    `make doc` in the root dir will now create the 1) man page and
+     2) the user documentation using sphinx
+  * -f command line option only works on the untranslated remote
+    repository folder names now
+  * some better output when using nonsensical configuration
+    settings
+  * improve compatability of the curses UI with python 2.6
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ offlineimap.spec ++++++
--- /var/tmp/diff_new_pack.ppkZhu/_old  2012-04-12 09:43:34.000000000 +0200
+++ /var/tmp/diff_new_pack.ppkZhu/_new  2012-04-12 09:43:34.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           offlineimap
-Version:        6.5.2.1
+Version:        6.5.3
 Release:        0
 Summary:        Powerful IMAP/Maildir Synchronization Tool
 License:        GPL-2.0+
 Group:          Productivity/Networking/Email/Utilities
 Url:            http://offlineimap.org/
-Source:         
https://github.com/downloads/spaetz/offlineimap/offlineimap-v%{version}.tar.gz
+Source:         offlineimap-v%{version}.tar.gz
 Source100:      offlineimap-rpmlintrc
 BuildRequires:  docutils
 BuildRequires:  python-devel
@@ -32,7 +32,7 @@
 %py_requires
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-%define extracted_dirname nicolas33-%{name}-b1bff15
+%define extracted_dirname spaetz-%{name}-f2fe807/
 
 %description 
 OfflineIMAP is a tool to synchronize IMAP and Maildir mailboxes which is very
@@ -48,18 +48,26 @@
 
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{extracted_dirname}
 sed -i '/^#!\/usr\/bin\/env/d' offlineimap/imaplib2.py
 
 %build
 python setup.py build
+make doc
 
 %install
 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/
+
+rm -rf docs/html/doctrees \
+    docs/html/.buildinfo \
+    objects.inv
+
+mv Changelog.html docs/html
+
+mkdir examples
+mv offlineimap.conf* examples
+
 install -D -m 644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
 %clean
@@ -67,7 +75,7 @@
 
 %files -f INSTALLED_FILES
 %defattr(-,root,root)
-%doc COPYING COPYRIGHT offlineimap.conf* html
+%doc COPYING examples docs/html
 %{_mandir}/man1/offlineimap.1*
 
 %changelog

++++++ offlineimap-v6.5.2.1.tar.gz -> offlineimap-v6.5.3.tar.gz ++++++
++++ 7548 lines of diff (skipped)

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

Reply via email to