From 87fd9d1ade14407e909b02d51a843e741460c49a Mon Sep 17 00:00:00 2001 From: Raphael Moreira Zinsly Date: Mon, 16 Aug 2021 14:06:57 -0300 Subject: [PATCH] Update version Update package to version 0.62. --- libnxz.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libnxz.spec b/libnxz.spec index 7026fd2..4493ee5 100644 --- a/libnxz.spec +++ b/libnxz.spec @@ -1,6 +1,6 @@ Name: libnxz -Version: 0.61 -Release: 4%{?dist} +Version: 0.62 +Release: 1%{?dist} Summary: Zlib implementation for POWER processors License: ASL 2.0 Url: https://github.com/libnxz/power-gzip @@ -13,7 +13,7 @@ Patch0: rm-git.patch Patch1: libnxz.so.patch # Be explicit about the soname in order to avoid unintentional changes. -%global soname libnxz.so.0.61 +%global soname libnxz.so.0.62 ExclusiveArch: ppc64le BuildRequires: gcc @@ -68,6 +68,9 @@ make install PREFIX="%{buildroot}%{_prefix}" LIBDIR="%{buildroot}%{_libdir}" %{_libdir}/libnxz.a %changelog +* Mon Aug 16 2021 Raphael Moreira Zinsly - 0.62-1 +- Update version. + * Thu Jul 22 2021 Fedora Release Engineering - 0.61-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild