From 48724892fb74c6c144ab6e2a516f8bfb563c0878 Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Tue, 10 Nov 2020 19:25:30 -0300 Subject: [PATCH] Fix release value The release value did not match with the value from the changelog. This update synchronizes them. --- libnxz.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libnxz.spec b/libnxz.spec index 4aa808c..000de8d 100644 --- a/libnxz.spec +++ b/libnxz.spec @@ -1,6 +1,6 @@ Name: libnxz Version: 0.61 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Zlib implementation for POWER processors License: ASL 2.0 Url: https://github.com/libnxz/power-gzip @@ -67,5 +67,8 @@ make install PREFIX="%{buildroot}%{_prefix}" LIBDIR="%{buildroot}%{_libdir}" %{_libdir}/libnxz.a %changelog +* Tue Nov 10 2020 Tulio Magno Quites Machado Filho - 0.61-2 +- Fix release version and match with changelog. + * Tue Oct 27 2020 Tulio Magno Quites Machado Filho - 0.61-0 - Initial packaging