From c17e4e76e9962d73061af28c236c40d31950e409 Mon Sep 17 00:00:00 2001 From: Rafael Aquini Date: Wed, 8 Jun 2016 13:06:57 -0400 Subject: [PATCH] Update memkind source file to 1.1.0 upstream Signed-off-by: Rafael Aquini --- .gitignore | 1 + memkind-tmpfiles.d.conf.patch | 8 -------- memkind.spec | 16 +++++----------- sources | 2 +- 4 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 memkind-tmpfiles.d.conf.patch diff --git a/.gitignore b/.gitignore index fc21746..aa1c9ae 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /memkind-35c83cee96432edc0b5b21680535a2f2b77a1801.tar.gz /memkind-0.3.0.tar.gz /memkind-1.0.0.tar.gz +/memkind-1.1.0.tar.gz diff --git a/memkind-tmpfiles.d.conf.patch b/memkind-tmpfiles.d.conf.patch deleted file mode 100644 index 8e804da..0000000 --- a/memkind-tmpfiles.d.conf.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff --git a/memkind.conf b/memkind.conf -new file mode 100644 -index 0000000..eb32f3b ---- /dev/null -+++ b/memkind.conf -@@ -0,0 +1,2 @@ -+d /run/memkind 0775 root root -+f /run/memkind/nodes-bandwith 0644 root root diff --git a/memkind.spec b/memkind.spec index db246dd..28b725c 100644 --- a/memkind.spec +++ b/memkind.spec @@ -1,8 +1,8 @@ -%global gittag0 v1.0.0 +%global gittag0 v1.1.0 Name: memkind Summary: User Extensible Heap Manager -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?checkout}%{?dist} License: BSD Group: System Environment/Libraries @@ -57,7 +57,6 @@ alpha release. Feedback on design or implementation is greatly appreciated. %prep %setup -q -a 0 -n %{name}-%{version} -%patch0 -p1 -b .patch5.bkp %build # It is required that we configure and build the jemalloc subdirectory @@ -93,10 +92,6 @@ test -f configure || ./autogen.sh %install cd %{_builddir}/%{name}-%{version} make install DESTDIR=%{buildroot} INSTALL='install -p' -install -Dpm 644 %{name}.service %{buildroot}/%{_unitdir}/%{name}.service -install -Dpm 644 %{name}.conf %{buildroot}/%{_tmpfilesdir}/%{name}.conf -mkdir -p %{buildroot}/%{_sysconfdir}/%{name} -mkdir -p %{buildroot}/run/%{name} rm -f %{buildroot}/%{_libdir}/lib%{name}.{l,}a rm -f %{buildroot}/%{_libdir}/lib{numakind,autohbw}.* rm -f %{buildroot}/%{_docdir}/%{name}/VERSION @@ -109,10 +104,6 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION %defattr(-,root,root,-) %{_libdir}/lib%{name}.so.* %{_bindir}/%{name}-hbw-nodes -%{_sbindir}/%{name}-pmtt -%{_unitdir}/%{name}.service -%{_tmpfilesdir}/%{name}.conf -%ghost %dir /run/%{name} %dir %{_docdir}/%{name} %doc %{_docdir}/%{name}/README %license %{_docdir}/%{name}/COPYING @@ -131,6 +122,9 @@ rm -f %{buildroot}/%{_docdir}/%{name}/VERSION %{_mandir}/man3/%{name}*.3.* %changelog +* Wed Jun 08 2016 Rafael Aquini - 1.1.0-1 +- Update memkind source file to 1.1.0 upstream + * Thu Mar 17 2016 Rafael Aquini - 1.0.0-1 - Update memkind source file to 1.0.0 upstream diff --git a/sources b/sources index f698dfa..2f782cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d84ebff7bf0958aad8229ed0e63e2cc memkind-1.0.0.tar.gz +09f88525cd3db92103541fdf472d09d0 memkind-1.1.0.tar.gz