[libhugetlbfs] Updated libhugetlbfs package to upstream 2.15

Eric Munson emunson at fedoraproject.org
Sat Dec 8 23:35:55 UTC 2012


commit 0d8fc7a9ee1595ac58563bf89b29b5887bbf0d56
Author: Eric B Munson <emunson at mgebm.net>
Date:   Sat Dec 8 18:35:01 2012 -0500

    Updated libhugetlbfs package to upstream 2.15
    
    Signed-off-by: Eric B Munson <emunson at mgebm.net>

 .gitignore                          |    1 +
 libhugetlbfs-2.13-s390x-build.patch |   17 -----------------
 libhugetlbfs.spec                   |   24 +++++++++++++++++-------
 sources                             |    2 +-
 4 files changed, 19 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8519694..1e24b88 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 libhugetlbfs-2.9.tar.gz
 /libhugetlbfs-2.12.tar.gz
 /libhugetlbfs-2.13.tar.gz
+/libhugetlbfs-2.15.tar.gz
diff --git a/libhugetlbfs.spec b/libhugetlbfs.spec
index 85ddf69..c821d90 100644
--- a/libhugetlbfs.spec
+++ b/libhugetlbfs.spec
@@ -1,13 +1,13 @@
 Name: libhugetlbfs
-Version: 2.13
-Release: 2%{?dist}
+Version: 2.15
+Release: 1%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
 Group: System Environment/Libraries
 License: LGPLv2+
 URL: http://libhugetlbfs.sourceforge.net/
 Source0: http://downloads.sourceforge.net/libhugetlbfs/%{name}-%{version}.tar.gz
-Patch0: libhugetlbfs-2.13-s390x-build.patch
+#Patch0: libhugetlbfs-2.13-s390x-build.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: glibc-devel
 BuildRequires: glibc-static
@@ -43,7 +43,7 @@ pool size control. pagesize lists page sizes available on the machine.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1 -b .s390x-build
+#%patch0 -p1 -b .s390x-build
 
 %build
 # Parallel builds are not reliable
@@ -83,9 +83,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/getpagesizes.3.gz
 %{_mandir}/man3/free_huge_pages.3.gz
 %{_mandir}/man3/get_huge_pages.3.gz
+%{_mandir}/man3/gethugepagesize.3.gz
 %{_mandir}/man3/gethugepagesizes.3.gz
 %{_mandir}/man3/free_hugepage_region.3.gz
 %{_mandir}/man3/get_hugepage_region.3.gz
+%{_mandir}/man3/hugetlbfs_find_path.3.gz
+%{_mandir}/man3/hugetlbfs_find_path_for_size.3.gz
+%{_mandir}/man3/hugetlbfs_test_path.3.gz
+%{_mandir}/man3/hugetlbfs_unlinked_fd.3.gz
+%{_mandir}/man3/hugetlbfs_unlinked_fd_for_size.3.gz
 
 %files utils
 %defattr(-,root,root,-)
@@ -101,18 +107,22 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/hugectl.8.gz
 %{_mandir}/man8/hugeadm.8.gz
 %{_mandir}/man1/pagesize.1.gz
+%{_mandir}/man1/ld.hugetlbfs.1.gz
 %exclude %{_mandir}/man8/cpupcstat.8.gz
 %exclude /usr/lib/perl5/TLBC
 
 %changelog
+* Sat Dec 08 2012 Eric B Munson <emunson at mgebm.net> - 2.15
+- Update for upstream 2.15 release
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.13-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
 * Sat Mar 24 2012 Eric B Munson <emunson at mgebm.net>
- - Update for upstream 2.13 release
+- Update for upstream 2.13 release
 
-* Tue Jul 20 2011 Eric B Munson <emunson at mgebm.net>
- - Update for upstream 2.12 release
+* Wed Jul 20 2011 Eric B Munson <emunson at mgebm.net>
+- Update for upstream 2.12 release
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
diff --git a/sources b/sources
index dd79145..6201575 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-646ce121931b0bd38c19ad78b09f31cc  libhugetlbfs-2.13.tar.gz
+f188b8e9b1465661e5701963d15ca22e  libhugetlbfs-2.15.tar.gz


More information about the scm-commits mailing list