From 9d4ed584a5cec49696a5a09007ab75c3c4c01d90 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Sat, 7 Aug 2021 20:45:41 -0300 Subject: [PATCH] Update to zlib-ng 2.0-5 --- sources | 2 +- zlib-ng.spec | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/sources b/sources index a28cb18..e4f73df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zlib-ng-5fe25907e.tar.gz) = a6a9c920f6449d2e4a314be5c0c53e671b81505d2ad64b88fdb12bf5484db78695c577b1d431e2220b9d9749dec600691f8c8e65f47ab1fc997a5c560d90fffd +SHA512 (zlib-ng-c69f78bc5.tar.gz) = e0e2561181f8e58d604160df47df805b31c2e20a573af0cbd3207afea0fe3c28c3a29fe4e70273ec4020cf09f52eecb2cc86254a00fe418aa933311ce73154d0 diff --git a/zlib-ng.spec b/zlib-ng.spec index f3324af..b192fa6 100644 --- a/zlib-ng.spec +++ b/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 - 2.0.2-5.20210625gitc69f78bc5e +- Update to v2.0.5. + * Fri Jul 23 2021 Fedora Release Engineering - 2.0.2-2.20210323git5fe25907e - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild