From 3084b45aad80c97a263c24a4ad0dd4aaa66c7dba12ede200f1229856ed0cca42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Wed, 18 Dec 2019 23:49:34 +0000 Subject: [PATCH 1/2] Accepting request 757898 from home:mrostecki:branches:devel:kubic - Update to version 0.7.2 * Fixed collision ratio of XXH128 for some specific input lengths * Improved VSX and NEON variants * Improved performance of scalar code path (XXH_VECTOR=0), * xxhsum: can generate 128-bit hash with command -H2 (note: for experimental purposes only! XXH128 is not yet frozen) * xxhsum: option -q removes status notifications OBS-URL: https://build.opensuse.org/request/show/757898 OBS-URL: https://build.opensuse.org/package/show/science/xxhash?expand=0&rev=9 --- xxHash-0.7.1.tar.gz | 3 --- xxHash-0.7.2.tar.gz | 3 +++ xxhash.changes | 11 +++++++++++ xxhash.spec | 4 +++- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 xxHash-0.7.1.tar.gz create mode 100644 xxHash-0.7.2.tar.gz diff --git a/xxHash-0.7.1.tar.gz b/xxHash-0.7.1.tar.gz deleted file mode 100644 index c6e4eb2..0000000 --- a/xxHash-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afa29766cfc0448ff4a1fd9f2c47e02c48d50be5b79749925d15d545008c3f81 -size 76328 diff --git a/xxHash-0.7.2.tar.gz b/xxHash-0.7.2.tar.gz new file mode 100644 index 0000000..0620490 --- /dev/null +++ b/xxHash-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e93d28e81c3e95ff07674a400001d0cdf23b7842d49b211e5582d00d8e3ac3e +size 79301 diff --git a/xxhash.changes b/xxhash.changes index d05e2f6..2200809 100644 --- a/xxhash.changes +++ b/xxhash.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Dec 17 13:17:59 UTC 2019 - Michał Rostecki + +- Update to version 0.7.2 + * Fixed collision ratio of XXH128 for some specific input lengths + * Improved VSX and NEON variants + * Improved performance of scalar code path (XXH_VECTOR=0), + * xxhsum: can generate 128-bit hash with command -H2 (note: for + experimental purposes only! XXH128 is not yet frozen) + * xxhsum: option -q removes status notifications + ------------------------------------------------------------------- Thu Sep 26 10:06:43 UTC 2019 - simmphonie@opensuse.org diff --git a/xxhash.spec b/xxhash.spec index 0ea1705..e161bdb 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -17,7 +17,7 @@ Name: xxhash -Version: 0.7.1 +Version: 0.7.2 Release: 0 Summary: Non-cryptographic hash algorithm License: GPL-2.0-only AND BSD-2-Clause @@ -71,8 +71,10 @@ rm -rf %{buildroot}%{_libdir}/libxxhash.a %{_bindir}/xxhsum %{_bindir}/xxh32sum %{_bindir}/xxh64sum +%{_bindir}/xxh128sum %{_mandir}/man1/xxh32sum.* %{_mandir}/man1/xxh64sum.* +%{_mandir}/man1/xxh128sum.* %{_mandir}/man1/xxhsum.* %files -n libxxhash0 From 32c6b5da7c5a971d2308085c059ea764c63057172ddf13896684781011c5e577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Thu, 19 Dec 2019 15:27:44 +0000 Subject: [PATCH 2/2] Accepting request 758039 from home:StefanBruens:branches:science - Enable test suite run in %check OBS-URL: https://build.opensuse.org/request/show/758039 OBS-URL: https://build.opensuse.org/package/show/science/xxhash?expand=0&rev=10 --- xxhash.changes | 5 +++++ xxhash.spec | 3 +++ 2 files changed, 8 insertions(+) diff --git a/xxhash.changes b/xxhash.changes index 2200809..50cb076 100644 --- a/xxhash.changes +++ b/xxhash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 18 23:57:43 UTC 2019 - Stefan Brüns + +- Enable test suite run in %check + ------------------------------------------------------------------- Tue Dec 17 13:17:59 UTC 2019 - Michał Rostecki diff --git a/xxhash.spec b/xxhash.spec index e161bdb..f327e7e 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -62,6 +62,9 @@ make %{?_smp_mflags} prefix=%{_prefix} libdir=%{_libdir} %make_install prefix=%{_prefix} libdir=%{_libdir} rm -rf %{buildroot}%{_libdir}/libxxhash.a +%check +make test + %post -n libxxhash0 -p /sbin/ldconfig %postun -n libxxhash0 -p /sbin/ldconfig