Bump to sync c10s and rhel10

Resolves: RHEL-61409
This commit is contained in:
Siddhesh Poyarekar 2024-12-05 08:17:59 -05:00 committed by Siddhesh Poyarekar
parent 3380f58dca
commit 2527c6b037

View File

@ -1,6 +1,6 @@
Name: xxhash
Version: 0.8.2
Release: 7%{?dist}
Release: 8%{?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
* Thu Dec 5 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-8
- Bump to sync c10s and rhel10 (RHEL-61409).
* Tue Dec 3 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-7
- Quote the correct RHEL issue (RHEL-61409).