[offlineimap] Update to 6.5.2.1

Christoph Höger choeger at fedoraproject.org
Tue Feb 14 10:51:24 UTC 2012


commit 959e4f2376ab36a108d91244ecf9e1a0a1f1af99
Author: Christoph Höger <christoph.hoeger at tu-berlin.de>
Date:   Tue Feb 14 11:50:38 2012 +0100

    Update to 6.5.2.1
    
    This should fix the exception-on-lock issue and also provide some minor
    enhancemends.

 .gitignore                                         |    1 +
 ...-build-failures-from-inconsistent-heading.patch |   42 --------------------
 offlineimap.spec                                   |   12 +++--
 sources                                            |    2 +-
 4 files changed, 9 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e8808d0..f9cf70e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ offlineimap-6.1.2.tar.gz
 /offlineimap-6.2.0.tar.gz
 /offlineimap-6.3.3.tar.gz
 /offlineimap-v6.3.4.tar.gz
+/offlineimap-v6.5.2.1.tar.gz
diff --git a/offlineimap.spec b/offlineimap.spec
index ae6d8bd..a47bb7f 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.3.4
-Release:        2%{?dist}
+Version:        6.5.2.1
+Release:        1%{?dist}
 Summary:        Powerful IMAP/Maildir synchronization and reader support
 
 License:        GPLv2+
@@ -10,8 +10,6 @@ Group:          Applications/Internet
 URL:            http://software.complete.org/offlineimap/
 Source0:        %{name}-v%{version}.tar.gz
 
-Patch0:         0001-Fix-manpage-build-failures-from-inconsistent-heading.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel
@@ -34,7 +32,7 @@ reader that does not have IMAP support, has poor IMAP support, or does
 not provide disconnected operation.
 
 %prep
-%setup -q -n %name-v%version
+%setup -q -n %name
 # Create a git repo within the expanded tarball.
 # Credits to: 
 git init
@@ -73,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/offlineimap.1.gz
 
 %changelog
+* Tue Feb 14 2012 Christoph Höger <choeger at umpa-net.de> 6.5.2.1-1
+- Upgrade to latest stable version
+- Fixes #789805
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.3.4-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index bdd5003..e2837dd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62dcb8c61c2502bc1230cbaee38ddc3f  offlineimap-v6.3.4.tar.gz
+fd87752605eb8d98d7addc70a8e96576  offlineimap-v6.5.2.1.tar.gz


More information about the scm-commits mailing list