Update version

Update package to version 0.62.
This commit is contained in:
Raphael Moreira Zinsly 2021-08-16 14:06:57 -03:00
parent 993b906354
commit 87fd9d1ade

View File

@ -1,6 +1,6 @@
Name: libnxz Name: libnxz
Version: 0.61 Version: 0.62
Release: 4%{?dist} Release: 1%{?dist}
Summary: Zlib implementation for POWER processors Summary: Zlib implementation for POWER processors
License: ASL 2.0 License: ASL 2.0
Url: https://github.com/libnxz/power-gzip Url: https://github.com/libnxz/power-gzip
@ -13,7 +13,7 @@ Patch0: rm-git.patch
Patch1: libnxz.so.patch Patch1: libnxz.so.patch
# Be explicit about the soname in order to avoid unintentional changes. # 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 ExclusiveArch: ppc64le
BuildRequires: gcc BuildRequires: gcc
@ -68,6 +68,9 @@ make install PREFIX="%{buildroot}%{_prefix}" LIBDIR="%{buildroot}%{_libdir}"
%{_libdir}/libnxz.a %{_libdir}/libnxz.a
%changelog %changelog
* Mon Aug 16 2021 Raphael Moreira Zinsly <rzinsly@linux.ibm.com> - 0.62-1
- Update version.
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-4 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.61-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild