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 Name: xxhash
Version: 0.8.2 Version: 0.8.2
Release: 7%{?dist} Release: 8%{?dist}
Summary: Extremely fast hash algorithm Summary: Extremely fast hash algorithm
# The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause # 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 %doc doxygen/html
%changelog %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 * Tue Dec 3 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-7
- Quote the correct RHEL issue (RHEL-61409). - Quote the correct RHEL issue (RHEL-61409).