diff --git a/xxhash.spec b/xxhash.spec index 538c4dd..01aa6d6 100644 --- a/xxhash.spec +++ b/xxhash.spec @@ -1,20 +1,18 @@ Name: xxhash -Version: 0.8.0 +Version: 0.8.1 Release: 1mamba Summary: An Extremely fast Hash algorithm Group: Applications/Security Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://github.com/Cyan4973/xxHash.git +URL: https://github.com/Cyan4973/xxHash Source: https://github.com/Cyan4973/xxHash.git/v%{version}/xxHash-%{version}.tar.bz2 License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig ## AUTOBUILDREQ-END Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description xxHash is an Extremely fast Hash algorithm, running at RAM speed limits. @@ -81,5 +79,8 @@ This package contains libraries and header files for developing applications tha %changelog +* Tue Nov 30 2021 Automatic Build System 0.8.1-1mamba +- automatic version update by autodist + * Sun Sep 06 2020 Silvan Calarco 0.8.0-1mamba - package created using the webbuild interface