diff --git a/xxhash.changes b/xxhash.changes index 31c58d6..fc07eff 100644 --- a/xxhash.changes +++ b/xxhash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Dec 3 21:20:05 UTC 2018 - Jan Engelhardt + +- Trim bias from description + ------------------------------------------------------------------- Tue Oct 16 20:10:06 UTC 2018 - t.gruner@katodev.de diff --git a/xxhash.spec b/xxhash.spec index 4660fa1..2f6160e 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -19,14 +19,16 @@ Name: xxhash Version: 0.6.5 Release: 0 -Summary: Extremely fast non-cryptographic hash algorithm +Summary: Non-cryptographic hash algorithm License: GPL-2.0 and BSD-2-Clause Group: Productivity/Security URL: https://github.com/Cyan4973/xxHash Source0: https://github.com/Cyan4973/xxHash/archive/v%{version}.tar.gz %description -xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. It successfully completes the SMHasher test suite which evaluates collision, dispersion and randomness qualities of hash functions. Code is highly portable, and hashes are identical on all platforms (little / big endian). +xxHash is a hash algorithm. It completes the SMHasher test suite which +evaluates collision, dispersion and randomness qualities of hash functions. +Hashes are identical on all platforms. %package -n libxxhash0 Summary: The password hash library Argon2