Hello community, here is the log from the commit of package claws-mail for openSUSE:Factory checked in at 2019-01-08 12:28:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/claws-mail (Old) and /work/SRC/openSUSE:Factory/.claws-mail.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "claws-mail" Tue Jan 8 12:28:47 2019 rev:86 rq:663206 version:3.17.3 Changes: -------- --- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes 2018-11-22 13:27:10.673896392 +0100 +++ /work/SRC/openSUSE:Factory/.claws-mail.new.28833/claws-mail.changes 2019-01-08 12:31:11.380094894 +0100 @@ -1,0 +2,97 @@ +Sat Jan 5 18:55:46 UTC 2019 - [email protected] + +- Updated to version 3.17.3: + + Add support for TLS Server Name Indication (SNI). This enables + the sending of your hostname, if available, to the server so + that it can select the appropriate certificate for your + domain. This is useful for servers which host multiple domains + on the same IP address. This is a hidden Account preference, + 'use_tls_sni', and is enabled by default. + + SSL/TLS certificate manager: The Delete key will now delete + the selected certificate. + + Window sizes are now remembered for the 'Apply tags' and + SSL/TLS certificate manager windows. + + Bug fixes: + * claws#3519, 'Links including umlauts are broken'. + * claws#4134, 'Save message to' option not set when it should + be. + * Prevent the Tools/SSL/TLS Certificates dialogue from + crashing when certificate filenames contain a fingerprint. + * Build on GNU Hurd. + * Various build fixes when building without GnuTLS. +- Changes from version 3.17.2: + + Message List: A context menu has been added to the column + headers, it has two entries: a new option, 'Lock column + headers', and 'Set displayed colums'. + + Folder List: A context menu has been added to the column + headers, containing 'Set displayed columns'. + + Preferences: The Display/Summaries option page has been split + into three notebook pages: Folder List, Message List, and + Defaults. The Message List page contains the new 'Lock column + headers' option. The Defaults page contains several new + options for new folders. + + New Folder Properties: It is now possible to control signing + and encrypting options on the Compose page. By default it + follows the Account preferences, but they can be overridden to + always sign and/or encrypt, or never sign/encrypt. + + Saving sent messages: The global preference, 'Save sent + messages', can now be overriden by the Folder Property and + Account preferences. The global preference no longer needs to + be activated for the Account Preference, 'Put sent messages + in ...' option to function. Likewise, the Folder Property, + 'Save copy of outgoing messages to this folder instead of + Sent', no longer relies on the global preference being set. + + SSL/TLS certificates: The SHA-256 fingerprint is now + displayed, and the MD5 fingerprint has been removed. + + SSL/TLS certificates list: Status and Expiry columns have been + added, and expired and invalid certificates are now clearly + indicated. + + QuickSearch: body searches are now quicker. + + QuickSearch: symbols used in Extended searches are now + expanded in the 'Edit' dialogue. + + Re-editing: Flags and tags are now preserved when re-editing a + message. + + PDF Viewer plugin: Ctrl+scroll now zooms. + + Tools: added cm-break.pl script, which breaks thread + references for the selected messages; textviewer.pl has been + updated and now requires perl 5.14.1. + + The legacy "sylpheed-claws" symlink is no longer installed in + the bindir. + + Bug fixes: + * claws#3418, 'Building on a Cross Compiling toolchain doesn't + work'. + * claws#3889, 'Address and quoted message inconsistent in + reply'. + * claws#4114, 'autogen.sh: Fix argument quoting'. + * claws#4115, 'autogen: avoid unwarranted re-configure'. + * claws#4120, 'New cert files are created in $HOME instead of + in ~/.claws-mail/certs'. + * claws#4121, 'Moving a subfolder in another folder erases its + processing rules' (sic). + * claws#4132, '"Mark all as (un)read" dialog appears when + acting on 1 message only'. + * claws#4133, 'trying to read message from an NNTP group (with + all expired articles.'. + * Regression where mail was not being checked at startup when + it should have been. + * Show correct address:port in SOCKS5 proxy connection failure + message. + * Prevent unexpected loss of drafted message. + * Quicksearch eating keypresses it didn't handle. + * Reply from mainwindow menu and toolbar when mainwindow's + messageview is hidden. + * CID 1438531 Fix wrong test leading to dead code. + * CID 1439871 and validate Unicode char strictly. + * CID 1439996 and remove unnecessary comparison. + * RSSyl: lost processing rules when renaming folder. + * Annoyance where your current reading is disturbed when a + new msg is filtered into the current folder. + * Don't leave the user in limbo when privacy system is 'none' + and auto signing/encrypting is set. + * Several memory leaks. + + Translation updates. +- Drop bug3889-fix_rev0.patch as this is now upstreamed. +- Drop deprecated macros handled by file triggers. +- Disable jpilot for SLE builds. + +------------------------------------------------------------------- @@ -4 +101,2 @@ -- Update bug3889-fix_rev0.patch to new upstream fix (claws#3889, boo#1116917). +- Update bug3889-fix_rev0.patch to new upstream fix (claws#3889, + boo#1116917). Old: ---- Fix-bug-3889-Address-and-quoted-message-inconsistent.patch claws-mail-3.17.1.tar.xz New: ---- claws-mail-3.17.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ claws-mail.spec ++++++ --- /var/tmp/diff_new_pack.7mioNS/_old 2019-01-08 12:31:11.956094268 +0100 +++ /var/tmp/diff_new_pack.7mioNS/_new 2019-01-08 12:31:11.956094268 +0100 @@ -1,7 +1,7 @@ # # spec file for package claws-mail # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ %bcond_with tnef Name: claws-mail -Version: 3.17.1 +Version: 3.17.3 Release: 0 URL: http://www.claws-mail.org/ Summary: A configurable email client @@ -37,7 +37,6 @@ Group: Productivity/Networking/Email/Clients Source: http://www.claws-mail.org/download.php?file=releases/%{name}-%{version}.tar.xz Patch: libcanberra-gtk3.patch -Patch2: Fix-bug-3889-Address-and-quoted-message-inconsistent.patch BuildRequires: compface-devel BuildRequires: db-devel BuildRequires: docbook-utils @@ -70,7 +69,9 @@ BuildRequires: libpoppler-glib-devel BuildRequires: librsvg-devel >= 2.40.5 BuildRequires: openldap2-devel +%if 0%{?is_opensuse} BuildRequires: pilot-link-devel +%endif %if %{with tnef} BuildRequires: libytnef-devel %endif @@ -139,7 +140,6 @@ %if ! 0%{?favor_gtk2} %patch -p1 %endif -%patch2 -p0 sed -i 's/#!\/usr\/bin\/env python/#!\/usr\/bin\/python/' tools/*.py sed -i 's/#!\/usr\/bin\/env bash/#!\/bin\/bash/' tools/*.sh sed -i 's/#!\/usr\/bin\/env bash/#!\/bin\/bash/' tools/kdeservicemenu/install.sh @@ -153,7 +153,11 @@ %endif --enable-ldap \ --enable-ipv6 \ +%if 0%{?is_opensuse} --enable-jpilot \ +%else + --disable-jpilot \ +%endif --enable-acpi_notifier-plugin \ --enable-address_keeper-plugin \ --enable-archive-plugin \ @@ -223,26 +227,11 @@ %{_libdir}/claws-mail/plugins/smime.so EOF -%if 0%{?suse_version} > 1130 - -%post -%desktop_database_post -%icon_theme_cache_post -%endif - -%if 0%{?suse_version} > 1130 - -%postun -%desktop_database_postun -%icon_theme_cache_postun -%endif - %files %defattr(-,root,root) %license COPYING %doc AUTHORS ChangeLog NEWS README README.tools TODO %{_bindir}/claws-mail -%{_bindir}/sylpheed-claws %dir %{_libdir}/claws-mail %dir %{_libdir}/claws-mail/plugins %{_libdir}/claws-mail/plugins/*.so ++++++ claws-mail-3.17.1.tar.xz -> claws-mail-3.17.3.tar.xz ++++++ ++++ 488342 lines of diff (skipped)
