numactl:version bump

This commit is contained in:
alihanozturk
2016-03-02 17:51:16 +02:00
parent fce67a7e00
commit c75d067555
2 changed files with 9 additions and 4 deletions
+1 -3
View File
@@ -6,12 +6,10 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
shelltools.system("./autogen.sh")
autotools.autoreconf("-vfi")
autotools.configure("--prefix=/usr")
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Library for tuning NUMA machines</Summary>
<Description>numactl consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications.</Description>
<Archive sha1sum="00675527d54491310b1e4eba5a7278d99681aec1" type="targz">ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.10.tar.gz</Archive>
<Archive sha1sum="0846670269824078a4eae8a977728175437b0da4" type="targz">ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.11.tar.gz</Archive>
</Source>
<Package>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="5">
<Date>2016-03-02</Date>
<Version>2.0.11</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2015-05-16</Date>
<Version>2.0.10</Version>