Compare commits

...

4 Commits

Author SHA1 Message Date
Lukas Javorsky
73dce0f99b Change the public tests space from Fedora to Gitlab
Resolves: RHELMISC-10021
2025-03-12 08:59:39 +00:00
Lukas Javorsky
10e15f0919 Rebase to version 2.2.3
Related: RHEL-44348
2025-01-13 11:02:00 +00:00
Lukas Javorsky
f0d4a61ac3 Rebase to new major version 2.2.2
Resolves: RHEL-44348 RHEL-60231
2024-11-04 13:59:20 +00:00
Troy Dawson
25ab57bfb3 Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
2024-10-29 09:21:31 -07:00
3 changed files with 15 additions and 5 deletions

View File

@ -2,6 +2,6 @@ summary: Fedora zlib-ng tests
discover:
- name: fedora
how: fmf
url: https://src.fedoraproject.org/tests/zlib-ng.git
url: https://gitlab.com/redhat/centos-stream/tests/zlib-ng.git
execute:
how: tmt

View File

@ -1 +1 @@
SHA512 (zlib-ng-2.1.6.tar.gz) = 59ef586c09b9a63788475abfd6dd59ed602316b38f543f801bea802ff8bec8b55a89bee90375b8bbffa3bdebc7d92a00903f4b7c94cdc1a53a36e2e1fd71d13a
SHA512 (zlib-ng-2.2.3.tar.gz) = e71e8972ec2c4dec9eaa2c8f550185f13d0f5c411c38061d1aaf78ca8e522fa3d53f005296e574af7f152e7da3a78adf97ae4bb638b7fd277ef57bba26370b7d

View File

@ -10,7 +10,7 @@
%global compat_soname libz.so.1
# Compatible with the following zlib version.
%global zlib_ver 1.3.0
%global zlib_ver 1.3.1
# Obsoletes zlib versions less than.
%global zlib_obsoletes 1.3
@ -18,8 +18,8 @@
%global supported_abi_test aarch64 ppc64le x86_64
Name: zlib-ng
Version: 2.1.6
Release: 3%{?dist}
Version: 2.2.3
Release: 1%{?dist}
Summary: Zlib replacement with optimizations
License: Zlib
Url: https://github.com/zlib-ng/zlib-ng
@ -213,6 +213,16 @@ CHOST=%{target_cpu}-%{vendor}-linux-gnu sh test/abicheck.sh --zlib-compat
%changelog
* Mon Jan 13 2025 Lukas Javorsky <ljavorsk@redhat.com> - 2.2.3-1
- Rebase to version 2.2.3
* Wed Oct 30 2024 Lukas Javorsky <ljavorsk@redhat.com> - 2.2.2-1
- Rebase to new major version 2.2.2
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.1.6-4
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.1.6-3
- Bump release for June 2024 mass rebuild