Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7aaa81131d | |||
| 8125b91e17 | |||
| 6ebd387b33 | |||
| 009cd0a41c | |||
| 7f6f31b23d | |||
| ee3d2f6d17 | |||
| 60245b212b | |||
| 4cea300332 | |||
| edd69c0e87 |
13
_service
13
_service
@@ -1,19 +1,16 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://gitea.nouspiro.space/nou/libXISF</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@.%h</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">libXISF</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service mode="disabled" name="recompress">
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version">
|
||||
<param name="basename">libXISF</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitea.nouspiro.space/nou/libXISF</param>
|
||||
<param name="changesrevision">7b70b6a08183241aad4fd825f16b75a391866a65</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aff7c5d84a3b12064ef827b1485fade1ae238f248298f0cd3ee6e7298079a30c
|
||||
size 1353052
|
||||
3
libXISF-0.2.13+git5.7b70b6a.tar.xz
Normal file
3
libXISF-0.2.13+git5.7b70b6a.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c7186a6f035c104e59d383c0c2bdb780dec54480d37bda13ed92354defefa01
|
||||
size 1365648
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 04 16:15:36 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 0.2.13+git5.7b70b6a:
|
||||
* More precise std::to_char support
|
||||
* Fix bug in XISFModify that corrupted files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 08:26:24 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 0.2.13+git.1755016678.556bb22:
|
||||
* Do not use bundled zlib by default
|
||||
* Add method to modify XISF Property
|
||||
* Add SSE optimized byte unshuffling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 12:41:37 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to 0.2.13:
|
||||
* Add test for XISFModify
|
||||
* Update pugi, lz4 and zlib
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 06:28:36 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libXISF
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -21,15 +21,14 @@
|
||||
%endif
|
||||
|
||||
%define sover 0
|
||||
%define full_sover 0.2.12
|
||||
%define full_sover 0.2.13
|
||||
|
||||
Name: libXISF
|
||||
Version: 0.2.12+git5.d00de20
|
||||
Version: 0.2.13+git5.7b70b6a
|
||||
Release: 0
|
||||
Summary: Library to read/write PixInsight XISF files
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://gitea.nouspiro.space/nou/libXISF
|
||||
#Source: https://gitea.nouspiro.space/nou/libXISF/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch0: fix-pkgconfig.patch
|
||||
|
||||
Reference in New Issue
Block a user