diff --git a/xxHash-0.7.2.tar.gz b/xxHash-0.7.2.tar.gz deleted file mode 100644 index 0620490..0000000 --- a/xxHash-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e93d28e81c3e95ff07674a400001d0cdf23b7842d49b211e5582d00d8e3ac3e -size 79301 diff --git a/xxHash-0.8.0.tar.gz b/xxHash-0.8.0.tar.gz new file mode 100644 index 0000000..f3e2861 --- /dev/null +++ b/xxHash-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7054c3ebd169c97b64a92d7b994ab63c70dd53a06974f1f630ab782c28db0f4f +size 145909 diff --git a/xxhash.changes b/xxhash.changes index 50cb076..8f04569 100644 --- a/xxhash.changes +++ b/xxhash.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +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 diff --git a/xxhash.spec b/xxhash.spec index f327e7e..7d31c5a 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