From d8aac79025ecc9c92ca2444f307faf4686142dab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:39:03 +0000 Subject: [PATCH 01/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index 8b640f1..a650021 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD @@ -101,6 +101,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 0.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 340c9137e7366e664bb8ab2a7b8795ad695e8699 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:59:14 +0000 Subject: [PATCH 02/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index a650021..c4cb9a7 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD @@ -101,6 +101,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 0.8.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 0.8.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From e44e915f385f43acd815e0fc0677ccbf216b4123 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 19 Jun 2023 08:07:46 +0200 Subject: [PATCH 03/14] Enable building with -march=x86-64-v3 (#2215831) --- xxhash.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/xxhash.spec b/xxhash.spec index c4cb9a7..52c497c 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD @@ -62,11 +62,15 @@ Documentation files for the xxhash library # Enable runtime detection of sse2/avx2/avx512 on intel architectures %ifarch %{ix86} x86_64 %global dispatch 1 +%dnl Some distribution variants build with -march=x86-64-v3. +%dnl See xxh_x86dispatch.c. +%global moreflags_dispatch -DXXH_X86DISPATCH_ALLOW_AVX %else %global dispatch 0 +%global moreflags_dispatch %{nil} %endif -%make_build MOREFLAGS="%{__global_cflags} %{?__global_ldflags}" \ +%make_build MOREFLAGS="%{__global_cflags} %{?__global_ldflags} %{moreflags_dispatch}" \ DISPATCH=%{dispatch} doxygen @@ -101,6 +105,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Mon Jun 19 2023 Florian Weimer - 0.8.1-5 +- Enable building with -march=x86-64-v3 (#2215831) + * Sat Jan 21 2023 Fedora Release Engineering - 0.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 6967aacd93a3f1ad9b4972b56c84f98fec05dff2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:24:56 +0000 Subject: [PATCH 04/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index 52c497c..c1d5882 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.1 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD @@ -105,6 +105,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 0.8.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Mon Jun 19 2023 Florian Weimer - 0.8.1-5 - Enable building with -march=x86-64-v3 (#2215831) From ed9bf7bfeb3884ba410752cfe86ddbd8f5d1bbc1 Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Sat, 22 Jul 2023 21:51:22 +0200 Subject: [PATCH 05/14] Update to version 0.8.2 Drop patch xxhash-epel7-ppc64le.patch Use SPDX license identifiers --- sources | 2 +- xxhash-epel7-ppc64le.patch | 43 -------------------------------------- xxhash.spec | 37 ++++++++++++++++---------------- 3 files changed, 20 insertions(+), 62 deletions(-) delete mode 100644 xxhash-epel7-ppc64le.patch diff --git a/sources b/sources index 16f6761..c691b42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xxhash-0.8.1.tar.gz) = 12feedd6a1859ef55e27218dbd6dcceccbb5a4da34cd80240d2f7d44cd246c7afdeb59830c2d5b90189bb5159293532208bf5bb622250102e12d6e1bad14a193 +SHA512 (xxhash-0.8.2.tar.gz) = 3e3eef21432fe88bc4dd9940ccad0308fdea3537b06fa5ac0e74c1bde53413dff29c8b3fc617a8a42b9ce88fcf213311d338a31b1ce73b3729342c9e68f06c78 diff --git a/xxhash-epel7-ppc64le.patch b/xxhash-epel7-ppc64le.patch deleted file mode 100644 index bd67d2e..0000000 --- a/xxhash-epel7-ppc64le.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 15ce80f9f2760609d8cc68cea76d3f3217ab70e1 Mon Sep 17 00:00:00 2001 -From: Mattias Ellert -Date: Tue, 30 Nov 2021 23:19:38 +0100 -Subject: [PATCH] Fix compilation on RHEL 7 ppc64le (gcc 4.8) - ---- - xxhash.h | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/xxhash.h b/xxhash.h -index 08ab794..7850622 100644 ---- a/xxhash.h -+++ b/xxhash.h -@@ -4129,7 +4129,7 @@ XXH3_accumulate_512_vsx( void* XXH_RESTRICT acc, - const void* XXH_RESTRICT secret) - { - /* presumed aligned */ -- unsigned long long* const xacc = (unsigned long long*) acc; -+ unsigned int* const xacc = (unsigned int*) acc; - xxh_u64x2 const* const xinput = (xxh_u64x2 const*) input; /* no alignment restriction */ - xxh_u64x2 const* const xsecret = (xxh_u64x2 const*) secret; /* no alignment restriction */ - xxh_u64x2 const v32 = { 32, 32 }; -@@ -4145,7 +4145,7 @@ XXH3_accumulate_512_vsx( void* XXH_RESTRICT acc, - /* product = ((xxh_u64x2)data_key & 0xFFFFFFFF) * ((xxh_u64x2)shuffled & 0xFFFFFFFF); */ - xxh_u64x2 const product = XXH_vec_mulo((xxh_u32x4)data_key, shuffled); - /* acc_vec = xacc[i]; */ -- xxh_u64x2 acc_vec = vec_xl(0, xacc + 2 * i); -+ xxh_u64x2 acc_vec = (xxh_u64x2)vec_xl(0, xacc + 4 * i); - acc_vec += product; - - /* swap high and low halves */ -@@ -4155,7 +4155,7 @@ XXH3_accumulate_512_vsx( void* XXH_RESTRICT acc, - acc_vec += vec_xxpermdi(data_vec, data_vec, 2); - #endif - /* xacc[i] = acc_vec; */ -- vec_xst(acc_vec, 0, xacc + 2 * i); -+ vec_xst((xxh_u32x4)acc_vec, 0, xacc + 4 * i); - } - } - --- -2.33.1 - diff --git a/xxhash.spec b/xxhash.spec index c1d5882..c57ecba 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,17 +1,13 @@ Name: xxhash -Version: 0.8.1 -Release: 6%{?dist} +Version: 0.8.2 +Release: 1%{?dist} Summary: Extremely fast hash algorithm -# The source for the library (xxhash.c and xxhash.h) is BSD -# The source for the command line tool (xxhsum.c) is GPLv2+ -License: BSD and GPLv2+ -URL: http://www.xxhash.com/ +# The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause +# The source for the command line tool (xxhsum.c) is GPL-2.0-or-later +License: BSD-2-Clause AND GPL-2.0-or-later +URL: https://www.xxhash.com/ Source0: https://github.com/Cyan4973/xxHash/archive/v%{version}/%{name}-%{version}.tar.gz -# Fix compilation on RHEL 7 ppc64le (gcc 4.8) -# https://github.com/Cyan4973/xxHash/issues/622 -# https://github.com/Cyan4973/xxHash/pull/631 -Patch0: %{name}-epel7-ppc64le.patch BuildRequires: make BuildRequires: gcc @@ -26,7 +22,7 @@ platforms (little / big endian). %package libs Summary: Extremely fast hash algorithm - library -License: BSD +License: BSD-2-Clause %description libs xxHash is an Extremely fast Hash algorithm, running at RAM speed @@ -37,7 +33,7 @@ platforms (little / big endian). %package devel Summary: Extremely fast hash algorithm - development files -License: BSD +License: BSD-2-Clause Requires: %{name}-libs%{?_isa} = %{version}-%{release} # By setting XXH_INLINE_ALL, xxhash may be used as a header-only library. # Dependent packages that use xxhash this way must BR this virtual Provide: @@ -48,7 +44,7 @@ Development files for the xxhash library %package doc Summary: Extremely fast hash algorithm - documentation files -License: BSD +License: BSD-2-Clause BuildArch: noarch %description doc @@ -56,22 +52,22 @@ Documentation files for the xxhash library %prep %setup -q -n xxHash-%{version} -%patch0 -p1 %build # Enable runtime detection of sse2/avx2/avx512 on intel architectures %ifarch %{ix86} x86_64 %global dispatch 1 -%dnl Some distribution variants build with -march=x86-64-v3. -%dnl See xxh_x86dispatch.c. +# Some distribution variants build with -march=x86-64-v3. +# See xxh_x86dispatch.c. %global moreflags_dispatch -DXXH_X86DISPATCH_ALLOW_AVX %else %global dispatch 0 %global moreflags_dispatch %{nil} %endif -%make_build MOREFLAGS="%{__global_cflags} %{?__global_ldflags} %{moreflags_dispatch}" \ - DISPATCH=%{dispatch} +%make_build \ + MOREFLAGS="%{__global_cflags} %{?__global_ldflags} %{moreflags_dispatch}" \ + DISPATCH=%{dispatch} doxygen %install @@ -105,6 +101,11 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Sat Jul 22 2023 Mattias Ellert - 0.8.2-1 +- Update to version 0.8.2 +- Drop patch xxhash-epel7-ppc64le.patch +- Use SPDX license identifiers + * Sat Jul 22 2023 Fedora Release Engineering - 0.8.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 2a314824c7f929347032d4858b227e6f3ec6f28c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 10:33:44 +0000 Subject: [PATCH 06/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index c57ecba..2374a2f 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.2 -Release: 1%{?dist} +Release: 2%{?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 +* Sat Jan 27 2024 Fedora Release Engineering - 0.8.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Mattias Ellert - 0.8.2-1 - Update to version 0.8.2 - Drop patch xxhash-epel7-ppc64le.patch From af7ee64fa6e1e69a48170a95efc3e2c2ed1bd030 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 10:35:43 +0000 Subject: [PATCH 07/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index 2374a2f..02b0465 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.2 -Release: 2%{?dist} +Release: 3%{?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 +* Sat Jul 20 2024 Fedora Release Engineering - 0.8.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 0.8.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 9ef1e124e6fde32fe3ffaec36cd8900fffd2a006 Mon Sep 17 00:00:00 2001 From: Andreas Rogge Date: Wed, 25 Sep 2024 16:34:21 +0200 Subject: [PATCH 08/14] package xxh_x86dispatch.h when available (rhbz#2314193) adds the header file xxh_x86dispatch.h to the devel package to allow the user to consume the dispatch-support that is already present in the library. --- xxhash.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/xxhash.spec b/xxhash.spec index 02b0465..23af01a 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause @@ -71,7 +71,10 @@ Documentation files for the xxhash library doxygen %install -%make_install PREFIX=%{_prefix} LIBDIR=%{_libdir} +%make_install \ + PREFIX=%{_prefix} \ + LIBDIR=%{_libdir} \ + DISPATCH=%{dispatch} rm %{buildroot}/%{_libdir}/libxxhash.a %check @@ -94,6 +97,9 @@ make test-xxhsum-c %files devel %{_includedir}/xxhash.h %{_includedir}/xxh3.h +%if 0%{?dispatch} +%{_includedir}/xxh_x86dispatch.h +%endif %{_libdir}/libxxhash.so %{_libdir}/pkgconfig/libxxhash.pc @@ -101,6 +107,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Wed Sep 25 2024 Andreas Rogge - 0.8.2-4 +- add xxh_x86dispatch.h to devel package when dispatching is enabled (rhbz#2314193) + * Sat Jul 20 2024 Fedora Release Engineering - 0.8.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 013c0840baa0194ecd4f6d48576c094ee42d493b Mon Sep 17 00:00:00 2001 From: Mattias Ellert Date: Fri, 3 Jan 2025 00:48:39 +0100 Subject: [PATCH 09/14] Update to version 0.8.3 --- sources | 2 +- xxhash.spec | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/sources b/sources index c691b42..c254118 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xxhash-0.8.2.tar.gz) = 3e3eef21432fe88bc4dd9940ccad0308fdea3537b06fa5ac0e74c1bde53413dff29c8b3fc617a8a42b9ce88fcf213311d338a31b1ce73b3729342c9e68f06c78 +SHA512 (xxhash-0.8.3.tar.gz) = 8b5c8b9aad4e869f28310b12cc314037feda81d92f26c23eaecdb35dc65042ca2e65f2e9606033e62a31bcc737a9a950500ffcbdb8677d6ab20e820ea14f2b79 diff --git a/xxhash.spec b/xxhash.spec index 23af01a..a7380a7 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash -Version: 0.8.2 -Release: 4%{?dist} +Version: 0.8.3 +Release: 1%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause @@ -67,22 +67,22 @@ Documentation files for the xxhash library %make_build \ MOREFLAGS="%{__global_cflags} %{?__global_ldflags} %{moreflags_dispatch}" \ - DISPATCH=%{dispatch} + DISPATCH=%{dispatch} \ + LIBXXH_DISPATCH=%{dispatch} doxygen %install %make_install \ PREFIX=%{_prefix} \ LIBDIR=%{_libdir} \ - DISPATCH=%{dispatch} + DISPATCH=%{dispatch} \ + LIBXXH_DISPATCH=%{dispatch} rm %{buildroot}/%{_libdir}/libxxhash.a %check make check make test-xxhsum-c -%ldconfig_scriptlets libs - %files %{_bindir}/xxh*sum %{_mandir}/man1/xxh*sum.1* @@ -97,7 +97,7 @@ make test-xxhsum-c %files devel %{_includedir}/xxhash.h %{_includedir}/xxh3.h -%if 0%{?dispatch} +%if %{?dispatch} %{_includedir}/xxh_x86dispatch.h %endif %{_libdir}/libxxhash.so @@ -107,6 +107,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Thu Jan 02 2025 Mattias Ellert - 0.8.3-1 +- Update to version 0.8.3 + * Wed Sep 25 2024 Andreas Rogge - 0.8.2-4 - add xxh_x86dispatch.h to devel package when dispatching is enabled (rhbz#2314193) From c5adea3ab45796ea12519d6d23f7fde6cbed63be Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 16:26:49 +0000 Subject: [PATCH 10/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index a7380a7..71a56b9 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause @@ -107,6 +107,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jan 02 2025 Mattias Ellert - 0.8.3-1 - Update to version 0.8.3 From 9658af02116af45abf15afe0947b1a3eccd1878a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 21:08:56 +0000 Subject: [PATCH 11/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index 71a56b9..20f4213 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause @@ -107,6 +107,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.8.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 0.8.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 46e5e3c5ca0eab1b996e6abe612b77e062a0787b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kadl=C4=8D=C3=ADk?= Date: Tue, 22 Oct 2024 11:20:30 +0200 Subject: [PATCH 12/14] Add downstream tests as part of Bodhi gating Include tests of https://src.fedoraproject.org/tests/xxhash as part of gating in Bodhi. The repo is intended for downstream tests of xxhash in Fedora and RHEL. At this moment the repo has just one test, other will appear as needed. This model of downstream tests and their inclusion in gating is used in many more components (e.g. gcc). --- .fmf/version | 1 + gating.yaml | 7 +++++++ plans/ci.fmf | 7 +++++++ 3 files changed, 15 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml create mode 100644 plans/ci.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..282e16b --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..a18bb67 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,7 @@ +summary: CI Gating Plan +discover: + how: fmf + url: https://src.fedoraproject.org/tests/xxhash.git + filter: 'tag: Fedora-CI-gating' +execute: + how: tmt From 1a74d55578b87e60ffc0c4cf7cbc1689632ba323 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:58:31 +0000 Subject: [PATCH 13/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index 20f4213..5113598 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause @@ -107,6 +107,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.8.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 0.8.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 978a5e8162591c4ccaf0cd4b81b5b31f50c2ed55 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:31:02 +0000 Subject: [PATCH 14/14] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xxhash.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xxhash.spec b/xxhash.spec index 5113598..c2e18c9 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash Version: 0.8.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD-2-Clause @@ -107,6 +107,9 @@ make test-xxhsum-c %doc doxygen/html %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.8.3-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 0.8.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild