From: Raspbian automatic forward porter Date: Fri, 22 Jan 2021 12:43:58 +0000 (+0000) Subject: Merge version 0.8.0-1+rpi1 and 0.8.0-2 to produce 0.8.0-2+rpi1 X-Git-Tag: archive/raspbian/0.8.0-2+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=45d644477d4287130a889a3ac00d0582399de33d;p=xxhash.git Merge version 0.8.0-1+rpi1 and 0.8.0-2 to produce 0.8.0-2+rpi1 --- 45d644477d4287130a889a3ac00d0582399de33d diff --cc debian/changelog index afa028d,f307d6d..bb8dd98 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,11 +1,19 @@@ - xxhash (0.8.0-1+rpi1) bullseye-staging; urgency=medium ++xxhash (0.8.0-2+rpi1) bullseye-staging; urgency=medium + ++ [changes brought forward from 0.8.0-1+rpi1 by Peter Michael Green at Thu, 07 Jan 2021 21:20:41 +0000] + * Use XXH_FORCE_MEMORY_ACCESS 1 instead of XXH_FORCE_MEMORY_ACCESS 2 + on armv6 to fix unaligned access issue. + - -- Peter Michael Green Thu, 07 Jan 2021 21:20:41 +0000 ++ -- Raspbian forward porter Fri, 22 Jan 2021 12:43:57 +0000 ++ + xxhash (0.8.0-2) unstable; urgency=medium + + * Use hardware-accelerated XXH3 computation on x86 architecture, and + install the hardware-accelerating header file. + Thanks to Julian Andres Klode. (Closes: #977345) + * Cherry-pick upstream: Fix empty version in .pc file (Closes: #979758) + + -- Norbert Preining Mon, 11 Jan 2021 21:57:57 +0900 xxhash (0.8.0-1) unstable; urgency=medium diff --cc debian/patches/series index 45b4d53,6a43f11..093921c --- a/debian/patches/series +++ b/debian/patches/series @@@ -1,2 -1,2 +1,3 @@@ reproducible-build.patch + upstream-b4dbf5fefc37b8a-fix-empty-version-in-pc-file +fix-unaligned-access-on-armv6.patch