diff --git a/SPECS/memkind.spec b/SPECS/memkind.spec index 4818918..f91706d 100644 --- a/SPECS/memkind.spec +++ b/SPECS/memkind.spec @@ -1,13 +1,13 @@ -%global gittag0 v1.10.0 +%global gittag0 v1.10.1 Name: memkind Summary: User Extensible Heap Manager -Version: 1.10.0 -Release: 10%{?checkout}%{?dist} +Version: 1.10.1 +Release: 1%{?checkout}%{?dist} License: BSD Group: System Environment/Libraries URL: http://memkind.github.io/memkind -BuildRequires: automake libtool numactl-devel systemd +BuildRequires: automake libtool numactl-devel systemd gcc gcc-c++ daxctl-devel # x86_64 is the only arch memkind will build and work due to # its current dependency on SSE4.2 CRC32 instruction which @@ -112,6 +112,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION %{_mandir}/man3/pmemallocator.3.* %changelog +* Mon Dec 14 2020 Rafael Aquini - 1.10.1-1 +- Update memkind source file to 1.10.1 upstream (1841966) + * Tue Apr 14 2020 Rafael Aquini - 1.10.0-10 - Fix: add Tier1 tests for CI gating (1688933)