Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 277902bca3 | |||
| b00567d1c9 | |||
| 9b1e42d422 | |||
| 63a64808cd | |||
| 2ceaff005a | |||
| da67ec3623 | |||
| 12d06ccf5f | |||
| 1fa4d245c4 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a73343c3093e5cdc50d9377997c3815b878fd110bf6511c2c7759f2afb90f5a3
|
||||
size 2415754
|
||||
3
zlib-ng-2.3.2.tar.gz
Normal file
3
zlib-ng-2.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a0561b50b8f5f6434a6a9e667a67026f2b2064a1ffa959c6b2dae320161c2a8
|
||||
size 2446623
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 23 16:25:10 UTC 2025 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
- Update to 2.3.2:
|
||||
* Chorba: Fix edge case bug for >256KB input #2033
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 2 14:34:12 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Remove WITH_RVV=OFF
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 27 16:46:16 UTC 2025 - Antonio Teixeira <antonio.teixeira@suse.com>
|
||||
|
||||
- Update to 2.3.1:
|
||||
* Changelog at https://github.com/zlib-ng/zlib-ng/releases/tag/2.3.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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.3.2
|
||||
Release: 0
|
||||
Summary: Zlib replacement with SIMD optimizations
|
||||
License: Zlib
|
||||
@@ -87,7 +87,6 @@ export CC=gcc
|
||||
-DZLIB_COMPAT=ON -DWITH_NEW_STRATEGIES=OFF \
|
||||
%endif
|
||||
-DINSTALL_LIB_DIR=%{_libdir} \
|
||||
-DWITH_RVV=OFF \
|
||||
-DWITH_GTEST=OFF
|
||||
%cmake_build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user