From 45aa88bafed3798310e9ca045d1181ef3adbfa289696aa658e87c3ae398745f3 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Wed, 9 Mar 2022 13:26:30 +0000 Subject: [PATCH] Accepting request 960482 from home:adamm:branches:graphics - Update to 1.0.0: * Added ASTRO-TIFF standard * Fixed memory consumption for all sequence operations * Fixed settings for sequence export as webm film with VP9 codec * Removed use of lo/hi cursors and fixed normalization for export * Fixed load and close commands for scripts in GUI * Fixed Bayer pattern in SER after extraction * Fixed registration crash for small images * Improved main panel separator positioning and keeping it in memory * Improved speed of FITSEQ detection when scanning sequences * Reintroduced compatibility with OpenCV 4.2 with disabled features OBS-URL: https://build.opensuse.org/request/show/960482 OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=25 --- siril-1.0.0.tar.bz2 | 3 +++ siril-1.0.0~rc2.tar.bz2 | 3 --- siril.changes | 15 +++++++++++++++ siril.spec | 10 ++++------ 4 files changed, 22 insertions(+), 9 deletions(-) create mode 100644 siril-1.0.0.tar.bz2 delete mode 100644 siril-1.0.0~rc2.tar.bz2 diff --git a/siril-1.0.0.tar.bz2 b/siril-1.0.0.tar.bz2 new file mode 100644 index 0000000..e6ccfbf --- /dev/null +++ b/siril-1.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22fec7b88b94c40c4180e6637fef8a7cd8ea95ccaf23323e403bf2296ec274bc +size 3335637 diff --git a/siril-1.0.0~rc2.tar.bz2 b/siril-1.0.0~rc2.tar.bz2 deleted file mode 100644 index e536557..0000000 --- a/siril-1.0.0~rc2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fa0639d3242118f51a4253b703b283b23d480d674a3750cac6908380276c1dd -size 2800564 diff --git a/siril.changes b/siril.changes index d37102e..eef4bb6 100644 --- a/siril.changes +++ b/siril.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 9 12:01:08 UTC 2022 - Adam Majer + +- Update to 1.0.0: + * Added ASTRO-TIFF standard + * Fixed memory consumption for all sequence operations + * Fixed settings for sequence export as webm film with VP9 codec + * Removed use of lo/hi cursors and fixed normalization for export + * Fixed load and close commands for scripts in GUI + * Fixed Bayer pattern in SER after extraction + * Fixed registration crash for small images + * Improved main panel separator positioning and keeping it in memory + * Improved speed of FITSEQ detection when scanning sequences + * Reintroduced compatibility with OpenCV 4.2 with disabled features + ------------------------------------------------------------------- Wed Dec 15 10:00:24 UTC 2021 - Paolo Stivanin diff --git a/siril.spec b/siril.spec index c43ab5e..0f39f39 100644 --- a/siril.spec +++ b/siril.spec @@ -1,7 +1,7 @@ # # spec file for package siril # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,14 @@ # -%define rcver_upstream 1.0.0-rc2 - Name: siril -Version: 1.0.0~rc2 +Version: 1.0.0 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/%{rcver_upstream}/siril-%{rcver_upstream}.tar.bz2#/%{name}-%{version}.tar.bz2 +Source: https://free-astro.org/download/siril-%{version}.tar.bz2 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: meson >= 0.53.0 @@ -59,7 +57,7 @@ processing tool, able to convert, pre-process images, help aligning them automatically or manually, stack them and enhance final images. %prep -%setup -q -n %{name}-%{rcver_upstream} +%autosetup -c -n siril-%{version} -p1 %build # override build directory, the default "build" is a regular source directory