SHA256
1
0
forked from pool/isync

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
This commit is contained in:
Tomas Cech 2015-07-27 13:31:26 +00:00 committed by Git OBS Bridge
parent 7bee349f20
commit d88a4b4895
5 changed files with 38 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51f5618c239013fb770f98ae269f24ee417214efaaf7e22821b4a27cf9a9213c
size 249374

3
isync-1.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:833878de1647d403cb56984757cc416094ee037c5388a0f1d1f74084f6e60e59
size 278536

7
isync-1.2.0.tar.gz.asc Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlUeXjAACgkQqig+Cy8bsdG+MACgmLakCqotUxpLtX8j4nMcAmQ8
CfAAnjOROa5izqUa2VW0AW9MZk1HWVHj
=UCNV
-----END PGP SIGNATURE-----

View File

@ -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 Thu Jan 23 11:56:13 UTC 2014 - sleep_walker@suse.cz

View File

@ -2,7 +2,7 @@
%define makeinstall make install DESTDIR=%{buildroot} %define makeinstall make install DESTDIR=%{buildroot}
# #
Name: isync Name: isync
Version: 1.1.0 Version: 1.2.0
Release: 1 Release: 1
# #
License: GPL-2.0 License: GPL-2.0
@ -13,6 +13,7 @@ BuildRequires: db-devel openssl-devel
# #
URL: http://isync.sf.net/ URL: http://isync.sf.net/
Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz 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 Summary: Utility to synchronize IMAP mailboxes with local maildir folders
%description %description