SHA256
1
0
forked from pool/siril

Compare commits

...

4 Commits

Author SHA256 Message Date
Ana Guerrero
0c43bd84b7 Accepting request 1243565 from graphics
- Update to 1.2.6:
  * Fixed sign error in Messier catalog
  * Fixed Save As feature

OBS-URL: https://build.opensuse.org/request/show/1243565
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/siril?expand=0&rev=24
2025-02-06 21:08:35 +00:00
Paolo Stivanin
3ba6180075 - Update to 1.2.6:
* Fixed sign error in Messier catalog
  * Fixed Save As feature

OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=52
2025-02-06 07:51:09 +00:00
Ana Guerrero
38ae4f5265 Accepting request 1228459 from graphics
- Update to 1.2.5:
  * Fixed crash if the working directory changes after a first successfull Automated light Curve process
  * Fixed bug in TIFF files that have TIFFTAG_MINSAMPLEVALUE and TIFFTAG_MAXSAMPLEVALUE set to 0: we have removed these tags
  * Added HISTORY after seqcrop and GUI crop
  * Fixed potential crash in synthstar

OBS-URL: https://build.opensuse.org/request/show/1228459
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/siril?expand=0&rev=23
2024-12-05 16:09:35 +00:00
Paolo Stivanin
aa0ab583a8 - Update to 1.2.5:
* Fixed crash if the working directory changes after a first successfull Automated light Curve process
  * Fixed bug in TIFF files that have TIFFTAG_MINSAMPLEVALUE and TIFFTAG_MAXSAMPLEVALUE set to 0: we have removed these tags
  * Added HISTORY after seqcrop and GUI crop
  * Fixed potential crash in synthstar

OBS-URL: https://build.opensuse.org/package/show/graphics/siril?expand=0&rev=50
2024-12-05 07:35:13 +00:00
4 changed files with 27 additions and 11 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Feb 6 07:50:21 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.2.6:
* Fixed sign error in Messier catalog
* Fixed Save As feature
-------------------------------------------------------------------
Wed Dec 4 15:17:03 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.2.5:
* Fixed crash if the working directory changes after a first successfull Automated light Curve process
* Fixed bug in TIFF files that have TIFFTAG_MINSAMPLEVALUE and TIFFTAG_MAXSAMPLEVALUE set to 0: we have removed these tags
* Added HISTORY after seqcrop and GUI crop
* Fixed potential crash in synthstar
-------------------------------------------------------------------
Wed Sep 11 07:32:29 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package siril
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: siril
Version: 1.2.4
Version: 1.2.6
Release: 0
Summary: An astronomical image processing software for Linux. (IRIS clone)
License: BSL-1.0 AND GPL-3.0-or-later
@ -74,8 +74,8 @@ automatically or manually, stack them and enhance final images.
%meson_install
rm %{buildroot}/%{_datadir}/doc/siril/*
%find_lang %{name}
install -m 0644 -D platform-specific/linux/org.free_astro.siril.desktop %{buildroot}%{_datadir}/applications/org.free_astro.siril.desktop
install -m 0644 -D platform-specific/linux/siril.xml %{buildroot}%{_datadir}/mime/packages/siril.xml
install -m 0644 -D platform-specific/linux/org.siril.Siril.desktop %{buildroot}%{_datadir}/applications/org.siril.Siril.desktop
install -m 0644 -D platform-specific/linux/siril.xml %{buildroot}%{_datadir}/mime/packages/siril.xml
%fdupes %{buildroot}/%{_datadir}
@ -87,11 +87,11 @@ install -m 0644 -D platform-specific/linux/siril.xml %{buildr
%{_mandir}/man1/siril.1%{?ext_man}
%{_mandir}/man1/siril-cli.1%{?ext_man}
%{_datadir}/siril/
%{_datadir}/metainfo/org.free_astro.siril.appdata.xml
%{_datadir}/applications/org.free_astro.siril.desktop
%{_datadir}/metainfo/org.siril.Siril.appdata.xml
%{_datadir}/applications/org.siril.Siril.desktop
%{_datadir}/mime/packages/siril.xml
%{_datadir}/icons/hicolor/scalable/mimetypes/text-x-seq.svg
%{_datadir}/icons/hicolor/scalable/apps/org.free_astro.siril.svg
%{_datadir}/icons/hicolor/symbolic/apps/org.free_astro.siril-symbolic.svg
%{_datadir}/icons/hicolor/scalable/apps/org.siril.Siril.svg
%{_datadir}/icons/hicolor/symbolic/apps/org.siril.Siril-symbolic.svg
%changelog