From d88a4b48956d87e596b73b066ff7f6f47be54b6f07aba038271b4a495740c97a Mon Sep 17 00:00:00 2001 From: Tomas Cech Date: Mon, 27 Jul 2015 13:31:26 +0000 Subject: [PATCH] Accepting request 318865 from home:sleep_walker:branches:server:mail - bump to 1.2.0 Changes: The 'isync' compatibility wrapper is now deprecated. An IMAP Path/NAMESPACE rooted in INBOX won't be handled specially any more. This means that some Patterns may need adjustment. The default output is a lot less verbose now. The meanings of the -V and -D options changed significantly. The SSL/TLS configuration has been re-designed. SSL is now explicitly enabled or disabled - "use SSL if available" is gone. Notice: Tunnels are assumed to be secure and thus default to no SSL. Support for SASL (flexible authentication) has been added. Support for Windows file systems has been added. Support for compressed data transfer has been added. Folder deletions can be propagated now. OBS-URL: https://build.opensuse.org/request/show/318865 OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=12 --- isync-1.1.0.tar.gz | 3 --- isync-1.2.0.tar.gz | 3 +++ isync-1.2.0.tar.gz.asc | 7 +++++++ isync.changes | 26 ++++++++++++++++++++++++++ isync.spec | 3 ++- 5 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 isync-1.1.0.tar.gz create mode 100644 isync-1.2.0.tar.gz create mode 100644 isync-1.2.0.tar.gz.asc diff --git a/isync-1.1.0.tar.gz b/isync-1.1.0.tar.gz deleted file mode 100644 index 4598c84..0000000 --- a/isync-1.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51f5618c239013fb770f98ae269f24ee417214efaaf7e22821b4a27cf9a9213c -size 249374 diff --git a/isync-1.2.0.tar.gz b/isync-1.2.0.tar.gz new file mode 100644 index 0000000..9d2fd47 --- /dev/null +++ b/isync-1.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833878de1647d403cb56984757cc416094ee037c5388a0f1d1f74084f6e60e59 +size 278536 diff --git a/isync-1.2.0.tar.gz.asc b/isync-1.2.0.tar.gz.asc new file mode 100644 index 0000000..e4bc891 --- /dev/null +++ b/isync-1.2.0.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlUeXjAACgkQqig+Cy8bsdG+MACgmLakCqotUxpLtX8j4nMcAmQ8 +CfAAnjOROa5izqUa2VW0AW9MZk1HWVHj +=UCNV +-----END PGP SIGNATURE----- diff --git a/isync.changes b/isync.changes index a0621a4..4d01e86 100644 --- a/isync.changes +++ b/isync.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Jul 27 07:02:17 UTC 2015 - sleep_walker@opensuse.org + +- bump to 1.2.0 + Changes: + The 'isync' compatibility wrapper is now deprecated. + + An IMAP Path/NAMESPACE rooted in INBOX won't be handled specially + any more. This means that some Patterns may need adjustment. + + The default output is a lot less verbose now. + + The meanings of the -V and -D options changed significantly. + + The SSL/TLS configuration has been re-designed. SSL is now + explicitly enabled or disabled - "use SSL if available" is gone. + Notice: Tunnels are assumed to be secure and thus default to no SSL. + + Support for SASL (flexible authentication) has been added. + + Support for Windows file systems has been added. + + Support for compressed data transfer has been added. + + Folder deletions can be propagated now. + ------------------------------------------------------------------- Thu Jan 23 11:56:13 UTC 2014 - sleep_walker@suse.cz diff --git a/isync.spec b/isync.spec index fbb2f8a..77844d2 100644 --- a/isync.spec +++ b/isync.spec @@ -2,7 +2,7 @@ %define makeinstall make install DESTDIR=%{buildroot} # Name: isync -Version: 1.1.0 +Version: 1.2.0 Release: 1 # License: GPL-2.0 @@ -13,6 +13,7 @@ BuildRequires: db-devel openssl-devel # URL: http://isync.sf.net/ Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz +Source2: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz.asc # Summary: Utility to synchronize IMAP mailboxes with local maildir folders %description