Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tenmon for openSUSE:Factory checked in at 2024-07-05 19:50:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tenmon (Old) and /work/SRC/openSUSE:Factory/.tenmon.new.2080 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tenmon" Fri Jul 5 19:50:35 2024 rev:5 rq:1185729 version:20240617 Changes: -------- --- /work/SRC/openSUSE:Factory/tenmon/tenmon.changes 2024-02-14 23:19:25.249728331 +0100 +++ /work/SRC/openSUSE:Factory/.tenmon.new.2080/tenmon.changes 2024-07-05 19:57:19.823800805 +0200 @@ -1,0 +2,16 @@ +Wed Jul 3 09:06:57 UTC 2024 - Paolo Stivanin <[email protected]> + +- Update to 20240617: + * Add scripts + * Small fixes + * Fix some bugs in scripting + * Fix text color in log + * Batchprocessing improvments + * Add FITSRecordModify for XISF files + * Add modifing FITS records + * Add compression parameters + * Add convert function to script + * Fix bug when saving color FITS/XISF files +- Add fix-libxisf-include.patch. + +------------------------------------------------------------------- Old: ---- tenmon-20240201.tar.gz New: ---- fix-libxisf-include.patch tenmon-20240617.tar.gz BETA DEBUG BEGIN: New: * Fix bug when saving color FITS/XISF files - Add fix-libxisf-include.patch. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tenmon.spec ++++++ --- /var/tmp/diff_new_pack.IRceYM/_old 2024-07-05 19:57:20.327819312 +0200 +++ /var/tmp/diff_new_pack.IRceYM/_new 2024-07-05 19:57:20.327819312 +0200 @@ -21,15 +21,18 @@ %endif Name: tenmon -Version: 20240201 +Version: 20240617 Release: 0 Summary: FITS and XISF image viewer, converter and indexer License: GPL-3.0-or-later URL: https://gitea.nouspiro.space/nou/tenmon/ Source: https://gitea.nouspiro.space/nou/tenmon/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM Patch0: use_system_libxisf.patch +# PATCH-FIX-UPSTREAM +Patch1: fix-libxisf-include.patch BuildRequires: gcc%{?force_gcc_version}-c++ >= 12 -BuildRequires: libXISF-devel +BuildRequires: libXISF-devel >= 0.2.12+git5.d00de20 BuildRequires: pkgconfig BuildRequires: qt6-base-devel >= 6.2.0 BuildRequires: pkgconfig(Qt6OpenGL) ++++++ fix-libxisf-include.patch ++++++ diff -ru orig/main.cpp mod/main.cpp --- orig/main.cpp 2024-06-10 22:39:52.000000000 +0200 +++ mod/main.cpp 2024-06-12 07:44:13.782719909 +0200 @@ -3,7 +3,7 @@ #include <QSurfaceFormat> #include <QTranslator> #include <stdlib.h> -#include "libxisf.h" +#include <libxisf.h> int main(int argc, char *argv[]) { diff -ru orig/scriptengine.cpp mod/scriptengine.cpp --- orig/scriptengine.cpp 2024-06-10 22:39:52.000000000 +0200 +++ mod/scriptengine.cpp 2024-06-12 07:44:24.692828986 +0200 @@ -1,4 +1,5 @@ #include "scriptengine.h" + #include <QDir> #include <QFileInfo> #include <QDebug> @@ -8,7 +9,7 @@ #include "loadrunable.h" #include "batchprocessing.h" #include <fitsio2.h> -#include "libXISF/libxisf.h" +#include <libxisf.h> namespace Script { ++++++ tenmon-20240201.tar.gz -> tenmon-20240617.tar.gz ++++++ ++++ 5470 lines of diff (skipped)
