Page MenuHomeSolus

D13228.diff
No OneTemporary

D13228.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -14,32 +14,29 @@
libxxhash.so.0:XXH32_update
libxxhash.so.0:XXH3_128bits
libxxhash.so.0:XXH3_128bits_digest
-libxxhash.so.0:XXH3_128bits_dispatch
libxxhash.so.0:XXH3_128bits_reset
libxxhash.so.0:XXH3_128bits_reset_withSecret
+libxxhash.so.0:XXH3_128bits_reset_withSecretandSeed
libxxhash.so.0:XXH3_128bits_reset_withSeed
libxxhash.so.0:XXH3_128bits_update
-libxxhash.so.0:XXH3_128bits_update_dispatch
libxxhash.so.0:XXH3_128bits_withSecret
-libxxhash.so.0:XXH3_128bits_withSecret_dispatch
+libxxhash.so.0:XXH3_128bits_withSecretandSeed
libxxhash.so.0:XXH3_128bits_withSeed
-libxxhash.so.0:XXH3_128bits_withSeed_dispatch
libxxhash.so.0:XXH3_64bits
libxxhash.so.0:XXH3_64bits_digest
-libxxhash.so.0:XXH3_64bits_dispatch
libxxhash.so.0:XXH3_64bits_reset
libxxhash.so.0:XXH3_64bits_reset_withSecret
+libxxhash.so.0:XXH3_64bits_reset_withSecretandSeed
libxxhash.so.0:XXH3_64bits_reset_withSeed
libxxhash.so.0:XXH3_64bits_update
-libxxhash.so.0:XXH3_64bits_update_dispatch
libxxhash.so.0:XXH3_64bits_withSecret
-libxxhash.so.0:XXH3_64bits_withSecret_dispatch
+libxxhash.so.0:XXH3_64bits_withSecretandSeed
libxxhash.so.0:XXH3_64bits_withSeed
-libxxhash.so.0:XXH3_64bits_withSeed_dispatch
libxxhash.so.0:XXH3_copyState
libxxhash.so.0:XXH3_createState
libxxhash.so.0:XXH3_freeState
libxxhash.so.0:XXH3_generateSecret
+libxxhash.so.0:XXH3_generateSecret_fromSeed
libxxhash.so.0:XXH64
libxxhash.so.0:XXH64_canonicalFromHash
libxxhash.so.0:XXH64_copyState
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -1,9 +1,9 @@
libc.so.6:__assert_fail
libc.so.6:__errno_location
-libc.so.6:__fprintf_chk
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__stack_chk_fail
+libc.so.6:__vfprintf_chk
libc.so.6:calloc
libc.so.6:clock
libc.so.6:exit
@@ -11,16 +11,15 @@
libc.so.6:ferror
libc.so.6:fgetc
libc.so.6:fileno
-libc.so.6:fopen
-libc.so.6:fputc
+libc.so.6:fopen64
libc.so.6:fread
libc.so.6:free
-libc.so.6:fwrite
libc.so.6:isatty
libc.so.6:malloc
libc.so.6:memcpy
+libc.so.6:memset
libc.so.6:realloc
-libc.so.6:stat
+libc.so.6:stat64
libc.so.6:stderr
libc.so.6:stdin
libc.so.6:stdout
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : xxhash
-version : 0.8.0
-release : 7
+version : 0.8.1
+release : 8
source :
- - https://github.com/Cyan4973/xxHash/archive/v0.8.0.tar.gz : 7054c3ebd169c97b64a92d7b994ab63c70dd53a06974f1f630ab782c28db0f4f
+ - https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gz : 3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c
license :
- BSD-2-Clause
- GPL-2.0-or-later
@@ -13,9 +13,9 @@
avx2 : yes
build : |
if [[ ! -z "${AVX2BUILD}" ]]; then
- XXH_AVX2=1 DISPATCH=1 %make
+ XXH_TARGET_AVX2=1 %make
else
- XXH_SSE2=1 DISPATCH=1 %make
+ XXH_TARGET_SSE2=1 %make
fi
install : |
%make_install PREFIX=/usr LIBDIR=%libdir%
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>xxhash</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>BSD-2-Clause</License>
<License>GPL-2.0-or-later</License>
@@ -25,9 +25,9 @@
<Path fileType="executable">/usr/bin/xxh64sum</Path>
<Path fileType="executable">/usr/bin/xxhsum</Path>
<Path fileType="library">/usr/lib64/haswell/libxxhash.so.0</Path>
- <Path fileType="library">/usr/lib64/haswell/libxxhash.so.0.8.0</Path>
+ <Path fileType="library">/usr/lib64/haswell/libxxhash.so.0.8.1</Path>
<Path fileType="library">/usr/lib64/libxxhash.so.0</Path>
- <Path fileType="library">/usr/lib64/libxxhash.so.0.8.0</Path>
+ <Path fileType="library">/usr/lib64/libxxhash.so.0.8.1</Path>
<Path fileType="man">/usr/share/man/man1/xxh128sum.1</Path>
<Path fileType="man">/usr/share/man/man1/xxh32sum.1</Path>
<Path fileType="man">/usr/share/man/man1/xxh64sum.1</Path>
@@ -41,7 +41,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="7">xxhash</Dependency>
+ <Dependency release="8">xxhash</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/xxh3.h</Path>
@@ -51,12 +51,12 @@
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2021-03-11</Date>
- <Version>0.8.0</Version>
+ <Update release="8">
+ <Date>2022-05-20</Date>
+ <Version>0.8.1</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 8, 10:49 AM (10 h, 29 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5790497
Default Alt Text
D13228.diff (5 KB)

Event Timeline