[offlineimap] - Update to the last (not latest, last!) released stable version - This release fixed some bugs by r

Christoph Höger choeger at fedoraproject.org
Sun Sep 19 13:54:33 UTC 2010


commit 92c306e97f5e858c1976e817838b408fb735290a
Author: Christoph Höger <choeger at cs.tu-berlin.de>
Date:   Sun Sep 19 15:54:29 2010 +0200

    - Update to the last (not latest, last!) released stable version
    - This release fixed some bugs by removing IDLE support
    - fixes #525824

 .gitignore                                     |    1 +
 fix-socket.ssl-deprecation-on-python-2.6.patch |   34 ------------------------
 offlineimap.spec                               |    9 +++++-
 sources                                        |    2 +-
 4 files changed, 9 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9367f18..5948933 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 offlineimap-6.1.2.tar.gz
+/offlineimap-6.2.0.tar.gz
diff --git a/offlineimap.spec b/offlineimap.spec
index c46ab14..b6206b0 100644
--- a/offlineimap.spec
+++ b/offlineimap.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           offlineimap
-Version:        6.1.2
-Release:        3%{?dist}
+Version:        6.2.0
+Release:        1%{?dist}
 Summary:        Powerful IMAP/Maildir synchronization and reader support
 
 License:        GPLv2+
@@ -58,6 +58,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/offlineimap.1.gz
 
 %changelog
+* Sun Sep 19 2010 Christoph Höger <choeger at cs.tu-berlin.de> - 6.2.0-1
+- Update to the last (not latest, last!) released stable version
+- This release fixed some bugs by removing IDLE support
+- fixes #525824
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 6.1.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 7213537..714a04c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4cf69605c70ecf4d21ea86cff0d5c0a3  offlineimap-6.1.2.tar.gz
+ca897d9359683a9d2b5114a0f08bf506  offlineimap-6.2.0.tar.gz


More information about the scm-commits mailing list