SHA256
8
0
forked from pool/zlib-ng

2 Commits

Author SHA256 Message Date
12d06ccf5f Accepting request 1302418 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1302418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=23
2025-09-03 19:06:59 +00:00
1fa4d245c4 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=52
2025-09-02 12:12:29 +00:00
4 changed files with 19 additions and 5 deletions

View File

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

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

View File

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

View File

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