SHA256
1
0
forked from pool/htscodecs

2 Commits

Author SHA256 Message Date
5c2b1672af Accepting request 1266326 from science
OBS-URL: https://build.opensuse.org/request/show/1266326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/htscodecs?expand=0&rev=5
2025-04-02 16:25:08 +00:00
Ferdinand Thiessen
76b1455620 - Update to 1.6.1:
* Changes
    + Improve warning levels by the compiler in CI.
    + Switch to GitHub actions for some CI builds.
    + Add configure check for cpuid systems.
  * Bug fixes
    + Use unsigned chars for ctype macros in the name tokeniser.
      On many systems this was already mitigated against, but on
      some OSes a char > 128 could trigger a buffer underrun.
    + Improve AVX512 compiler support.
    + Fix -std=c99 -pendantic pedantry (#117)

OBS-URL: https://build.opensuse.org/package/show/science/htscodecs?expand=0&rev=9
2025-04-01 21:16:17 +00:00
4 changed files with 20 additions and 5 deletions

View File

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

3
htscodecs-1.6.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Fri Mar 28 10:35:16 UTC 2025 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to 1.6.1:
* Changes
+ Improve warning levels by the compiler in CI.
+ Switch to GitHub actions for some CI builds.
+ Add configure check for cpuid systems.
* Bug fixes
+ Use unsigned chars for ctype macros in the name tokeniser.
On many systems this was already mitigated against, but on
some OSes a char > 128 could trigger a buffer underrun.
+ Improve AVX512 compiler support.
+ Fix -std=c99 -pendantic pedantry (#117)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 3 01:32:19 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de> Wed Jan 3 01:32:19 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package htscodecs # spec file for package htscodecs
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define sonum 2 %define sonum 2
Name: htscodecs Name: htscodecs
Version: 1.6.0 Version: 1.6.1
Release: 0 Release: 0
Summary: C library for custom compression for CRAM and other formats Summary: C library for custom compression for CRAM and other formats
License: MIT License: MIT