From f624513c0a7c6a1ce7f1573526162c029cd66895 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 01 2017 03:30:23 +0000 Subject: import memkind-1.5.0-1.el7 --- diff --git a/.gitignore b/.gitignore index d5f89f3..6edf2d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/memkind-1.1.0.tar.gz +SOURCES/memkind-1.5.0.tar.gz diff --git a/.memkind.metadata b/.memkind.metadata index bf55119..184871b 100644 --- a/.memkind.metadata +++ b/.memkind.metadata @@ -1 +1 @@ -83e40f6fb3d963b2b9016a642a97d95108de6a5b SOURCES/memkind-1.1.0.tar.gz +539f29dc1b27558dfe1cd5ba1cbdff11f736deb4 SOURCES/memkind-1.5.0.tar.gz diff --git a/SPECS/memkind.spec b/SPECS/memkind.spec index 8fea077..67ba361 100644 --- a/SPECS/memkind.spec +++ b/SPECS/memkind.spec @@ -1,8 +1,8 @@ -%global gittag0 v1.1.0 +%global gittag0 v1.5.0 Name: memkind Summary: User Extensible Heap Manager -Version: 1.1.0 +Version: 1.5.0 Release: 1%{?checkout}%{?dist} License: BSD Group: System Environment/Libraries @@ -69,9 +69,12 @@ ln -s %{_builddir}/%{name}-%{version}/jemalloc/configure \ cd %{_builddir}/%{name}-%{version}/jemalloc/obj %configure --enable-autogen --with-jemalloc-prefix=jemk_ --enable-memkind \ --enable-safe --enable-cc-silence --prefix=%{_prefix} \ + --without-export --disable-stats --disable-fill \ + --disable-valgrind --disable-experimental\ --includedir=%{_includedir} --libdir=%{_libdir} \ --bindir=%{_bindir} --docdir=%{_docdir}/%{name} \ --mandir=%{_mandir} CFLAGS="$RPM_OPT_FLAGS -std=gnu99" + %{__make} %{?_smp_mflags} # Build memkind lib and tools @@ -119,6 +122,18 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION %{_mandir}/man3/%{name}*.3.* %changelog +* Mon Mar 27 2017 Rafael Aquini - 1.5.0-1 +- Update memkind source file to 1.5.0 upstream + +* Fri Feb 17 2017 Rafael Aquini - 1.4.0-1 +- Update memkind source file to 1.4.0 upstream + +* Fri Feb 10 2017 Fedora Release Engineering - 1.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Wed Nov 16 2016 Rafael Aquini - 1.3.0-1 +- Update memkind source file to 1.3.0 upstream + * Wed Jun 08 2016 Rafael Aquini - 1.1.0-1 - Update memkind source file to 1.1.0 upstream