Compare commits
4 Commits
imports/c1
...
c10s
Author | SHA1 | Date | |
---|---|---|---|
|
73dce0f99b | ||
|
10e15f0919 | ||
|
f0d4a61ac3 | ||
|
25ab57bfb3 |
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zlib-ng-2.1.6.tar.gz) = 59ef586c09b9a63788475abfd6dd59ed602316b38f543f801bea802ff8bec8b55a89bee90375b8bbffa3bdebc7d92a00903f4b7c94cdc1a53a36e2e1fd71d13a
|
||||
SHA512 (zlib-ng-2.2.3.tar.gz) = e71e8972ec2c4dec9eaa2c8f550185f13d0f5c411c38061d1aaf78ca8e522fa3d53f005296e574af7f152e7da3a78adf97ae4bb638b7fd277ef57bba26370b7d
|
||||
|
16
zlib-ng.spec
16
zlib-ng.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user