[offlineimap] Add patch 0001-Update-version-to-reflect-6.5.6.patch

Dodji Seketeli dodji at fedoraproject.org
Sun Jan 4 18:38:05 UTC 2015


commit 59ec21e7317c3c066bd007fc1bf515cbce0cd24c
Author: Dodji Seketeli <dodji at seketeli.org>
Date:   Sun Jan 4 19:20:01 2015 +0100

    Add patch 0001-Update-version-to-reflect-6.5.6.patch
    
    Signed-off-by: Dodji Seketeli <dodji at seketeli.org>

 0001-Update-version-to-reflect-6.5.6.patch |   29 ++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/0001-Update-version-to-reflect-6.5.6.patch b/0001-Update-version-to-reflect-6.5.6.patch
new file mode 100644
index 0000000..d4e2495
--- /dev/null
+++ b/0001-Update-version-to-reflect-6.5.6.patch
@@ -0,0 +1,29 @@
+From 8c658e3378b2d7934613c0dc8efd2d33e3a16fea Mon Sep 17 00:00:00 2001
+From: Dodji Seketeli <dodji at seketeli.org>
+Date: Sun, 4 Jan 2015 14:41:58 +0100
+Subject: [PATCH] Update version to reflect 6.5.6
+
+Apparently, the code tagged as v6.5.6 hasn't updated the __init__.py
+file to reflect the 6.5.6 version.  This patchlet does that.
+
+Signed-off-by: Dodji Seketeli <dodji at seketeli.org>
+---
+ offlineimap/__init__.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/offlineimap/__init__.py b/offlineimap/__init__.py
+index 60c79a3..ca5c11c 100644
+--- a/offlineimap/__init__.py
++++ b/offlineimap/__init__.py
+@@ -1,7 +1,7 @@
+ __all__ = ['OfflineImap']
+ 
+ __productname__ = 'OfflineIMAP'
+-__version__     = "6.5.5"
++__version__     = "6.5.6"
+ __copyright__   = "Copyright 2002-2013 John Goerzen & contributors"
+ __author__      = "John Goerzen"
+ __author_email__= "john at complete.org"
+-- 
+1.8.3.1
+


More information about the scm-commits mailing list