Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libindi for openSUSE:Factory checked in at 2022-12-09 13:18:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libindi (Old) and /work/SRC/openSUSE:Factory/.libindi.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libindi" Fri Dec 9 13:18:23 2022 rev:57 rq:1041803 version:1.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/libindi/libindi.changes 2022-09-29 18:14:40.855410535 +0200 +++ /work/SRC/openSUSE:Factory/.libindi.new.1835/libindi.changes 2022-12-09 13:19:46.231635782 +0100 @@ -1,0 +2,15 @@ +Wed Nov 30 13:28:02 UTC 2022 - Paolo Stivanin <[email protected]> + +- Update to 1.9.9: + * Driver for OpenAstroTech mounts + * DRIVER_INFO also present for F2 focuser so that the device is detected + * DeepSkyDad AF3: Mark as OK after backlash compensation + * Add Excalibur Driver + * Improved star brightness handling for higher gain + * Add Gemini L6 Flip Point + * lx200_OnStep minor fix + * Add missing rule for switch + * Fix client disconnect event + * Update weather interface to define update period, refresh and override + +------------------------------------------------------------------- Old: ---- indi-1.9.8.tar.gz New: ---- indi-1.9.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libindi.spec ++++++ --- /var/tmp/diff_new_pack.H3YsMz/_old 2022-12-09 13:19:46.759638587 +0100 +++ /var/tmp/diff_new_pack.H3YsMz/_new 2022-12-09 13:19:46.767638629 +0100 @@ -19,7 +19,7 @@ %define so_ver 1 %define _udevdir %(pkg-config --variable udevdir udev) Name: libindi -Version: 1.9.8 +Version: 1.9.9 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 @@ -62,6 +62,8 @@ Requires: libindiAlignmentDriver%{so_ver} = %{version} Requires: libindidriver%{so_ver} = %{version} Requires: libindilx200-%{so_ver} = %{version} +Requires: libindiclient%{so_ver} = %{version} +Requires: libindiclientqt%{so_ver} = %{version} %description devel This package contains development files for libindi. @@ -109,6 +111,30 @@ capabilities and communicate with the device drivers and build a completely dynamic GUI based on the services provided by the device. +%package -n libindiclient%{so_ver} +Summary: Instrument Neutral Distributed Interface +Group: System/Libraries + +%description -n libindiclient%{so_ver} +INDI is an Instrument Neutral Distributed Interface control protocol +for astronomical devices, which provides a framework that decouples low +level hardware drivers from high level front end clients. Clients that +use the device drivers are completely unaware of the device +capabilities and communicate with the device drivers and build a +completely dynamic GUI based on the services provided by the device. + +%package -n libindiclientqt%{so_ver} +Summary: Instrument Neutral Distributed Interface +Group: System/Libraries + +%description -n libindiclientqt%{so_ver} +INDI is an Instrument Neutral Distributed Interface control protocol +for astronomical devices, which provides a framework that decouples low +level hardware drivers from high level front end clients. Clients that +use the device drivers are completely unaware of the device +capabilities and communicate with the device drivers and build a +completely dynamic GUI based on the services provided by the device. + %prep %setup -q -n indi-%{version} %autopatch -p1 @@ -116,13 +142,11 @@ %build %define _lto_cflags %{nil} -# libindi doesn't check whether CMAKE_INSTALL_LIBDIR is relative or not... -sed -i 's|${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}|${CMAKE_INSTALL_LIBDIR}|' libs/indibase/alignment/CMakeLists.txt - export CFLAGS="%(echo %{optflags}) -Wno-stringop-truncation" export CXXFLAGS="$CFLAGS" %cmake \ + -DINDI_BUILD_STATIC=OFF \ -DUDEVRULES_INSTALL_DIR=%{_udevdir}/rules.d \ -DINDI_BUILD_QT5_CLIENT=ON \ -DINDI_BUILD_WEBSOCKET=ON \ @@ -139,6 +163,10 @@ %postun -n libindidriver%{so_ver} -p /sbin/ldconfig %post -n libindilx200-%{so_ver} -p /sbin/ldconfig %postun -n libindilx200-%{so_ver} -p /sbin/ldconfig +%post -n libindiclient%{so_ver} -p /sbin/ldconfig +%postun -n libindiclient%{so_ver} -p /sbin/ldconfig +%post -n libindiclientqt%{so_ver} -p /sbin/ldconfig +%postun -n libindiclientqt%{so_ver} -p /sbin/ldconfig %files %license COPYING.* COPYRIGHT LICENSE @@ -158,6 +186,14 @@ %license COPYING.* LICENSE %{_libdir}/indi/ +%files -n libindiclient%{so_ver} +%{_libdir}/libindiclient.so.1 +%{_libdir}/libindiclient.so.1.9.9 + +%files -n libindiclientqt%{so_ver} +%{_libdir}/libindiclientqt.so.1 +%{_libdir}/libindiclientqt.so.1.9.9 + %files -n libindiAlignmentDriver%{so_ver} %{_libdir}/libindiAlignmentDriver.so.%{so_ver}* ++++++ indi-1.9.8.tar.gz -> indi-1.9.9.tar.gz ++++++ ++++ 125283 lines of diff (skipped)
