From 3d326a85e26166b24b4048e297d0ce3d7ef0e1df Mon Sep 17 00:00:00 2001 From: Ali Erdinc Koroglu Date: Tue, 11 Jul 2023 18:03:49 +0300 Subject: [PATCH] Update to 2.1.3 --- sources | 2 +- zlib-ng.spec | 23 ++++++++++++++--------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/sources b/sources index 7dba9bd..6696ff9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (zlib-ng-2.0.6.tar.gz) = 4888f17160d0a87a9b349704047ae0d0dc57237a10e11adae09ace957afa9743cce5191db67cb082991421fc961ce68011199621034d2369c0e7724fad58b4c5 +SHA512 (zlib-ng-2.1.3.tar.gz) = cb987c0b20a11fca5361dce94e53dead7364e739a984545c38ad4bf0c7fedd83d5d62530d979eca2182da88d7507a9bec8d3f5abff41e92ab5a63ac61001502e diff --git a/zlib-ng.spec b/zlib-ng.spec index 7f8f344..35e8ab4 100644 --- a/zlib-ng.spec +++ b/zlib-ng.spec @@ -1,17 +1,18 @@ +# Be explicit about the soname in order to avoid unintentional changes. +%global soname libz-ng.so.2 + Name: zlib-ng -Version: 2.0.6 -Release: 3%{?dist} +Version: 2.1.3 +Release: 1%{?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/%{version}/%{name}-%{version}.tar.gz -# Be explicit about the soname in order to avoid unintentional changes. -%global soname libz-ng.so.2 - ExclusiveArch: aarch64 i686 ppc64le s390x x86_64 -BuildRequires: cmake -BuildRequires: gcc +BuildRequires: cmake >= 3.1 +BuildRequires: gcc-c++ +BuildRequires: cmake(GTest) %description zlib-ng is a zlib replacement that provides optimizations for "next generation" @@ -40,18 +41,22 @@ developing application that use %{name}. %cmake_install %files -%{_libdir}/%{soname} -%{_libdir}/libz-ng.so.2.* %license LICENSE.md %doc README.md +%{_libdir}/libz-ng.so.%{version} +%{_libdir}/%{soname} %files devel %{_includedir}/zconf-ng.h %{_includedir}/zlib-ng.h +%{_includedir}/zlib_name_mangling-ng.h %{_libdir}/libz-ng.so %{_libdir}/pkgconfig/%{name}.pc %changelog +* Tue Jul 11 2023 Ali Erdinc Koroglu - 2.1.3-1 +- Update to 2.1.3 + * Sat Jan 21 2023 Fedora Release Engineering - 2.0.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild