diff --git a/sources b/sources index 40c54c6..2891a7c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xxhash-0.6.5.tar.gz) = 085643b52e091ac0eedd54c4459220b3643d825ca71a11e952d00ea2041c570ff57d8553d0378f34e038ca9ee3b40d2048ed02d44d5aff1fbfcbf5e642487ba0 +SHA512 (xxhash-0.7.0.tar.gz) = 2d7a06a5cabc945ac841df4451a744f0a666e4afcce77f5eea70bd68547ac46ebf776dd0e3645ef0204c7ff1dea3f5ff8228a8d9894dae0077f865ffdc123c66 diff --git a/xxhash.spec b/xxhash.spec index ece7e85..7eb1b0f 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,6 +1,6 @@ Name: xxhash -Version: 0.6.5 -Release: 3%{?dist} +Version: 0.7.0 +Release: 1%{?dist} Summary: Extremely fast hash algorithm # The source for the library (xxhash.c and xxhash.h) is BSD @@ -41,7 +41,7 @@ Development files for the xxhash library %setup -q -n xxHash-%{version} %build -make %{?_smp_mflags} CFLAGS="%{optflags}" MOREFLAGS="%{?__global_ldflags}" +make %{?_smp_mflags} CFLAGS="%{optflags}" MOREFLAGS="%{?__global_ldflags} -fPIC" %install make install DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_libdir} @@ -69,6 +69,9 @@ make test-xxhsum-c %{_libdir}/libxxhash.so %changelog +* Mon Mar 18 2019 Mattias Ellert - 0.7.0-1 +- Update to version 0.7.0 + * Sun Feb 03 2019 Fedora Release Engineering - 0.6.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild