diff -Nru xxhash-0.8.0/debian/changelog xxhash-0.8.0/debian/changelog --- xxhash-0.8.0/debian/changelog 2020-10-24 21:24:53.000000000 +0000 +++ xxhash-0.8.0/debian/changelog 2021-02-07 18:45:29.000000000 +0000 @@ -1,8 +1,17 @@ -xxhash (0.8.0-1~ubuntu21.04.1) hirsute; urgency=low +xxhash (0.8.0-2~ubuntu21.04.1) hirsute; urgency=low * Auto build. - -- Adam Reviczky Sat, 24 Oct 2020 21:24:53 +0000 + -- Adam Reviczky Sun, 07 Feb 2021 18:45:29 +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 -Nru xxhash-0.8.0/debian/git-build-recipe.manifest xxhash-0.8.0/debian/git-build-recipe.manifest --- xxhash-0.8.0/debian/git-build-recipe.manifest 2020-10-24 21:24:53.000000000 +0000 +++ xxhash-0.8.0/debian/git-build-recipe.manifest 2021-02-07 18:45:29.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version 0.8.0-1 -lp:~reviczky/xxhash/+git/debian-xxhash git-commit:7330d62049573a9ee82a6de8c33a1245a86660d9 +# git-build-recipe format 0.4 deb-version 0.8.0-2 +lp:~reviczky/xxhash/+git/debian-xxhash git-commit:2d326d5a7bfb675b1666b5d133248a7353f9c39e diff -Nru xxhash-0.8.0/debian/libxxhash0.symbols xxhash-0.8.0/debian/libxxhash0.symbols --- xxhash-0.8.0/debian/libxxhash0.symbols 2020-10-24 21:24:53.000000000 +0000 +++ xxhash-0.8.0/debian/libxxhash0.symbols 2021-02-07 18:45:29.000000000 +0000 @@ -15,20 +15,28 @@ XXH32_update@Base 0.6.5 XXH3_128bits@Base 0.7.0 XXH3_128bits_digest@Base 0.7.1 + (arch=any-i386 any-amd64)XXH3_128bits_dispatch@Base 0.8.0-2~ XXH3_128bits_reset@Base 0.7.1 XXH3_128bits_reset_withSecret@Base 0.7.1 XXH3_128bits_reset_withSeed@Base 0.7.1 XXH3_128bits_update@Base 0.7.1 + (arch=any-i386 any-amd64)XXH3_128bits_update_dispatch@Base 0.8.0-2~ XXH3_128bits_withSecret@Base 0.7.1 + (arch=any-i386 any-amd64)XXH3_128bits_withSecret_dispatch@Base 0.8.0-2~ XXH3_128bits_withSeed@Base 0.7.0 + (arch=any-i386 any-amd64)XXH3_128bits_withSeed_dispatch@Base 0.8.0-2~ XXH3_64bits@Base 0.7.0 XXH3_64bits_digest@Base 0.7.1 + (arch=any-i386 any-amd64)XXH3_64bits_dispatch@Base 0.8.0-2~ XXH3_64bits_reset@Base 0.7.1 XXH3_64bits_reset_withSecret@Base 0.7.1 XXH3_64bits_reset_withSeed@Base 0.7.1 XXH3_64bits_update@Base 0.7.1 + (arch=any-i386 any-amd64)XXH3_64bits_update_dispatch@Base 0.8.0-2~ XXH3_64bits_withSecret@Base 0.7.1 + (arch=any-i386 any-amd64)XXH3_64bits_withSecret_dispatch@Base 0.8.0-2~ XXH3_64bits_withSeed@Base 0.7.0 + (arch=any-i386 any-amd64)XXH3_64bits_withSeed_dispatch@Base 0.8.0-2~ XXH3_copyState@Base 0.7.1 XXH3_createState@Base 0.7.1 XXH3_freeState@Base 0.7.1 diff -Nru xxhash-0.8.0/debian/libxxhash-dev.install xxhash-0.8.0/debian/libxxhash-dev.install --- xxhash-0.8.0/debian/libxxhash-dev.install 2020-10-24 21:24:53.000000000 +0000 +++ xxhash-0.8.0/debian/libxxhash-dev.install 2021-02-07 18:45:29.000000000 +0000 @@ -1,6 +1,5 @@ usr/lib/*/libxxhash.a usr/lib/*/libxxhash.so -usr/include/xxhash.h -usr/include/xxh3.h +usr/include/xxh* usr/lib/*/pkgconfig/libxxhash.pc doc/xxhash_spec.md usr/share/doc/libxxhash-dev diff -Nru xxhash-0.8.0/debian/patches/series xxhash-0.8.0/debian/patches/series --- xxhash-0.8.0/debian/patches/series 2020-10-24 21:24:53.000000000 +0000 +++ xxhash-0.8.0/debian/patches/series 2021-02-07 18:45:29.000000000 +0000 @@ -1 +1,2 @@ reproducible-build.patch +upstream-b4dbf5fefc37b8a-fix-empty-version-in-pc-file diff -Nru xxhash-0.8.0/debian/patches/upstream-b4dbf5fefc37b8a-fix-empty-version-in-pc-file xxhash-0.8.0/debian/patches/upstream-b4dbf5fefc37b8a-fix-empty-version-in-pc-file --- xxhash-0.8.0/debian/patches/upstream-b4dbf5fefc37b8a-fix-empty-version-in-pc-file 1970-01-01 00:00:00.000000000 +0000 +++ xxhash-0.8.0/debian/patches/upstream-b4dbf5fefc37b8a-fix-empty-version-in-pc-file 2021-02-07 18:45:29.000000000 +0000 @@ -0,0 +1,15 @@ +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/Makefile ++++ b/Makefile +@@ -437,7 +437,7 @@ libxxhash.pc: libxxhash.pc.in + -e 's|@EXECPREFIX@|$(PCEXECDIR)|' \ + -e 's|@LIBDIR@|$(PCLIBDIR)|' \ + -e 's|@INCLUDEDIR@|$(PCINCDIR)|' \ +- -e 's|@VERSION@|$(VERSION)|' \ ++ -e 's|@VERSION@|$(LIBVER)|' \ + $< > $@ + + diff -Nru xxhash-0.8.0/debian/rules xxhash-0.8.0/debian/rules --- xxhash-0.8.0/debian/rules 2020-10-24 21:24:53.000000000 +0000 +++ xxhash-0.8.0/debian/rules 2021-02-07 18:45:29.000000000 +0000 @@ -2,7 +2,12 @@ #export DH_VERBOSE=1 -DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) +include /usr/share/dpkg/architecture.mk + +ifneq (,$(filter $(DEB_HOST_ARCH_CPU),i386 amd64)) + export DISPATCH=1 +endif + %: dh $@