Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mcabber for openSUSE:Factory checked in at 2025-07-31 17:46:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mcabber (Old) and /work/SRC/openSUSE:Factory/.mcabber.new.1944 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mcabber" Thu Jul 31 17:46:24 2025 rev:3 rq:1296578 version:1.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/mcabber/mcabber.changes 2025-07-30 11:47:04.230926811 +0200 +++ /work/SRC/openSUSE:Factory/.mcabber.new.1944/mcabber.changes 2025-07-31 17:47:51.204275841 +0200 @@ -1,0 +2,5 @@ +Wed Jul 30 13:11:27 UTC 2025 - Andreas Stieger <[email protected]> + +- move to enchant-2, add mcabber-1.1.2-enchant-2.patch + +------------------------------------------------------------------- New: ---- mcabber-1.1.2-enchant-2.patch ----------(New B)---------- New: - move to enchant-2, add mcabber-1.1.2-enchant-2.patch ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mcabber.spec ++++++ --- /var/tmp/diff_new_pack.aT4UKl/_old 2025-07-31 17:47:51.864303274 +0200 +++ /var/tmp/diff_new_pack.aT4UKl/_new 2025-07-31 17:47:51.864303274 +0200 @@ -30,9 +30,14 @@ # PATCH-FEATURE-OPENSUSE up_one_line_message_length.patch Patch0: up_one_line_message_length.patch Patch1: mcabber-1.1.2-gcc15.patch +Patch2: mcabber-1.1.2-enchant-2.patch +# for mcabber-1.1.2-enchant-2.patch +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes +BuildRequires: libtool BuildRequires: pkgconfig >= 0.16 -BuildRequires: pkgconfig(enchant) +BuildRequires: pkgconfig(enchant-2) BuildRequires: pkgconfig(glib-2.0) >= 2.14.0 BuildRequires: pkgconfig(gpgme) >= 1.0.0 BuildRequires: pkgconfig(libotr) >= 4.0.0 @@ -59,6 +64,8 @@ mv -f %{name}rc.example %{name}rc %build +# for mcabber-1.1.2-enchant-2.patch +autoreconf -fiv %configure \ --enable-enchant \ --enable-hgcset \ ++++++ mcabber-1.1.2-enchant-2.patch ++++++ # HG changeset patch # User Mikael Berthe <[email protected]> # Date 1685456990 -7200 # Node ID d5486807b6375188767650d7bf9c039244303cd8 # Parent ca442ece1f702f649bdd1ee2454381f4cf6ddd6d Switch to enchant 2 Index: mcabber-1.1.2/configure.ac =================================================================== --- mcabber-1.1.2.orig/configure.ac +++ mcabber-1.1.2/configure.ac @@ -233,7 +233,7 @@ AC_ARG_ENABLE(aspell, enable_aspell=$enableval, aspell="") if test "x$enable_enchant" = "xyes"; then - PKG_CHECK_MODULES(ENCHANT, [enchant], + PKG_CHECK_MODULES(ENCHANT, [enchant-2], AC_DEFINE(WITH_ENCHANT, 1, [Define if you want enchant support]) ) else
