forked from jengelh/xxhash
Accepting request 758243 from science
OBS-URL: https://build.opensuse.org/request/show/758243 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xxhash?expand=0&rev=3
This commit is contained in:
commit
93b6c0454b
BIN
xxHash-0.7.1.tar.gz
(Stored with Git LFS)
BIN
xxHash-0.7.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
xxHash-0.7.2.tar.gz
(Stored with Git LFS)
Normal file
BIN
xxHash-0.7.2.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 18 23:57:43 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- Enable test suite run in %check
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 17 13:17:59 UTC 2019 - Michał Rostecki <mrostecki@opensuse.org>
|
||||||
|
|
||||||
|
- 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
|
Thu Sep 26 10:06:43 UTC 2019 - simmphonie@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: xxhash
|
Name: xxhash
|
||||||
Version: 0.7.1
|
Version: 0.7.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Non-cryptographic hash algorithm
|
Summary: Non-cryptographic hash algorithm
|
||||||
License: GPL-2.0-only AND BSD-2-Clause
|
License: GPL-2.0-only AND BSD-2-Clause
|
||||||
@ -62,6 +62,9 @@ make %{?_smp_mflags} prefix=%{_prefix} libdir=%{_libdir}
|
|||||||
%make_install prefix=%{_prefix} libdir=%{_libdir}
|
%make_install prefix=%{_prefix} libdir=%{_libdir}
|
||||||
rm -rf %{buildroot}%{_libdir}/libxxhash.a
|
rm -rf %{buildroot}%{_libdir}/libxxhash.a
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
%post -n libxxhash0 -p /sbin/ldconfig
|
%post -n libxxhash0 -p /sbin/ldconfig
|
||||||
%postun -n libxxhash0 -p /sbin/ldconfig
|
%postun -n libxxhash0 -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -71,8 +74,10 @@ rm -rf %{buildroot}%{_libdir}/libxxhash.a
|
|||||||
%{_bindir}/xxhsum
|
%{_bindir}/xxhsum
|
||||||
%{_bindir}/xxh32sum
|
%{_bindir}/xxh32sum
|
||||||
%{_bindir}/xxh64sum
|
%{_bindir}/xxh64sum
|
||||||
|
%{_bindir}/xxh128sum
|
||||||
%{_mandir}/man1/xxh32sum.*
|
%{_mandir}/man1/xxh32sum.*
|
||||||
%{_mandir}/man1/xxh64sum.*
|
%{_mandir}/man1/xxh64sum.*
|
||||||
|
%{_mandir}/man1/xxh128sum.*
|
||||||
%{_mandir}/man1/xxhsum.*
|
%{_mandir}/man1/xxhsum.*
|
||||||
|
|
||||||
%files -n libxxhash0
|
%files -n libxxhash0
|
||||||
|
Loading…
Reference in New Issue
Block a user