Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pidgin for openSUSE:Factory checked in at 2021-02-17 18:09:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pidgin (Old) and /work/SRC/openSUSE:Factory/.pidgin.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin" Wed Feb 17 18:09:50 2021 rev:134 rq:871484 version:2.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/pidgin/pidgin.changes 2020-06-14 18:15:40.114914500 +0200 +++ /work/SRC/openSUSE:Factory/.pidgin.new.28504/pidgin.changes 2021-02-17 18:09:53.877860001 +0100 @@ -1,0 +2,6 @@ +Fri Feb 12 15:08:12 UTC 2021 - Michael Gorse <[email protected]> + +- Add pidgin-always-enable-intltool.patch: always enable intltool. + Fixes the build with autoconf 2.71. + +------------------------------------------------------------------- New: ---- pidgin-always-enable-intltool.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pidgin.spec ++++++ --- /var/tmp/diff_new_pack.a68hQq/_old 2021-02-17 18:09:54.601860593 +0100 +++ /var/tmp/diff_new_pack.a68hQq/_new 2021-02-17 18:09:54.605860597 +0100 @@ -1,7 +1,7 @@ # # spec file for package pidgin # -# 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 @@ -36,6 +36,8 @@ Patch2: pidgin-fix-perl-build.patch # PATCH-FIX-SLE pidgin-use-default-alsa.patch bsc#886670 [email protected] -- Use ALSA as a default for avoiding broken volume control. Patch3: pidgin-use-default-alsa.patch +# PATCH-FIX-OPENSUSE pidgin-always-enable-intltool.patch [email protected] -- always enable intltool, needed for autoconf 2.71. +Patch4: pidgin-always-enable-intltool.patch BuildRequires: ca-certificates-mozilla BuildRequires: doxygen BuildRequires: fdupes @@ -219,6 +221,7 @@ %if 0%{?sle_version} >= 120000 && !0%{?is_opensuse} %patch3 -p1 %endif +%patch4 -p1 cp -f %{SOURCE3} %{name}-prefs.xml ++++++ pidgin-always-enable-intltool.patch ++++++ diff -urp pidgin-2.14.1.orig/configure.ac pidgin-2.14.1/configure.ac --- pidgin-2.14.1.orig/configure.ac 2020-06-11 03:50:29.000000000 -0500 +++ pidgin-2.14.1/configure.ac 2021-02-12 09:05:32.013284982 -0600 @@ -256,8 +256,8 @@ dnl # Disable creation and installation dnl ####################################################################### AC_ARG_ENABLE(nls, AC_HELP_STRING([--disable-nls], [disable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes) +AC_PROG_INTLTOOL if test x$enable_i18n = xyes; then - AC_PROG_INTLTOOL GETTEXT_PACKAGE=pidgin AC_SUBST(GETTEXT_PACKAGE)
