From f043500d574e0d004f83ff3bc3067c723ad8f7d1 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Aug 04 2020 18:17:27 +0000 Subject: Update xxhash to rev 4 via SR 824139 https://build.opensuse.org/request/show/824139 by user dstoecker + dimstar_suse --- diff --git a/.files b/.files index 187edb4..5904734 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index d713e7d..08bfecc 100644 --- a/.rev +++ b/.rev @@ -33,4 +33,12 @@ 758243 + + 14d3afeaa45827a166772795af8e84ae + 0.8.0 + + dimstar_suse + + 824139 + diff --git a/xxHash-0.7.2.tar.gz b/xxHash-0.7.2.tar.gz deleted file mode 120000 index cd908a2..0000000 --- a/xxHash-0.7.2.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreid6spji5aod5fp7a5tuuqaaahim34r3pbbnjgzbdzkyfuanry5mhy \ No newline at end of file diff --git a/xxHash-0.8.0.tar.gz b/xxHash-0.8.0.tar.gz new file mode 120000 index 0000000..ba0d8a9 --- /dev/null +++ b/xxHash-0.8.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreidqktb6xuljzf5wjkjnpomuvnr4odovhidjoty7mmflpawcrwypj4 \ No newline at end of file diff --git a/xxhash.changes b/xxhash.changes index 3bc0f7a..106f92c 100644 --- a/xxhash.changes +++ b/xxhash.changes @@ -1,4 +1,16 @@ ------------------------------------------------------------------- +Mon Aug 3 05:43:31 UTC 2020 - Ismail Dönmez + +- Update to version 0.8.0 + * api : stabilize XXH3 + * cli : xxhsum can produce BSD-style lines, with command --tag + * cli : xxhsum can parse and check BSD-style lines, using command --check + * cli : xxhsum - accepts console input + * cli : xxhsum accepts -- separator + * cli : fix : print correct default algo for symlinked helpers +- Add BR on c++_compiler, needed for test programs + +------------------------------------------------------------------- Wed Dec 18 23:57:43 UTC 2019 - Stefan Brüns - Enable test suite run in %check diff --git a/xxhash.spec b/xxhash.spec index f655678..79608cb 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,7 +1,7 @@ # # spec file for package xxhash # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,15 @@ Name: xxhash -Version: 0.7.2 +Version: 0.8.0 Release: 0 Summary: Non-cryptographic hash algorithm License: GPL-2.0-only AND BSD-2-Clause Group: Productivity/Security URL: https://github.com/Cyan4973/xxHash Source0: https://github.com/Cyan4973/xxHash/archive/v%{version}.tar.gz#/xxHash-%{version}.tar.gz +BuildRequires: c++_compiler +BuildRequires: pkgconfig %description xxHash is a hash algorithm. It completes the SMHasher test suite which @@ -85,6 +87,8 @@ make test %files devel %{_includedir}/xxhash.h +%{_includedir}/xxh3.h +%{_libdir}/pkgconfig/libxxhash.pc %{_libdir}/libxxhash.so %changelog