From b2c6f43448ff2d00c9688275de822bbbf235b5c5 Mon Sep 17 00:00:00 2001 From: P J P Date: Thu, 8 Jan 2015 17:28:40 +0530 Subject: [PATCH] Update dist to override an earlier build. --- lz4.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lz4.spec b/lz4.spec index e11e6c4..1412b0f 100644 --- a/lz4.spec +++ b/lz4.spec @@ -3,7 +3,7 @@ Name: lz4 Version: r127 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extremely fast compression algorithm Group: Applications/System @@ -68,6 +68,9 @@ rm %{buildroot}%{_libdir}/liblz4.a %changelog +* Thu Jan 08 2015 pjp - r127-2 +- Bump dist to override an earlier build. + * Wed Jan 07 2015 pjp - r127-1 - Fixed a bug in LZ4 HC streaming mode - New lz4frame API integrated into liblz4