diff --git a/libhugetlbfs-2.12.tar.gz b/libhugetlbfs-2.12.tar.gz deleted file mode 100644 index f976b4b..0000000 --- a/libhugetlbfs-2.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f989909714a566e2ccac38a9094468db2047fb98cf1b10b60a6d445a9cc91928 -size 172852 diff --git a/libhugetlbfs-2.13.tar.gz b/libhugetlbfs-2.13.tar.gz new file mode 100644 index 0000000..ac8714f --- /dev/null +++ b/libhugetlbfs-2.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f072cd7068c86cec2c6cb0d7e1883430da4c59413cb6441483dccb7569ad28 +size 174729 diff --git a/libhugetlbfs.changes b/libhugetlbfs.changes index 5eb6c93..554fd39 100644 --- a/libhugetlbfs.changes +++ b/libhugetlbfs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Apr 10 19:51:51 UTC 2012 - tabraham@novell.com + +- Update to version 2.13 + * hugeadm can now be used to control Transparent Huge Page tunables + * New morecore mode to better support THP + * Check permissions on hugetlbfs mount point before marking it as + available + * Fix shm tests to use random address instead of fixed, old address + failed on ARM + ------------------------------------------------------------------- Wed Oct 12 20:04:52 UTC 2011 - tabraham@novell.com diff --git a/libhugetlbfs.spec b/libhugetlbfs.spec index 5ed6ed4..649b4a0 100644 --- a/libhugetlbfs.spec +++ b/libhugetlbfs.spec @@ -1,7 +1,7 @@ # # spec file for package libhugetlbfs # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,8 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libhugetlbfs @@ -25,16 +23,16 @@ BuildRequires: glibc-devel-static %endif BuildRequires: doxygen -License: LGPLv2.1+ -Group: Development/Libraries/Other Summary: Hugetlbfs helper library +License: LGPL-2.1+ +Group: Development/Libraries/Other # bug437293 %ifarch ppc64 Obsoletes: libhugetlbfs-64bit %endif # -Version: 2.12 -Release: 1 +Version: 2.13 +Release: 0 Url: http://libhugetlbfs.sourceforge.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-build %define my_make_flags V=1 CFLAGS="$RPM_OPT_FLAGS -fPIC" BUILDTYPE=NATIVEONLY PREFIX=/usr LIBDIR32=%{_libdir} DESTDIR=$RPM_BUILD_ROOT @@ -49,11 +47,9 @@ The libhugetlbfs package interacts with the Linux hugetlbfs to make large pages available to applications in a transparent manner. %package libhugetlb-devel -License: LGPLv2.1+ Summary: Devel package for libhugetlb -Requires: libhugetlbfs Group: Development/Libraries/Other -AutoReqProv: on +Requires: libhugetlbfs %description libhugetlb-devel Devel package, header and static library, of libhugetlb