Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libixion for openSUSE:Factory checked in at 2025-05-06 16:38:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libixion (Old) and /work/SRC/openSUSE:Factory/.libixion.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libixion" Tue May 6 16:38:37 2025 rev:26 rq:1274306 version:0.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libixion/libixion.changes 2025-01-17 18:36:57.875942542 +0100 +++ /work/SRC/openSUSE:Factory/.libixion.new.30101/libixion.changes 2025-05-06 16:39:05.786319676 +0200 @@ -1,0 +2,6 @@ +Thu Apr 10 19:51:52 UTC 2025 - Friedrich Haubensak <[email protected]> + +- add libixion-0.19.0-gcc15-cstdint.patch to fix gcc15 compile time + error + +------------------------------------------------------------------- New: ---- libixion-0.19.0-gcc15-cstdint.patch BETA DEBUG BEGIN: New: - add libixion-0.19.0-gcc15-cstdint.patch to fix gcc15 compile time error BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libixion.spec ++++++ --- /var/tmp/diff_new_pack.06eTRA/_old 2025-05-06 16:39:07.686399085 +0200 +++ /var/tmp/diff_new_pack.06eTRA/_new 2025-05-06 16:39:07.694399419 +0200 @@ -28,6 +28,8 @@ Patch0: libixion-boost-system.patch # PATCH-FIX-UPSTREAM Patch1: 0001-Fix-_WIN32-is-not-defined-when-not-on-Windows.patch +# PATCH-FIX-UPSTREAM +Patch2: libixion-0.19.0-gcc15-cstdint.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: coreutils ++++++ libixion-0.19.0-gcc15-cstdint.patch ++++++ https://bugs.gentoo.org/937388 https://gitlab.com/ixion/ixion/-/issues/63 https://gitlab.com/ixion/ixion/-/merge_requests/70 >From cb662d675aaa419972d39c5606713919e3e1d6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20S=C5=82omi=C5=84ski?= <[email protected]> Date: Wed, 14 Aug 2024 03:41:24 +0200 Subject: [PATCH] Add a missing <cstdint> include --- a/include/ixion/compute_engine.hpp +++ b/include/ixion/compute_engine.hpp @@ -13,6 +13,7 @@ #include <memory> #include <string> +#include <cstdint> namespace ixion { namespace draft { -- GitLab
