From 5e6affabb0834a7653baf3b55b693f6b932e68bf Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 3 Dec 2024 07:28:05 -0500 Subject: [PATCH] Bump to rebuild in the correct tag The re-imported repo was missing the Beta development branch because of which the build landed in the wrong place. Resolves: https://issues.redhat.com/browse/RHELPLAN-171187 --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index 9ced9a7..80b2e23 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause @@ -101,6 +101,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Tue Dec 3 2024 Siddhesh Poyarekar - 0.8.2-6 +- Bump for another rebuild in the correct tag. + * Mon Dec 2 2024 Siddhesh Poyarekar - 0.8.2-5 - Bump release for re-import.