forked from pool/zlib-ng
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
12d06ccf5f | |||
1fa4d245c4 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a73343c3093e5cdc50d9377997c3815b878fd110bf6511c2c7759f2afb90f5a3
|
||||
size 2415754
|
3
zlib-ng-2.2.5.tar.gz
Normal file
3
zlib-ng-2.2.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b3b022489f3ced82384f06db1e13ba148cbce38c7941e424d6cb414416acd18
|
||||
size 2417402
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 12:09:10 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update to 2.2.5:
|
||||
* RiscV: chunkset_rvv: fix SIGSEGV in CHUNKCOPY #1889
|
||||
* MSVC: Disable optimizations for AVX512 GET_CHUNK_MAG causing
|
||||
inflate failure #1884
|
||||
* Fix building with runtime CPU detection disabled (native)
|
||||
#1931
|
||||
* Also check for ZMM support when detecting VPCLMULQDQ support
|
||||
#1932
|
||||
* Revert "Clean up insert_match() in deflate_medium" due to
|
||||
performance regression #1938
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 2 08:19:17 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zlib-ng
|
||||
#
|
||||
# Copyright (c) 2025 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
|
||||
@@ -30,7 +30,7 @@
|
||||
%define soversion 2
|
||||
%endif
|
||||
Name: zlib-ng%{?compat_suffix}
|
||||
Version: 2.2.4
|
||||
Version: 2.2.5
|
||||
Release: 0
|
||||
Summary: Zlib replacement with SIMD optimizations
|
||||
License: Zlib
|
||||
|
Reference in New Issue
Block a user