Update to zlib-ng 2.0-5
This commit is contained in:
parent
0bd434c5e7
commit
9d4ed584a5
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (zlib-ng-5fe25907e.tar.gz) = a6a9c920f6449d2e4a314be5c0c53e671b81505d2ad64b88fdb12bf5484db78695c577b1d431e2220b9d9749dec600691f8c8e65f47ab1fc997a5c560d90fffd
|
||||
SHA512 (zlib-ng-c69f78bc5.tar.gz) = e0e2561181f8e58d604160df47df805b31c2e20a573af0cbd3207afea0fe3c28c3a29fe4e70273ec4020cf09f52eecb2cc86254a00fe418aa933311ce73154d0
|
||||
|
13
zlib-ng.spec
13
zlib-ng.spec
@ -1,17 +1,17 @@
|
||||
%global commit 5fe25907ea1da498a75e4b842b9d97ca27acf1ed
|
||||
%global commitdate 20210323
|
||||
%global commit c69f78bc5e18a0f6de2dcbd8af863f59a14194f0
|
||||
%global commitdate 20210625
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:9})
|
||||
|
||||
Name: zlib-ng
|
||||
Version: 2.0.2
|
||||
Release: 2.%{commitdate}git%{shortcommit}%{?dist}
|
||||
Version: 2.0.5
|
||||
Release: 1.%{commitdate}git%{shortcommit}%{?dist}
|
||||
Summary: Zlib replacement with optimizations
|
||||
License: zlib
|
||||
Url: https://github.com/zlib-ng/zlib-ng
|
||||
Source0: https://github.com/zlib-ng/zlib-ng/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
|
||||
|
||||
# Be explicit about the soname in order to avoid unintentional changes.
|
||||
%global soname libz-ng.so.2.0.2
|
||||
%global soname libz-ng.so.2.0.5
|
||||
|
||||
ExclusiveArch: aarch64 i686 ppc64le s390x x86_64
|
||||
BuildRequires: gcc, systemtap-sdt-devel, cmake
|
||||
@ -57,6 +57,9 @@ developing application that use %{name}.
|
||||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Sat Aug 07 2021 Tulio Magno Quites Machado Filho <tuliom@ascii.art.br> - 2.0.2-5.20210625gitc69f78bc5e
|
||||
- Update to v2.0.5.
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2-2.20210323git5fe25907e
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user