Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tenmon for openSUSE:Factory checked in at 2026-04-13 23:20:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tenmon (Old) and /work/SRC/openSUSE:Factory/.tenmon.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tenmon" Mon Apr 13 23:20:12 2026 rev:12 rq:1346448 version:20260412 Changes: -------- --- /work/SRC/openSUSE:Factory/tenmon/tenmon.changes 2026-03-27 06:51:01.621727566 +0100 +++ /work/SRC/openSUSE:Factory/.tenmon.new.21863/tenmon.changes 2026-04-13 23:22:27.844981790 +0200 @@ -1,0 +2,10 @@ +Mon Apr 13 12:53:49 UTC 2026 - Paolo Stivanin <[email protected]> + +- update to 20260412: + * Special handling of COUNT aggregate function + * Add table view to database tree + * Add support copy to clipboard for table + * Add database tree view + * Add running script as CLI option + +------------------------------------------------------------------- Old: ---- tenmon-20260217.tar.gz New: ---- tenmon-20260412.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tenmon.spec ++++++ --- /var/tmp/diff_new_pack.QxRsRv/_old 2026-04-13 23:22:28.353002750 +0200 +++ /var/tmp/diff_new_pack.QxRsRv/_new 2026-04-13 23:22:28.357002915 +0200 @@ -21,7 +21,7 @@ %endif Name: tenmon -Version: 20260217 +Version: 20260412 Release: 0 Summary: FITS and XISF image viewer, converter and indexer License: GPL-3.0-or-later @@ -40,6 +40,7 @@ BuildRequires: pkgconfig(Qt6OpenGL) BuildRequires: pkgconfig(Qt6Qml) BuildRequires: pkgconfig(Qt6Sql) +BuildRequires: pkgconfig(Qt6Svg) BuildRequires: pkgconfig(Qt6Widgets) BuildRequires: pkgconfig(cfitsio) BuildRequires: pkgconfig(glib-2.0) ++++++ fix-cmakelists.patch ++++++ --- /var/tmp/diff_new_pack.QxRsRv/_old 2026-04-13 23:22:28.393004400 +0200 +++ /var/tmp/diff_new_pack.QxRsRv/_new 2026-04-13 23:22:28.401004730 +0200 @@ -13,7 +13,7 @@ set(TENMON_SRC src/about.cpp src/about.h -@@ -79,7 +79,7 @@ endif() +@@ -81,7 +81,7 @@ endif() qt_add_executable(tenmon WIN32 MACOSX_BUNDLE ${tenmon_ICON} ${TENMON_SRC}) find_path(FITS_INCLUDE fitsio2.h PATH_SUFFIXES cfitsio REQUIRED) @@ -22,13 +22,12 @@ option(COLOR_MANAGMENT "Enable sRGB framebuffer support for gamma correct images and color profiles support" ON) if(COLOR_MANAGMENT) -@@ -105,7 +105,8 @@ if(STELLARSOLVER_INCLUDE AND STELLARSOLV +@@ -108,7 +108,7 @@ if(STELLARSOLVER_INCLUDE AND STELLARSOLV message(STATUS "Found stellarsolver ${STELLARSOLVER_INCLUDE} ${STELLARSOLVER_LIB}") endif(STELLARSOLVER_INCLUDE AND STELLARSOLVER_LIB) --target_link_libraries(tenmon PRIVATE Qt6::Widgets Qt6::Sql Qt6::OpenGLWidgets Qt6::Qml Qt6::Charts ${EXIF_LIB} ${FITS_LIB} ${RAW_LIB} ${WCS_LIB} ${LCMS2_LIB} XISF) -+target_link_libraries(tenmon PRIVATE Qt6::Widgets Qt6::Sql Qt6::OpenGLWidgets Qt6::Qml Qt6::Charts ${EXIF_LIB} ${FITS_LIB} ${RAW_LIB} ${WCS_LIB} ${LCMS2_LIB} ${LibXISF_LIBRARY} ${ZSTD_LIB}) -+ +-target_link_libraries(tenmon PRIVATE Qt6::Widgets Qt6::Sql Qt6::OpenGLWidgets Qt6::Qml Qt6::Charts Qt6::Svg ${EXIF_LIB} ${FITS_LIB} ${RAW_LIB} ${WCS_LIB} ${LCMS2_LIB} XISF) ++target_link_libraries(tenmon PRIVATE Qt6::Widgets Qt6::Sql Qt6::OpenGLWidgets Qt6::Qml Qt6::Charts Qt6::Svg ${EXIF_LIB} ${FITS_LIB} ${RAW_LIB} ${WCS_LIB} ${LCMS2_LIB} ${LibXISF_LIBRARY} ${ZSTD_LIB}) if(APPLE) target_link_libraries(tenmon PRIVATE Qt6::DBus "-framework CoreFoundation") elseif(UNIX) ++++++ fix-libxisf-include.patch ++++++ --- /var/tmp/diff_new_pack.QxRsRv/_old 2026-04-13 23:22:28.413005225 +0200 +++ /var/tmp/diff_new_pack.QxRsRv/_new 2026-04-13 23:22:28.417005390 +0200 @@ -2,14 +2,14 @@ =================================================================== --- tenmon.orig/src/main.cpp +++ tenmon/src/main.cpp -@@ -6,6 +6,7 @@ +@@ -5,6 +5,7 @@ + #include <QCommandLineParser> #include <QSettings> #include <stdlib.h> - #include "../thumbnailer/genthumbnail.h" +#include <libxisf.h> - - int main(int argc, char *argv[]) - { + #include "../thumbnailer/genthumbnail.h" + #ifdef Q_OS_WIN64 + #include <windows.h> Index: tenmon/src/scriptengine.cpp =================================================================== --- tenmon.orig/src/scriptengine.cpp ++++++ tenmon-20260217.tar.gz -> tenmon-20260412.tar.gz ++++++ ++++ 5665 lines of diff (skipped)
