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-06-09 21:53:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/claws-mail (Old)
 and      /work/SRC/openSUSE:Factory/.claws-mail.new.32437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "claws-mail"

Wed Jun  9 21:53:08 2021 rev:99 rq:898832 version:3.17.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/claws-mail/claws-mail.changes    2020-10-26 
16:23:29.443281507 +0100
+++ /work/SRC/openSUSE:Factory/.claws-mail.new.32437/claws-mail.changes 
2021-06-09 21:53:29.806602508 +0200
@@ -1,0 +2,9 @@
+Wed Jun  2 13:07:01 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- added claws-mail-oauth.patch:
+  https://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=4339 
+  new BR: pkgconfig(json-c) and force libeptan to be at least
+  version 1.9.4, additionally we need autotools and libtool to
+  rebuild the configure script
+
+-------------------------------------------------------------------

New:
----
  claws-mail-oauth.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ claws-mail.spec ++++++
--- /var/tmp/diff_new_pack.rq8nEF/_old  2021-06-09 21:53:30.278603349 +0200
+++ /var/tmp/diff_new_pack.rq8nEF/_new  2021-06-09 21:53:30.282603356 +0200
@@ -36,6 +36,7 @@
 %bcond_with    litehtml
 %endif
 %bcond_with    tnef
+%bcond_without oauth2
 Name:           claws-mail
 Version:        3.17.8
 Release:        0
@@ -47,6 +48,7 @@
 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
@@ -57,7 +59,15 @@
 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
@@ -163,11 +173,17 @@
 %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 \
@@ -181,6 +197,9 @@
 %else
         --disable-jpilot \
 %endif
+        %if %{with oauth2}
+        --enable-oauth2 \
+        %endif
         --enable-acpi_notifier-plugin \
         --enable-address_keeper-plugin \
         --enable-archive-plugin \

++++++ claws-mail-oauth.patch ++++++
++++ 921 lines (skipped)

Reply via email to