import memkind-1.10.1-1.el8

This commit is contained in:
CentOS Sources 2021-05-18 02:57:03 -04:00 committed by Andrew Lukoshko
parent 6e4df10193
commit e84c0f77f1
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/memkind-1.10.0.tar.gz
SOURCES/memkind-1.10.1.tar.gz

View File

@ -1 +1 @@
3de8089a2bf201078d9e8caa95d7f5ebb93e25db SOURCES/memkind-1.10.0.tar.gz
de0d9fdd1432415c005d034d8dc0ebadffbe4847 SOURCES/memkind-1.10.1.tar.gz

View File

@ -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 <aquini@redhat.com> - 1.10.1-1
- Update memkind source file to 1.10.1 upstream (1841966)
* Tue Apr 14 2020 Rafael Aquini <aquini@redhat.com> - 1.10.0-10
- Fix: add Tier1 tests for CI gating (1688933)