Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libindi for openSUSE:Factory checked in at 2023-10-10 21:00:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libindi (Old) and /work/SRC/openSUSE:Factory/.libindi.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libindi" Tue Oct 10 21:00:16 2023 rev:65 rq:1116513 version:2.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libindi/libindi.changes 2023-08-03 17:30:44.760113043 +0200 +++ /work/SRC/openSUSE:Factory/.libindi.new.28202/libindi.changes 2023-10-10 21:01:22.276412685 +0200 @@ -1,0 +2,18 @@ +Wed Oct 4 05:54:47 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 2.0.4: + * Fix bug in relative positioning of Lacerta MFOC + * Fix setFormat typos, add isEmpty method + * Use ZSTD compression for XISF images when available + * Preliminary support for Planewave + * Bug fix making both focusers visible + * focuser crash fixed+some properties added + * OnStep work + * Openastrotech work + +------------------------------------------------------------------- +Fri Sep 29 05:53:26 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Force usage of GCC>=12 on Leap. + +------------------------------------------------------------------- Old: ---- indi-2.0.3.tar.gz New: ---- indi-2.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libindi.spec ++++++ --- /var/tmp/diff_new_pack.qV3CvT/_old 2023-10-10 21:01:23.616461279 +0200 +++ /var/tmp/diff_new_pack.qV3CvT/_new 2023-10-10 21:01:23.616461279 +0200 @@ -15,11 +15,14 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%if 0%{?suse_version} && 0%{?suse_version} < 1590 +%global force_gcc_version 12 +%endif %define so_ver 2 %define _udevdir %(pkg-config --variable udevdir udev) Name: libindi -Version: 2.0.3 +Version: 2.0.4 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 @@ -28,14 +31,10 @@ Source0: https://github.com/indilib/indi/archive/v%{version}.tar.gz#/indi-%{version}.tar.gz Source1: libindi-rpmlintrc BuildRequires: cmake -%if 0%{?suse_version} < 1590 -BuildRequires: gcc10-c++ -%else -BuildRequires: gcc-c++ -%endif +BuildRequires: gcc%{?force_gcc_version}-c++ >= 12 BuildRequires: libboost_system-devel BuildRequires: libboost_thread-devel -%if 0%{?suse_version} > 1590 +%if 0%{?sle_version} > 150500 || 0%{?suse_version} > 1600 BuildRequires: cfitsio-devel %else BuildRequires: libcfitsio-devel @@ -161,10 +160,8 @@ -DINDI_BUILD_QT5_CLIENT=ON \ -DINDI_BUILD_WEBSOCKET=ON \ -DINDI_BUILD_XISF=ON \ -%if 0%{?suse_version} < 1590 - -DCMAKE_CXX_COMPILER=%{_bindir}/g++-10 \ -%else - -DCMAKE_CXX_COMPILER=%{_bindir}/g++ \ +%if 0%{?force_gcc_version} + -DCMAKE_CXX_COMPILER=%{_bindir}/g++-%{?force_gcc_version} \ %endif -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" %cmake_build ++++++ indi-2.0.3.tar.gz -> indi-2.0.4.tar.gz ++++++ ++++ 13968 lines of diff (skipped)