Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package claws-mail for openSUSE:Factory checked in at 2021-07-12 21:40:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/claws-mail (Old) and /work/SRC/openSUSE:Factory/.claws-mail.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "claws-mail" Mon Jul 12 21:40:35 2021 rev:100 rq:905841 version:3.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes 2021-06-09 21:53:29.806602508 +0200 +++ /work/SRC/openSUSE:Factory/.claws-mail.new.2625/claws-mail.changes 2021-07-12 21:41:13.715639741 +0200 @@ -1,0 +2,49 @@ +Mon Jul 12 12:50:23 UTC 2021 - Marcus Rueckert <mrueck...@suse.de> + +- bump buildrequires to follow version limits in the configure.ac + +------------------------------------------------------------------- +Sat Jul 10 17:26:01 UTC 2021 - Carsten Ziepke <kiel...@gmail.com> + +- Update to 3.18.0 + * Support for the OAuth2 authorisation protocol has been added for + IMAP, POP and SMTP using custom, user-generated client IDs. + OAuth2 preferences are found in the Account Preferences on the + Receive page (for POP: Authenticate before POP connection, for + IMAP: Authentication method); the Send page (SMTP authentication: + Authentication method); and on a dedicated OAuth2 page. + * The option 'Save (X-)Face in address book if possible' has been + added to the /Message View/Text Options preferences page. + Previously the (X-)Face would be saved automatically, therefore + this option is turned on by default. + * The Image Viewer has been reworked. New options have been added to + /Message View/Image Viewer: when resizing images, either fit the + image width or fit the image height to the available space. + Fitting the image height is the default. Regardless of this + setting, when displaying images inline they will fit the height. + When displaying an image, left-clicking the image will toggle + between full size and reduced size; right-clicking will toggle + between fitting the height and fitting the width. + * When re-editing a saved message, it is now possible to use + /Options/Remove References. + * It is now possible to attempt to retrieve a missing GPG key via + WKD. + * The man page has been updated. + * Updated translations: Brazilian Portuguese, British English, + Catalan, Czech, Danish, Dutch, French, Polish, Romanian, Russian, + Slovak, Spanish, Traditional Chinese, Turkish. + * bug fixes: claws#2411, claws#4326, claws#4394, claws#4431, + claws#4445, claws#4447, claws#4455, claws#4473 + - stop WM's X button from causing GPG key fetch attempt + - Make fancy respect default font size for messageview + - harden link checker before accepting click + - non-display of (X-)Face when prefs_common.enable_avatars + is AVATARS_ENABLE_RENDER (2) + - debian bug #983778, 'Segfault on selecting empty 'X-Face' + custom header' +- Drop claws-mail-oauth.patch, OAuth2 authorisation protocol is now + included +- Drop claws-mail-Reworked-fixing-unsecure-command-line-invocation.patch, + merged upstream + +------------------------------------------------------------------- Old: ---- claws-mail-3.17.8.tar.xz claws-mail-Reworked-fixing-unsecure-command-line-invocation.patch claws-mail-oauth.patch New: ---- claws-mail-3.18.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ claws-mail.spec ++++++ --- /var/tmp/diff_new_pack.HgrjDR/_old 2021-07-12 21:41:14.183636052 +0200 +++ /var/tmp/diff_new_pack.HgrjDR/_new 2021-07-12 21:41:14.187636021 +0200 @@ -1,7 +1,7 @@ # # spec file for package claws-mail # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,20 +25,23 @@ %if !%{gtk3_ready} %define favor_gtk2 1 %endif + %if 0%{?suse_version} >= 1330 %bcond_without vcalendar %else %bcond_with vcalendar %endif + %if 0%{?suse_version} >= 1550 %bcond_without litehtml %else %bcond_with litehtml %endif + %bcond_with tnef -%bcond_without oauth2 + Name: claws-mail -Version: 3.17.8 +Version: 3.18.0 Release: 0 Summary: A configurable email client License: GPL-3.0-or-later @@ -46,9 +49,6 @@ URL: https://www.claws-mail.org/ Source: https://www.claws-mail.org/download.php?file=releases/%{name}-%{version}.tar.xz Patch0: libcanberra-gtk3.patch -# patch merged upstream but not part of a release -Patch1: claws-mail-Reworked-fixing-unsecure-command-line-invocation.patch -Patch2: claws-mail-oauth.patch BuildRequires: compface-devel BuildRequires: db-devel BuildRequires: docbook-utils @@ -59,15 +59,7 @@ BuildRequires: libarchive-devel BuildRequires: libcanberra-devel >= 0.6 BuildRequires: libcurl-devel -%if %{with oauth2} -BuildRequires: automake -BuildRequires: autoconf -BuildRequires: libtool BuildRequires: libetpan-devel >= 1.9.4 -BuildRequires: pkgconfig(json-c) -%else -BuildRequires: libetpan-devel >= 0.57 -%endif BuildRequires: libexpat-devel BuildRequires: libgcrypt-devel BuildRequires: libgdata-devel >= 0.17.2 @@ -85,10 +77,10 @@ BuildRequires: texlive-metafont-bin BuildRequires: texlive-wasy BuildRequires: update-desktop-files +BuildRequires: pkgconfig(cairo) >= 1.12 BuildRequires: pkgconfig(dbus-1) >= 0.60 BuildRequires: pkgconfig(dbus-glib-1) >= 0.60 -## FIXME ## - On next version bump please replace with pkgconfig(enchant-2) -BuildRequires: pkgconfig(enchant) +BuildRequires: pkgconfig(enchant-2) BuildRequires: pkgconfig(gnutls) >= 2.2 BuildRequires: pkgconfig(libnm) BuildRequires: pkgconfig(libnotify) @@ -172,18 +164,11 @@ %if ! 0%{?favor_gtk2} %patch0 -p1 %endif -%patch1 -p0 -%if %{with oauth2} -%patch2 -p0 -%endif 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 %build -%if %{with oauth2} -autoreconf -fi -%endif %configure \ --docdir=%{_datadir}/claws-mail \ --disable-static \ @@ -197,9 +182,6 @@ %else --disable-jpilot \ %endif - %if %{with oauth2} - --enable-oauth2 \ - %endif --enable-acpi_notifier-plugin \ --enable-address_keeper-plugin \ --enable-archive-plugin \ ++++++ claws-mail-3.17.8.tar.xz -> claws-mail-3.18.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/claws-mail/claws-mail-3.17.8.tar.xz /work/SRC/openSUSE:Factory/.claws-mail.new.2625/claws-mail-3.18.0.tar.xz differ: char 26, line 1