Hello community,

here is the log from the commit of package xxhash for openSUSE:Factory checked 
in at 2019-09-26 20:46:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xxhash (Old)
 and      /work/SRC/openSUSE:Factory/.xxhash.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xxhash"

Thu Sep 26 20:46:33 2019 rev:2 rq:733431 version:0.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xxhash/xxhash.changes    2018-12-10 
12:28:57.110490187 +0100
+++ /work/SRC/openSUSE:Factory/.xxhash.new.2352/xxhash.changes  2019-09-26 
20:46:34.765685542 +0200
@@ -1,0 +2,26 @@
+Thu Sep 26 10:06:43 UTC 2019 - simmpho...@opensuse.org
+
+- update to version 0.7.1
+  - XXH3 updates:
+    * Secret first : the algorithm computation can be altered by
+      providing a "secret", which is any blob of bytes, of 
+      size >= XXH3_SECRET_SIZE_MIN.
+    * seed is still available, and acts as a secret generator
+    * As a consequence of these changes, note that new return
+      values of XXH3 are not compatible with v0.7.0
+    * updated ARM NEON variant
+    * Streaming implementation is available
+    * Improve compatibility and performance with Visual Studio
+    * Better integration when using XXH_INLINE_ALL : do not pollute
+      host namespace, use its own macros, such as XXH_ASSERT(), XXH_ALIGN, etc.
+    * 128-bits variant provide helper function, for comparison of hashes.
+  - general improvements:
+    * Better clang generation of rotl instruction
+    * XXH_REROLL build macro, to reduce binary size
+    * Improved cmake script
+    * Full benchmark program provided in /tests/bench
+
+- update to version 0.7.0
+  - Add XXH3 hash algorithm
+
+-------------------------------------------------------------------

Old:
----
  v0.6.5.tar.gz

New:
----
  xxHash-0.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xxhash.spec ++++++
--- /var/tmp/diff_new_pack.qbBSxB/_old  2019-09-26 20:46:35.861682614 +0200
+++ /var/tmp/diff_new_pack.qbBSxB/_new  2019-09-26 20:46:35.865682602 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xxhash
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           xxhash
-Version:        0.6.5
+Version:        0.7.1
 Release:        0
 Summary:        Non-cryptographic hash algorithm
-License:        GPL-2.0 and BSD-2-Clause
+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
+Source0:        
https://github.com/Cyan4973/xxHash/archive/v%{version}.tar.gz#/xxHash-%{version}.tar.gz
 
 %description
 xxHash is a hash algorithm. It completes the SMHasher test suite which
@@ -62,7 +62,6 @@
 %make_install prefix=%{_prefix} libdir=%{_libdir}
 rm -rf %{buildroot}%{_libdir}/libxxhash.a
 
-
 %post -n libxxhash0 -p /sbin/ldconfig
 %postun -n libxxhash0 -p /sbin/ldconfig
 


Reply via email to