forked from pool/htscodecs
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
5c2b1672af | |||
|
76b1455620 |
@@ -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
3
htscodecs-1.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5821b171c9ba5d2a616cedc98db9f4cc8b384fd5efd55a5a0935528646122659
|
||||||
|
size 3715406
|
@@ -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>
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user