Hello community, here is the log from the commit of package isync for openSUSE:Factory checked in at 2020-07-17 20:51:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/isync (Old) and /work/SRC/openSUSE:Factory/.isync.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "isync" Fri Jul 17 20:51:44 2020 rev:4 rq:821433 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/isync/isync.changes 2020-03-09 11:42:55.937341887 +0100 +++ /work/SRC/openSUSE:Factory/.isync.new.3592/isync.changes 2020-07-17 20:52:34.349028088 +0200 @@ -1,0 +2,17 @@ +Wed Jul 8 11:19:38 UTC 2020 - Dan Čermák <[email protected]> + +- Update to version 1.3.2 + - increased PassCmd buffer size to accomodate XOAUTH2 tokens + - improved SSL error handling + - improved resilience to IMAP server bugs relating to FETCH + - fixed handling of non-uppercase IMAP iNbOx spellings + - fixed timeouts while uploading big messages + - fixed parsing of NIL hierarchy delimiters in IMAP LIST responses + - fixed crash when using Tunnel in an IPv6-enabled build + - fixed libcrypto detection from OpenSSL 1.1+ without pkg-config + - made --debug-crash work with Yama ptrace protection +- use more scriptlets +- don't include COPYING twice and drop TODO from %doc +- reenable gpg source verification + +------------------------------------------------------------------- Old: ---- isync-1.3.1.tar.gz New: ---- isync-1.3.2.tar.gz isync-1.3.2.tar.gz.asc isync.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ isync.spec ++++++ --- /var/tmp/diff_new_pack.pdZP0q/_old 2020-07-17 20:52:37.497031372 +0200 +++ /var/tmp/diff_new_pack.pdZP0q/_new 2020-07-17 20:52:37.501031376 +0200 @@ -17,19 +17,22 @@ Name: isync -Version: 1.3.1 +Version: 1.3.2 Release: 0 Summary: Utility to synchronize IMAP mailboxes with local maildir folders License: GPL-2.0-only Group: Productivity/Networking/Email/Utilities -URL: http://isync.sf.net/ -Source: http://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz +URL: https://isync.sf.net/ +Source: https://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz +Source1: https://prdownloads.sourceforge.net/isync/%{name}-%{version}.tar.gz.asc +# gpg2 --recv-keys 106457B8735659A4D40F56456F5447F95D001D85 +# gpg2 --export --armour [email protected] > isync.keyring +Source2: %{name}.keyring BuildRequires: db-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(libsasl2) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(zlib) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description isync is a command line application which synchronizes mailboxes; currently @@ -43,26 +46,28 @@ mailbox pair; multiple replicas of a mailbox can be maintained. %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} +%make_build %install -make %{?_smp_mflags} DESTDIR=%{buildroot} docdir=%{_docdir}/%{name} install +%make_install docdir=%{_docdir}/%{name} %files -%defattr(-,root,root,-) %license COPYING -%doc README AUTHORS ChangeLog +%doc README AUTHORS ChangeLog NEWS %{_bindir}/mbsync-get-cert %{_bindir}/isync %{_bindir}/mbsync %{_bindir}/mdconvert -%doc %{_docdir}/isync -%{_mandir}/man1/isync.1%{ext_man} -%{_mandir}/man1/mbsync.1%{ext_man} -%{_mandir}/man1/mdconvert.1%{ext_man} +%exclude %{_docdir}/%{name}/TODO +%exclude %{_docdir}/%{name}/COPYING +%{_docdir}/%{name}/examples/* +%dir %{_docdir}/%{name}/examples +%{_mandir}/man1/isync.1%{?ext_man} +%{_mandir}/man1/mbsync.1%{?ext_man} +%{_mandir}/man1/mdconvert.1%{?ext_man} %changelog ++++++ isync-1.3.1.tar.gz -> isync-1.3.2.tar.gz ++++++ ++++ 2209 lines of diff (skipped)
