Dominique Leuenberger 2022-03-09 17:48:11 +00:00 committed by Git OBS Bridge
commit 2ebe7eacd7
4 changed files with 22 additions and 9 deletions

3
siril-1.0.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22fec7b88b94c40c4180e6637fef8a7cd8ea95ccaf23323e403bf2296ec274bc
size 3335637

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9fa0639d3242118f51a4253b703b283b23d480d674a3750cac6908380276c1dd
size 2800564

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 9 12:01:08 UTC 2022 - Adam Majer <adam.majer@suse.de>
- 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 <info@paolostivanin.com>

View File

@ -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