import memkind-1.9.0-1.el8

This commit is contained in:
CentOS Sources 2020-04-28 04:48:29 -04:00 committed by Andrew Lukoshko
parent 6ae727333c
commit 1e80a815a7
3 changed files with 14 additions and 8 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/memkind-1.7.0-76495a7.tar.gz
SOURCES/memkind-1.9.0-g8785358.tar.gz

View File

@ -1 +1 @@
feecf4c9d9f4f93cbb0cc2e551107181000ff550 SOURCES/memkind-1.7.0-76495a7.tar.gz
db3fa00da9aaf0a47c69e711448c53b30e126681 SOURCES/memkind-1.9.0-g8785358.tar.gz

View File

@ -1,10 +1,10 @@
%global gittag0 v1.7.0
%global githash 76495a7
%global gittag0 v1.9.0
%global githash 8785358
Name: memkind
Summary: User Extensible Heap Manager
Version: 1.7.0
Release: 6%{?checkout}%{?dist}
Version: 1.9.0
Release: 1%{?checkout}%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://memkind.github.io/memkind
@ -22,9 +22,9 @@ ExclusiveArch: x86_64
# Source0 creation:
# (1) "git archive git archive --prefix=%%{name}-%%{version}/ --format=tar [githash] | \
# gzip > [srcdir]/%%{name}-%%{version}-%%{githash}.tar.gz"; or
# gzip > [srcdir]/%%{name}-%%{version}-g%%{githash}.tar.gz"; or
# (2) wget https://github.com/%%{name}/%%{name}/archive/%%{gittag0}/%%{name}-%%{version}.tar.gz
Source0: %{name}-%{version}-%{githash}.tar.gz
Source0: %{name}-%{version}-g%{githash}.tar.gz
# void nonsensical CFLAGS override done by autotools which invalidates
# the strong stack protection setup
@ -108,12 +108,18 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION
%{_includedir}/pmem_allocator.h
%{_libdir}/lib%{name}.so
%{_libdir}/libautohbw.so
%{_libdir}/pkgconfig/memkind.pc
%{_mandir}/man1/memkind-hbw-nodes.1.*
%{_mandir}/man3/hbwmalloc.3.*
%{_mandir}/man3/hbwallocator.3.*
%{_mandir}/man3/pmemallocator.3.*
%{_mandir}/man3/%{name}*.3.*
%{_mandir}/man7/autohbw.7.*
%changelog
* Wed Oct 23 2019 Rafael Aquini <aquini@redhat.com> - 1.9.0-1
- Update to memkind source file to 1.9.0 upstream (1660589)
* Tue Apr 2 2019 Rafael Aquini <aquini@redhat.com> - 1.7.0-6
- Fix: Fix: Adding CI gating basic infrastructure (1680614)