Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package indi for openSUSE:Factory checked in at 2026-07-21 22:55:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/indi (Old) and /work/SRC/openSUSE:Factory/.indi.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "indi" Tue Jul 21 22:55:55 2026 rev:25 rq:1366764 version:2.2.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/indi/indi.changes 2026-06-05 15:03:24.232012414 +0200 +++ /work/SRC/openSUSE:Factory/.indi.new.24530/indi.changes 2026-07-21 22:58:22.309564065 +0200 @@ -1,0 +2,26 @@ +Mon Jul 20 12:05:06 UTC 2026 - Paolo Stivanin <[email protected]> + +- Add fix-gcc16.patch: fixes compilation against GCC 16 + +------------------------------------------------------------------- +Thu Jul 9 13:15:33 UTC 2026 - Paolo Stivanin <[email protected]> + +- Update to 2.2.3.1: + * SVBONYPowerBox: Enhance handshake process with debug logging + and retry mechanism by @jctk in #2406 + * Driver Improvements Pegasus Flatmaster Neo by @DomMer2587 in + #2411 + * Add MX-HD telescope driver by @botchASTRO in #2409 + * driverio: Fix multi-device BLOB interleave crash in unix IO + path by @cfuture81 in #2410 + * simulators: extract shared rendering into SkyRenderer by + @ckemper67 in #2412 + * cmake: enable FIX_WARNINGS by default by @ckemper67 in #2413 + * wake_on_lan, lx200_10micron: replace raw socket WoL with + wakeonlan by @fenriques in #2414 + * V4L2: Apply software binning after frame stacking by @cfuture81 + in #2407 + * lx200_10micron: add shutdown command, guard behind parked state + by @fenriques in #2415 + +------------------------------------------------------------------- Old: ---- indi-2.2.2.tar.gz New: ---- fix-gcc16.patch indi-2.2.3.1.tar.gz ----------(New B)---------- New: - Add fix-gcc16.patch: fixes compilation against GCC 16 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ indi.spec ++++++ --- /var/tmp/diff_new_pack.VonYcX/_old 2026-07-21 22:58:23.269596779 +0200 +++ /var/tmp/diff_new_pack.VonYcX/_new 2026-07-21 22:58:23.273596916 +0200 @@ -22,7 +22,7 @@ %define so_ver 2 Name: indi -Version: 2.2.2 +Version: 2.2.3.1 Release: 0 Summary: Instrument Neutral Distributed Interface License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later @@ -30,6 +30,8 @@ URL: https://www.indilib.org/ Source0: https://github.com/indilib/indi/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: indi-rpmlintrc +# PATCH-FIX-UPSTREAM https://github.com/indilib/indi/commit/bf77bd1c26c268e5973cace1dc21807b42148539.patch +Patch0: fix-gcc16.patch BuildRequires: cmake BuildRequires: gcc%{?force_gcc_version}-c++ >= 12 %if 0%{?suse_version} < 1600 @@ -166,6 +168,7 @@ -DINDI_BUILD_STATIC=OFF \ -DUDEVRULES_INSTALL_DIR=%{_udevrulesdir} \ -DINDI_BUILD_QT_CLIENT=ON \ + -DFIX_WARNINGS=OFF \ %if 0%{?force_gcc_version} -DCMAKE_CXX_COMPILER=%{_bindir}/g++-%{?force_gcc_version} \ %endif ++++++ fix-gcc16.patch ++++++ >From bf77bd1c26c268e5973cace1dc21807b42148539 Mon Sep 17 00:00:00 2001 From: Jasem Mutlaq <[email protected]> Date: Tue, 16 Jun 2026 15:34:06 +0300 Subject: [PATCH] Possible fix for GCC 16 + LTO --- drivers/focuser/celestronauxpacket.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/focuser/celestronauxpacket.h b/drivers/focuser/celestronauxpacket.h index 670c1474a0..8231d1f0a4 100644 --- a/drivers/focuser/celestronauxpacket.h +++ b/drivers/focuser/celestronauxpacket.h @@ -110,7 +110,7 @@ class Packet Packet(Target source, Target destination, Command command); // packet contents - static const uint8_t AUX_HDR = 0x3b; + static constexpr uint8_t AUX_HDR = 0x3b; uint32_t length; Target source; Target destination; ++++++ indi-2.2.2.tar.gz -> indi-2.2.3.1.tar.gz ++++++ ++++ 7618 lines of diff (skipped)
