Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libqxmpp for openSUSE:Factory checked in at 2026-07-21 23:12:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqxmpp (Old) and /work/SRC/openSUSE:Factory/.libqxmpp.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqxmpp" Tue Jul 21 23:12:07 2026 rev:49 rq:1366951 version:1.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libqxmpp/libqxmpp.changes 2026-06-28 21:11:25.215971590 +0200 +++ /work/SRC/openSUSE:Factory/.libqxmpp.new.24530/libqxmpp.changes 2026-07-21 23:12:14.974091051 +0200 @@ -1,0 +2,6 @@ +Mon Jul 20 06:02:11 UTC 2026 - Dmitriy Perlow <[email protected]> + +- Added qxmpp-1.16.1-install-Algorithms-private-header.patch + from leechcraft developer. + +------------------------------------------------------------------- New: ---- qxmpp-1.16.1-install-Algorithms-private-header.patch ----------(New B)---------- New: - Added qxmpp-1.16.1-install-Algorithms-private-header.patch from leechcraft developer. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqxmpp.spec ++++++ --- /var/tmp/diff_new_pack.ee6ilZ/_old 2026-07-21 23:12:15.702115946 +0200 +++ /var/tmp/diff_new_pack.ee6ilZ/_new 2026-07-21 23:12:15.702115946 +0200 @@ -28,6 +28,10 @@ Source0: https://download.kde.org/unstable/qxmpp/qxmpp-%{version}.tar.xz Source1: https://download.kde.org/unstable/qxmpp/qxmpp-%{version}.tar.xz.sig Source2: qxmpp.keyring + +# PATCH-FIX-UPSTREAM to install Algorithms private header +Patch0: qxmpp-1.16.1-install-Algorithms-private-header.patch + BuildRequires: fdupes # The default GCC version is too old in Leap 16 %if 0%{?suse_version} >= 1600 && 0%{?suse_version} < 1699 ++++++ qxmpp-1.16.1-install-Algorithms-private-header.patch ++++++ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1d78c6e2..4a8adbfe 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -11,6 +11,7 @@ add_definitions( set(INSTALL_HEADER_FILES # Base + base/Algorithms.h base/QXmppArchiveIq.h base/QXmppBindIq.h base/QXmppBitsOfBinaryContentId.h
