Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package balsa for openSUSE:Factory checked in at 2023-03-14 18:17:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/balsa (Old) and /work/SRC/openSUSE:Factory/.balsa.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "balsa" Tue Mar 14 18:17:18 2023 rev:77 rq:1071404 version:2.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/balsa/balsa.changes 2022-10-24 11:13:37.575262903 +0200 +++ /work/SRC/openSUSE:Factory/.balsa.new.31432/balsa.changes 2023-03-14 18:17:23.923973640 +0100 @@ -1,0 +2,9 @@ +Sun Mar 12 13:21:24 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Add balsa-webkitgtk-bump.patch: Port to build against + webkit2gtk-4.1. Following this replace pkgconfig(webkit2gtk-4.0) + with pkgconfig(webkit2gtk-4.1) BuildRequires, and add libtool + BuildRequires and bootstrap the build since the patch touches the + buildsystem. + +------------------------------------------------------------------- New: ---- balsa-webkitgtk-bump.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ balsa.spec ++++++ --- /var/tmp/diff_new_pack.VM7ClX/_old 2023-03-14 18:17:24.623977382 +0100 +++ /var/tmp/diff_new_pack.VM7ClX/_new 2023-03-14 18:17:24.631977425 +0100 @@ -1,7 +1,7 @@ # # spec file for package balsa # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,11 +23,14 @@ License: GPL-2.0-or-later URL: https://pawsa.fedorapeople.org/balsa/ Source0: %{url}/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM balsa-webkitgtk-bump.patch -- Build against webkit2gtk-4.1 +Patch0: balsa-webkitgtk-bump.patch BuildRequires: compface-devel BuildRequires: fdupes BuildRequires: intltool BuildRequires: libesmtp-devel +BuildRequires: libtool BuildRequires: openldap2-devel BuildRequires: pkgconfig BuildRequires: python3-html2text @@ -55,7 +58,7 @@ BuildRequires: pkgconfig(mit-krb5-gssapi) BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(sqlite3) -BuildRequires: pkgconfig(webkit2gtk-4.0) +BuildRequires: pkgconfig(webkit2gtk-4.1) %description An e-mail client for GNOME. It supports @@ -72,6 +75,7 @@ %autosetup -p1 %build +./bootstrap.sh %configure\ --disable-static\ --enable-more-warnings\ ++++++ balsa-webkitgtk-bump.patch ++++++ diff -Nur balsa-2.6.4-orig/configure.ac balsa-2.6.4/configure.ac --- balsa-2.6.4-orig/configure.ac 2022-09-20 20:43:44.000000000 +0200 +++ balsa-2.6.4/configure.ac 2023-03-12 14:15:58.190107563 +0100 @@ -263,7 +263,7 @@ webkit2) AC_MSG_RESULT([$use_html_widget]) # note: sqlite3 is needed to manage html vs. plain and image download preferences - PKG_CHECK_MODULES(HTML, [ webkit2gtk-4.0 >= 2.28.0 + PKG_CHECK_MODULES(HTML, [ webkit2gtk-4.1 >= 2.28.0 sqlite3 >= 3.24.0]) BALSA_WEB_EXTENSIONS="${libdir}/${PACKAGE}" AC_SUBST(BALSA_WEB_EXTENSIONS)