9 Commits

Author SHA256 Message Date
7aaa81131d Accepting request 1321183 from Application:Astrophotography
- Update to version 0.2.13+git5.7b70b6a:
  * More precise std::to_char support
  * Fix bug in XISFModify that corrupted files

OBS-URL: https://build.opensuse.org/request/show/1321183
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXISF?expand=0&rev=15
2025-12-05 15:56:45 +00:00
8125b91e17 - Update to version 0.2.13+git5.7b70b6a:
* More precise std::to_char support
  * Fix bug in XISFModify that corrupted files

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/libXISF?expand=0&rev=54
2025-12-04 16:16:01 +00:00
6ebd387b33 Accepting request 1312011 from Application:Astrophotography
- 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

OBS-URL: https://build.opensuse.org/request/show/1312011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXISF?expand=0&rev=14
2025-10-17 15:27:06 +00:00
009cd0a41c Fix versioning
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/libXISF?expand=0&rev=52
2025-10-17 11:59:32 +00:00
7f6f31b23d Fix spec
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/libXISF?expand=0&rev=51
2025-10-17 08:28:06 +00:00
ee3d2f6d17 - 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

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/libXISF?expand=0&rev=50
2025-10-17 08:27:14 +00:00
60245b212b Accepting request 1244747 from Application:Astrophotography
- Update to 0.2.13:
  * Add test for XISFModify
  * Update pugi, lz4 and zlib

OBS-URL: https://build.opensuse.org/request/show/1244747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libXISF?expand=0&rev=13
2025-02-10 16:30:23 +00:00
4cea300332 fix spec
OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/libXISF?expand=0&rev=48
2025-02-10 12:43:09 +00:00
edd69c0e87 - Update to 0.2.13:
* Add test for XISFModify
  * Update pugi, lz4 and zlib

OBS-URL: https://build.opensuse.org/package/show/Application:Astrophotography/libXISF?expand=0&rev=47
2025-02-10 12:42:41 +00:00
6 changed files with 37 additions and 15 deletions

View File

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

View File

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

View File

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

View File

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

View File

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