Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package stellarsolver for openSUSE:Factory checked in at 2022-03-16 20:21:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stellarsolver (Old) and /work/SRC/openSUSE:Factory/.stellarsolver.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stellarsolver" Wed Mar 16 20:21:43 2022 rev:5 rq:962234 version:2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/stellarsolver/stellarsolver.changes 2022-01-24 23:10:58.426356186 +0100 +++ /work/SRC/openSUSE:Factory/.stellarsolver.new.25692/stellarsolver.changes 2022-03-16 20:22:01.841037774 +0100 @@ -1,0 +2,41 @@ +Wed Mar 16 06:49:12 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 2.2: + * fix valgrind issues + * improve memory management + * correcting downsample in WCSData + +------------------------------------------------------------------- +Thu Mar 10 07:32:13 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 2.1: + * fix for watney solver + * remove wrong options from watney solver + * add ability to abort on internal star extraction + * detect ASTAP in /usr/bin + * add support for saving results + * avoid name conflict in includes in Kstars + * fix crash that may happen during logging + * fix solver paths + +------------------------------------------------------------------- +Thu Mar 3 07:37:02 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com> + +- Update to 2.0: + * Eliminating the last external files: solved and cancel files from the internal solver + * Making an interface between the C++ and astrometry.net logging that works well to fix logging issues + * Making StellarSolver easier to use in a blocking way, including using it as a C++ temporary object + * Making the convolution filter easier to generate and use as well as adding more types of filters + * Significantly reducing the astrometry code needed for the solver + * Adding support for a new external solver: the Watney Astrometry Solver + * Improving the abort code so that it shuts down faster + * Adding a number of demos to show how to use StellarSolver + * Adding healpix and index series hints so that you can speed up solves in localized areas based on former solves + * Making it possible to run two stellar solvers simultaneously + * Adding some new options for star extraction + * Making API simplifications + * Fixing some memory leaks and other warnings on various operating systems + * Removing some unused code +- Remove fix-version.patch + +------------------------------------------------------------------- Old: ---- fix-version.patch stellarsolver-1.9.tar.gz New: ---- stellarsolver-2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stellarsolver.spec ++++++ --- /var/tmp/diff_new_pack.WsNt5V/_old 2022-03-16 20:22:02.705038396 +0100 +++ /var/tmp/diff_new_pack.WsNt5V/_new 2022-03-16 20:22:02.709038399 +0100 @@ -16,17 +16,17 @@ # -%define sover 1 +%define sover 2 +%define min_sover 2 + Name: stellarsolver -Version: 1.9 +Version: 2.2 Release: 0 Summary: Astrometric Solver License: GPL-3.0-or-later Group: Productivity/Scientific/Astronomy URL: https://github.com/rlancaste/stellarsolver -Source0: https://github.com/rlancaste/stellarsolver/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/rlancaste/stellarsolver/pull/88 -Patch0: fix-version.patch +Source0: https://github.com/rlancaste/stellarsolver/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: cmake(Qt5Concurrent) BuildRequires: cmake(Qt5Core) @@ -75,7 +75,7 @@ %files -n libstellarsolver%{sover} %license LICENSE %{_libdir}/libstellarsolver.so.%{sover} -%{_libdir}/libstellarsolver.so.%{version} +%{_libdir}/libstellarsolver.so.%{sover}.%{min_sover} %files devel %license LICENSE ++++++ stellarsolver-1.9.tar.gz -> stellarsolver-2.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/stellarsolver/stellarsolver-1.9.tar.gz /work/SRC/openSUSE:Factory/.stellarsolver.new.25692/stellarsolver-2.2.tar.gz differ: char 12, line 1