[imapsync] * Sun Apr 24 2011 Nick Bebout <nb at fedoraproject.org> - 1.411-1 - Bugfix for "Folders in host2 not in

Nick Bebout nb at fedoraproject.org
Sun Apr 24 20:57:45 UTC 2011


commit 09b82830624dc2ce8608d8491d457498c67adab6
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Sun Apr 24 15:57:26 2011 -0500

    * Sun Apr 24 2011 Nick Bebout <nb at fedoraproject.org> - 1.411-1
    - Bugfix for "Folders in host2 not in host1" list when
    - folders are given by --folder option or equivalent.
    - The old list listed too many folders with --folder INBOX for example.
    - Updated success list.
    - Added --takebody option.
    - Added  Gimap (Gmail imap) success.
    - Added IMail 11.03 [host1] success
    - Made --delete2 works with --uselib or --usecache
    - No longer --useuid with --fast
    - Debug output with permanentflags.
    - Added isync url.
    - Sleep 2 seconds after foldersizes calls.

 .gitignore    |    1 +
 imapsync.spec |   20 +++++++++++++++++---
 sources       |    2 +-
 3 files changed, 19 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a6ebc81..f23621b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ imapsync-1.340.tgz
 /imapsync-1.366.tgz
 /imapsync-1.398.tgz
 /imapsync-1.404.tgz
+/imapsync-1.411-sources.tgz
diff --git a/imapsync.spec b/imapsync.spec
index c40b792..f57674f 100644
--- a/imapsync.spec
+++ b/imapsync.spec
@@ -1,12 +1,12 @@
 Name: imapsync
 Summary: Tool to migrate email between IMAP servers
-Version: 1.404
-Release: 3%{?dist}
+Version: 1.411
+Release: 1%{?dist}
 License: WTFPL
 Group: Applications/Internet
 
 URL: http://fedorahosted.org/imapsync
-Source0: https://fedorahosted.org/releases/i/m/%{name}-%{version}.tgz
+Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}-sources.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -57,6 +57,20 @@ rm -rf $RPM_BUILD_ROOT
 %attr(644, root, root) %{_mandir}/man1/imapsync.1*
 
 %ChangeLog
+* Sun Apr 24 2011 Nick Bebout <nb at fedoraproject.org> - 1.411-1
+- Bugfix for "Folders in host2 not in host1" list when
+- folders are given by --folder option or equivalent.
+- The old list listed too many folders with --folder INBOX for example.
+- Updated success list.
+- Added --takebody option.
+- Added  Gimap (Gmail imap) success.
+- Added IMail 11.03 [host1] success
+- Made --delete2 works with --uselib or --usecache
+- No longer --useuid with --fast
+- Debug output with permanentflags.
+- Added isync url.
+- Sleep 2 seconds after foldersizes calls.
+
 * Sat Apr 2 2011 Nick Bebout <nb at fedoraproject.org> - 1.404-3
 - Add dependency on Authen::NTLM
 
diff --git a/sources b/sources
index af08421..1e7a354 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-811bd0b65c17bb109de8a4cfdfea3f54  imapsync-1.404.tgz
+def26732db5d74665773eea2009146e1  imapsync-1.411-sources.tgz


More information about the scm-commits mailing list