diff --git a/siril-1.0.1.tar.bz2 b/siril-1.0.1.tar.bz2 index 2bd07b4..805edf7 100644 --- a/siril-1.0.1.tar.bz2 +++ b/siril-1.0.1.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88bd69dfef04a61a38a9a5a1b0d7e69e2f45321ce6d9ef61a617d8a1a52671cc -size 3486586 +oid sha256:bac0da5e5c7bab7f8786d285fb5b164fbb26c0bb6d5fbbab4b164c43f0223564 +size 2846127 diff --git a/siril.changes b/siril.changes index 14999f5..11ad5ef 100644 --- a/siril.changes +++ b/siril.changes @@ -1,9 +1,15 @@ +------------------------------------------------------------------- +Tue Apr 26 15:12:53 UTC 2022 - Stefan BrĂ¼ns + +- 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 - Update to 1.0.1: * various bugs fixed - * pixel math improvements + * pixel math improvements ------------------------------------------------------------------- Wed Mar 9 12:01:08 UTC 2022 - Adam Majer diff --git a/siril.spec b/siril.spec index e426398..6632eee 100644 --- a/siril.spec +++ b/siril.spec @@ -23,7 +23,7 @@ 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