Hello community,

here is the log from the commit of package offlineimap for openSUSE:Factory 
checked in at 2015-05-16 19:01:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-11-26 
10:34:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.offlineimap.new/offlineimap.changes     
2015-05-16 19:01:31.000000000 +0200
@@ -1,0 +2,17 @@
+Sat May 16 08:17:18 UTC 2015 - g...@opensuse.org
+
+- update to version 6.5.7
+  - better documentation for Windows users
+  - contrib/release.sh (v0.2): fixes and improvements
+  - report exceptions via exit code.
+  - proxy feature leaks DNS support: offlineimap.conf talks about
+    this
+  - email parsing for date coudn't work: fix datetuple dst check
+  - little code refactoring
+- drop offlineimap-use-system-certificates.patch, upstream solved
+  this differently by requiring users to specify "OS-DEFAULT"
+  in order to use the system CA bundle, this fixes a problem raised
+  in boo#907035 where users are unable to just check the
+  certificate fingerprint
+
+-------------------------------------------------------------------

Old:
----
  offlineimap-use-system-certificates.patch
  v6.5.6.tar.gz

New:
----
  v6.5.7.tar.gz

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

Other differences:
------------------
++++++ offlineimap.spec ++++++
--- /var/tmp/diff_new_pack.QVHM7n/_old  2015-05-16 19:01:32.000000000 +0200
+++ /var/tmp/diff_new_pack.QVHM7n/_new  2015-05-16 19:01:32.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package offlineimap
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,18 @@
 
 
 Name:           offlineimap
-Version:        6.5.6
+Version:        6.5.7
 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/OfflineIMAP/offlineimap/archive/v%{version}.tar.gz
+Source0:        
https://github.com/OfflineIMAP/offlineimap/archive/v%{version}.tar.gz
 Source100:      offlineimap-rpmlintrc
-# PATCH-FEATURE-OPENSUSE offlineimap-use-system-certificates.patch boo#907035 
g...@opensuse.org -- Use system certificates by default
-Patch0:         offlineimap-use-system-certificates.patch
+BuildRequires:  asciidoc
 BuildRequires:  docutils
+BuildRequires:  libxml2-tools
+BuildRequires:  libxslt-tools
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -53,30 +54,29 @@
 %prep
 %setup -q
 sed -i '/^#!\/usr\/bin\/env/d' offlineimap/imaplib2.py
-%patch0 -p1
 
 %build
 python setup.py build
-make doc
+make %{?_smp_mflags} -C docs docs
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot} \
     --record-rpm=INSTALLED_FILES
 
-rm -rf docs/html/doctrees \
+rm -rf docs/html/_sources \
     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
+install -D -m 644 docs/%{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
+install -D -m 644 docs/%{name}ui.7 %{buildroot}%{_mandir}/man7/%{name}ui.7
 
 %files -f INSTALLED_FILES
 %defattr(-,root,root)
-%doc COPYING examples docs/html
+%doc COPYING Changelog.md README.md examples docs/html
 %{_mandir}/man1/offlineimap.1*
+%{_mandir}/man7/offlineimapui.7*
 
 %changelog

++++++ v6.5.6.tar.gz -> v6.5.7.tar.gz ++++++
++++ 67868 lines of diff (skipped)


Reply via email to