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-06-25 10:24:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stellarsolver (Old)
 and      /work/SRC/openSUSE:Factory/.stellarsolver.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stellarsolver"

Sat Jun 25 10:24:04 2022 rev:6 rq:984848 version:2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/stellarsolver/stellarsolver.changes      
2022-03-16 20:22:01.841037774 +0100
+++ /work/SRC/openSUSE:Factory/.stellarsolver.new.1548/stellarsolver.changes    
2022-06-25 10:24:12.334668902 +0200
@@ -1,0 +2,12 @@
+Thu Jun 16 06:05:43 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 2.3:
+  * It can now selected the color channel one would like to extract or solve,
+    if it is an RGB image, or one can select to integrate or average the 
channels.
+  * Add StellarBatchSolver, a tool that can be used to automatically solve, 
extract,
+    and export a large number of images.
+  * Improvements to memory management.
+  * Performance improvements.
+  * Bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  stellarsolver-2.2.tar.gz

New:
----
  stellarsolver-2.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ stellarsolver.spec ++++++
--- /var/tmp/diff_new_pack.P8yMbb/_old  2022-06-25 10:24:12.966669804 +0200
+++ /var/tmp/diff_new_pack.P8yMbb/_new  2022-06-25 10:24:12.970669809 +0200
@@ -17,10 +17,10 @@
 
 
 %define sover 2
-%define min_sover 2
+%define min_sover 3
 
 Name:           stellarsolver
-Version:        2.2
+Version:        2.3
 Release:        0
 Summary:        Astrometric Solver
 License:        GPL-3.0-or-later
@@ -41,6 +41,13 @@
 An Astrometric Plate Solver for Mac, Linux, and Windows,
 built on Astrometry.net and SEP (sextractor).
 
+%package -n stellarbatchsolver
+Summary:        Batch images solver based on stellarsolver
+
+%description  -n stellarbatchsolver
+Tool that one could use to automatically solve, extract, and export a large 
number of images.
+This program is primarily meant for data reduction, but could also be used as 
a test for the library.
+
 %package -n libstellarsolver%{sover}
 Summary:        Astrometric Solver runtime library
 Group:          System/Libraries
@@ -61,9 +68,13 @@
 
 %prep
 %autosetup -p1
+find . -name *DS_Store -delete
+sed -i 's/Version=2.2/Version=1.4/' 
stellarbatchsolver/com.github.rlancaste.stellarbatchsolver.desktop
 
 %build
-%cmake -DCMAKE_INSTALL_LIBDIR=%{_lib}
+%cmake \
+  -DCMAKE_INSTALL_LIBDIR=%{_lib} \
+  -DBUILD_BATCH_SOLVER=On
 %cmake_build
 
 %install
@@ -72,6 +83,26 @@
 %post -n libstellarsolver%{sover} -p /sbin/ldconfig
 %postun -n libstellarsolver%{sover} -p /sbin/ldconfig
 
+%files -n stellarbatchsolver
+%{_bindir}/StellarBatchSolver
+%{_datadir}/applications/com.github.rlancaste.stellarbatchsolver.desktop
+%dir %{_datadir}/icons/hicolor
+%dir %{_datadir}/icons/hicolor/128x128/
+%dir %{_datadir}/icons/hicolor/128x128/apps
+%dir %{_datadir}/icons/hicolor/64x64/
+%dir %{_datadir}/icons/hicolor/64x64/apps
+%dir %{_datadir}/icons/hicolor/48x48/
+%dir %{_datadir}/icons/hicolor/48x48/apps
+%dir %{_datadir}/icons/hicolor/32x32/
+%dir %{_datadir}/icons/hicolor/32x32/apps
+%dir %{_datadir}/icons/hicolor/16x16/
+%dir %{_datadir}/icons/hicolor/16x16/apps
+%{_datadir}/icons/hicolor/128x128/apps/StellarBatchSolverIcon.png
+%{_datadir}/icons/hicolor/16x16/apps/StellarBatchSolverIcon.png
+%{_datadir}/icons/hicolor/32x32/apps/StellarBatchSolverIcon.png
+%{_datadir}/icons/hicolor/48x48/apps/StellarBatchSolverIcon.png
+%{_datadir}/icons/hicolor/64x64/apps/StellarBatchSolverIcon.png
+
 %files -n libstellarsolver%{sover}
 %license LICENSE
 %{_libdir}/libstellarsolver.so.%{sover}

++++++ stellarsolver-2.2.tar.gz -> stellarsolver-2.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/stellarsolver/stellarsolver-2.2.tar.gz 
/work/SRC/openSUSE:Factory/.stellarsolver.new.1548/stellarsolver-2.3.tar.gz 
differ: char 12, line 1

Reply via email to