Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package siril for openSUSE:Factory checked 
in at 2021-12-01 20:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/siril (Old)
 and      /work/SRC/openSUSE:Factory/.siril.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "siril"

Wed Dec  1 20:47:21 2021 rev:9 rq:934912 version:1.0.0~rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/siril/siril.changes      2021-11-12 
16:00:16.762593106 +0100
+++ /work/SRC/openSUSE:Factory/.siril.new.31177/siril.changes   2021-12-02 
02:26:53.372268148 +0100
@@ -1,0 +2,25 @@
+Mon Nov 22 08:32:59 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 1.0.0-rc1:
+  * This new version makes it possible to attempt an astrometric
+    resolution on only part of the image.
+    Still for wide field images (FOV > 5??), the astrometric
+    resolution is now done by default on the central part
+    of the image only.
+  * Keeping WCS information in geometric operations
+  * Keeping WCS information in Undo/Redo
+  * Better annotation
+  * Add of GAIA EDR3 catalogue
+  * Improve star detection in image registration
+  * For global registration, it is now possible to choose the number
+    of degrees of freedom of the transformation that sends the image
+    to be registered to the reference image. By default, the
+    transformation is a homography, which admits a certain number
+    of distortions between the 2 images.
+  * New tool: Evaluate sensor tilt
+  * New button for quick photometry
+  * Pixel Math : implementation of a first version
+  * Refactoring of command help
+- For more details, see https://siril.org/download/2021-11-20-siril-1.0.0-rc1
+
+-------------------------------------------------------------------

Old:
----
  siril-0.99.10.1.tar.bz2

New:
----
  siril-1.0.0~rc1.tar.bz2

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

Other differences:
------------------
++++++ siril.spec ++++++
--- /var/tmp/diff_new_pack.reh2Be/_old  2021-12-02 02:26:53.812266630 +0100
+++ /var/tmp/diff_new_pack.reh2Be/_new  2021-12-02 02:26:53.816266616 +0100
@@ -16,25 +16,27 @@
 #
 
 
+%define rcver_upstream     1.0.0-rc1
+
 Name:           siril
-Version:        0.99.10.1
+Version:        1.0.0~rc1
 Release:        0
 Summary:        An astronomical image processing software for Linux. (IRIS 
clone)
 License:        BSL-1.0 AND GPL-3.0-or-later
 Group:          Productivity/Scientific/Physics
 URL:            https://www.siril.org/
-Source:         
https://gitlab.com/free-astro/siril/-/archive/%{version}/siril-%{version}.tar.bz2
+Source:         
https://gitlab.com/free-astro/siril/-/archive/%{rcver_upstream}/siril-%{rcver_upstream}.tar.bz2#/%{name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  meson
+BuildRequires:  meson >= 0.53.0
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cfitsio)
-BuildRequires:  pkgconfig(exiv2)
+BuildRequires:  pkgconfig(exiv2) >= 0.25
 BuildRequires:  pkgconfig(ffms2)
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(gsl)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.17.0
-BuildRequires:  pkgconfig(json-glib-1.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20.0
+BuildRequires:  pkgconfig(json-glib-1.0) >= 1.2.6
 BuildRequires:  pkgconfig(libavcodec)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil) >= 55.20
@@ -46,14 +48,10 @@
 BuildRequires:  pkgconfig(libswresample)
 BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(libtiff-4)
+BuildRequires:  pkgconfig(opencv4) >= 4.4.0
 BuildRequires:  pkgconfig(rtprocess)
 BuildRequires:  pkgconfig(shared-mime-info)
 BuildRequires:  pkgconfig(wcslib)
-%if 0%{?suse_version} < 1550
-BuildRequires:  pkgconfig(opencv)
-%else
-BuildRequires:  pkgconfig(opencv4)
-%endif
 
 %description
 Siril is meant to be Iris for Linux (sirI-L). It is an astronomical image
@@ -61,7 +59,7 @@
 automatically or manually, stack them and enhance final images.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{rcver_upstream}
 
 %build
 # override build directory, the default "build" is a regular source directory

Reply via email to