8 Commits

Author SHA256 Message Date
277902bca3 Accepting request 1324856 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1324856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=26
2026-01-01 13:59:41 +00:00
b00567d1c9 - Update to 2.3.2:
* Chorba: Fix edge case bug for >256KB input #2033

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=58
2025-12-30 21:12:39 +00:00
9b1e42d422 Accepting request 1320867 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1320867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=25
2025-12-03 13:12:12 +00:00
63a64808cd - Remove WITH_RVV=OFF
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=56
2025-12-02 15:15:41 +00:00
2ceaff005a Accepting request 1320428 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1320428
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zlib-ng?expand=0&rev=24
2025-12-01 10:11:23 +00:00
da67ec3623 - Update to 2.3.1:
* Changelog at https://github.com/zlib-ng/zlib-ng/releases/tag/2.3.1

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/zlib-ng?expand=0&rev=54
2025-11-28 09:15:46 +00:00
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 36 additions and 6 deletions

View File

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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a0561b50b8f5f6434a6a9e667a67026f2b2064a1ffa959c6b2dae320161c2a8
size 2446623

View File

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

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