Bump for xxhash rebuild

This is a combination of 4 commits, which only really bump the release
and changelog.  Retain the changelog entries to preserve that history
(and allow mapping old gated builds if necessary) but squash the commits
to please the c10s pipeline gods.

Resolves: RHEL-61409
This commit is contained in:
Siddhesh Poyarekar 2024-12-02 12:19:04 -05:00 committed by Siddhesh Poyarekar
parent 15c2a7b998
commit b552a31957

View File

@ -1,6 +1,6 @@
Name: xxhash
Version: 0.8.2
Release: 4%{?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,18 @@ 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).
* Tue Dec 3 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-6
- Bump for another rebuild in the correct tag.
* Mon Dec 2 2024 Siddhesh Poyarekar <siddhesh@redhat.com> - 0.8.2-5
- Bump release for re-import.
* Wed Jun 26 2024 Vladis Dronov <vdronov@redhat.com> - 0.8.2-4
- Add self-tests and an OSCI harness (RHEL-20173)