[libhugetlbfs/f15] Updating to 2.12 upstream release

Eric Munson emunson at fedoraproject.org
Mon Jul 25 13:16:08 UTC 2011


commit 6fe518fdffde30130714d34bf94643dd6ce98397
Author: Eric B Munson <emunson at mgebm.net>
Date:   Mon Jul 25 09:15:45 2011 -0400

    Updating to 2.12 upstream release

 .gitignore        |    1 +
 libhugetlbfs.spec |   10 +++++++---
 sources           |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 919d087..5a44848 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libhugetlbfs-2.9.tar.gz
+/libhugetlbfs-2.12.tar.gz
diff --git a/libhugetlbfs.spec b/libhugetlbfs.spec
index 53b9579..db3bec8 100644
--- a/libhugetlbfs.spec
+++ b/libhugetlbfs.spec
@@ -1,6 +1,6 @@
 Name: libhugetlbfs
-Version: 2.9
-Release: 2%{?dist}
+Version: 2.12
+Release: 1%{?dist}
 Summary: A library which provides easy access to huge pages of memory
 
 Group: System Environment/Libraries
@@ -9,7 +9,8 @@ URL: http://libhugetlbfs.sourceforge.net/
 Source0: http://downloads.sourceforge.net/libhugetlbfs/%{name}-%{version}.tar.gz
 Patch0: libhugetlbfs-2.6-s390x-build.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: glibc-headers
+BuildRequires: glibc-devel
+BuildRequires: glibc-static
 Conflicts: kernel < 2.6.16
 Obsoletes: libhugetlbfs-test <= 1.1
 
@@ -104,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 %exclude /usr/lib/perl5/TLBC
 
 %changelog
+* Tue 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 c8549de..5073ee5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1932e3ffb1e8f0aaf3c37b9c6360ddc  libhugetlbfs-2.9.tar.gz
+23c651e1f323fd4bf147b69790afe4ff  libhugetlbfs-2.12.tar.gz


More information about the scm-commits mailing list