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-04-13 14:11:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libindi (Old) and /work/SRC/openSUSE:Factory/.libindi.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libindi" Thu Apr 13 14:11:25 2023 rev:62 rq:1079090 version:2.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libindi/libindi.changes 2023-03-30 22:52:48.269068453 +0200 +++ /work/SRC/openSUSE:Factory/.libindi.new.19717/libindi.changes 2023-04-13 14:11:29.380552247 +0200 @@ -1,0 +2,22 @@ +Tue Apr 4 14:18:36 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 2.0.1: + * Resolve timestamp name conflict. + * Fix PMC8 tracking rate. + * Support for XISF files. + * Update DDW dome driver for new property functions. + * Added Safety and Goto Limits. + * Feature/qhy gps timestamp. + * Addition of myDewControllerPro driver. + * Southern Hemisphere Support for PMC8. + * Fixed regression with Servo Precision logic setting. + * [WandererCover] Adding support for newer firmware (20221008). + * Add driver for myDCP4ESP32 Dew Contoller. + * Focuser Temperature Compensation minor fixes. + * Fixing Openastrotech AutoPA. + * Fixed SestoSenso2 calibration. + * Force enable tracking after slew and unpark. +- Remove fix-operator.patch +- Remove fix-timestamp.patch + +------------------------------------------------------------------- Old: ---- fix-operator.patch fix-timestamp.patch indi-2.0.0.tar.gz New: ---- indi-2.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libindi.spec ++++++ --- /var/tmp/diff_new_pack.Whui07/_old 2023-04-13 14:11:30.024555945 +0200 +++ /var/tmp/diff_new_pack.Whui07/_new 2023-04-13 14:11:30.028555968 +0200 @@ -19,18 +19,19 @@ %define so_ver 2 %define _udevdir %(pkg-config --variable udevdir udev) Name: libindi -Version: 2.0.0 +Version: 2.0.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 Group: Productivity/Scientific/Astronomy URL: https://www.indilib.org/ Source0: https://github.com/indilib/indi/archive/v%{version}.tar.gz#/indi-%{version}.tar.gz -# PATCH-FIX-UPSTREAM -Patch0: fix-operator.patch -Patch1: fix-timestamp.patch BuildRequires: cmake +%if 0%{?suse_version} < 1590 +BuildRequires: gcc10-c++ +%else BuildRequires: gcc-c++ +%endif BuildRequires: libboost_system-devel BuildRequires: libboost_thread-devel %if 0%{?suse_version} > 1590 @@ -38,7 +39,8 @@ %else BuildRequires: libcfitsio-devel %endif -BuildRequires: libev-devel +BuildRequires: libXISF-devel +BuildRequires: libev-devel >= 4.33 BuildRequires: libnova-devel BuildRequires: pkgconfig BuildRequires: cmake(Qt5Core) @@ -147,7 +149,6 @@ %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects - export CFLAGS="%(echo %{optflags}) -Wno-stringop-truncation" export CXXFLAGS="$CFLAGS" @@ -156,8 +157,13 @@ -DUDEVRULES_INSTALL_DIR=%{_udevdir}/rules.d \ -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++ \ +%endif -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" - %cmake_build %install ++++++ indi-2.0.0.tar.gz -> indi-2.0.1.tar.gz ++++++ ++++ 9910 lines of diff (skipped)