Dominique Leuenberger 2022-04-26 18:15:38 +00:00 committed by Git OBS Bridge
commit 82b851c95a
4 changed files with 19 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Apr 26 15:12:53 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Use tarball from gitlab, to fix broken builds due to wrong
line endings in all files.
-------------------------------------------------------------------
Tue Apr 19 08:56:03 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.0.1:
* various bugs fixed
* pixel math improvements
-------------------------------------------------------------------
Wed Mar 9 12:01:08 UTC 2022 - Adam Majer <adam.majer@suse.de>

View File

@ -17,13 +17,13 @@
Name: siril
Version: 1.0.0
Version: 1.0.1
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://free-astro.org/download/siril-%{version}.tar.bz2
Source: https://gitlab.com/free-astro/siril/-/archive/%{version}/siril-%{version}.tar.bz2
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: meson >= 0.53.0
@ -57,7 +57,7 @@ processing tool, able to convert, pre-process images, help aligning them
automatically or manually, stack them and enhance final images.
%prep
%autosetup -c -n siril-%{version} -p1
%autosetup -n siril-%{version} -p1
%build
# override build directory, the default "build" is a regular source directory