From 4a1106b76e7601fbc54e003bfffa304f714cbff0ee7bba42c9dd51310a7c9861 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 23 Jun 2021 09:48:02 +0000 Subject: [PATCH] Accepting request 900018 from home:polslinux:branches:graphics - Update to 0.99.10: * New alignment algo on 2 or 3 stars * New pixel rejection algo: Generalized Extreme Studentized Deviate Test * Added weighting of images according to noise * Normalization refactoring * Remove black borders of stacked image * Possibility of processing with synthetic bias * Extraction of the green channel * Update sampling after channel extraction and/or Drizzle * Keep WCS info in stacked image * Added drag and drop to open an image, or a sequence * Improve overall performance - Drop fix_glib_2_68_error.patch OBS-URL: https://build.opensuse.org/request/show/900018 OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=17 --- fix_glib_2_68_error.patch | 32 -------------------------------- siril-0.99.10.tar.bz2 | 3 +++ siril-0.99.8.1.tar.bz2 | 3 --- siril.changes | 17 +++++++++++++++++ siril.spec | 5 +---- 5 files changed, 21 insertions(+), 39 deletions(-) delete mode 100644 fix_glib_2_68_error.patch create mode 100644 siril-0.99.10.tar.bz2 delete mode 100644 siril-0.99.8.1.tar.bz2 diff --git a/fix_glib_2_68_error.patch b/fix_glib_2_68_error.patch deleted file mode 100644 index 8e6d904..0000000 --- a/fix_glib_2_68_error.patch +++ /dev/null @@ -1,32 +0,0 @@ -From d319fceca5b00f156e1c5e3512d3ac1f41beb16a Mon Sep 17 00:00:00 2001 -From: Cyril Richard -Date: Tue, 2 Mar 2021 13:46:32 +0100 -Subject: [PATCH] Should fix the bug in issue #680 - ---- - src/core/exif.cpp | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/core/exif.cpp b/src/core/exif.cpp -index dd58b1dc..f3070198 100644 ---- a/src/core/exif.cpp -+++ b/src/core/exif.cpp -@@ -25,7 +25,6 @@ extern "C" { - #include "config.h" - #endif - --#include - #ifdef _OPENMP - #include - #endif -@@ -33,6 +32,8 @@ extern "C" { - } - #endif - -+#include -+ - #include - #include - #include --- -GitLab diff --git a/siril-0.99.10.tar.bz2 b/siril-0.99.10.tar.bz2 new file mode 100644 index 0000000..d7004f0 --- /dev/null +++ b/siril-0.99.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08c8acbee8729cdbb397e4ad870108713051af6c8eef649994e61c78defce87 +size 2668658 diff --git a/siril-0.99.8.1.tar.bz2 b/siril-0.99.8.1.tar.bz2 deleted file mode 100644 index d8f606d..0000000 --- a/siril-0.99.8.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:53e3c1e657e525e2daa8ff30e34f4adf998a32ba06f13ad949289ea79a827c06 -size 2621460 diff --git a/siril.changes b/siril.changes index 809d041..26eb686 100644 --- a/siril.changes +++ b/siril.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jun 15 05:33:59 UTC 2021 - Paolo Stivanin + +- Update to 0.99.10: + * New alignment algo on 2 or 3 stars + * New pixel rejection algo: Generalized Extreme Studentized Deviate Test + * Added weighting of images according to noise + * Normalization refactoring + * Remove black borders of stacked image + * Possibility of processing with synthetic bias + * Extraction of the green channel + * Update sampling after channel extraction and/or Drizzle + * Keep WCS info in stacked image + * Added drag and drop to open an image, or a sequence + * Improve overall performance +- Drop fix_glib_2_68_error.patch + ------------------------------------------------------------------- Fri May 7 07:26:48 UTC 2021 - Paolo Stivanin diff --git a/siril.spec b/siril.spec index 0cf8173..7056aeb 100644 --- a/siril.spec +++ b/siril.spec @@ -17,15 +17,13 @@ Name: siril -Version: 0.99.8.1 +Version: 0.99.10 Release: 0 Summary: An astronomical image processing software for Linux. (IRIS clone) License: GPL-3.0-only Group: Productivity/Scientific/Physics URL: https://www.siril.org/ Source: https://gitlab.com/free-astro/siril/-/archive/%{version}/siril-%{version}.tar.bz2 -#PATCH-FIX-UPSTREAM https://gitlab.com/free-astro/siril/-/commit/d319fceca5b00f156e1c5e3512d3ac1f41beb16a -Patch0: fix_glib_2_68_error.patch BuildRequires: gcc-c++ # Remove git build dep when fixed upstream: https://gitlab.com/free-astro/siril/-/issues/583 BuildRequires: git @@ -60,7 +58,6 @@ automatically or manually, stack them and enhance final images. %prep %setup -q -%patch0 -p1 %build # override build directory, the default "build" is a regular source directory