[libsmbios/f15] updated the sources. this will fix the build failure in f15.

Praveen K Paladugu praveenp at fedoraproject.org
Thu Jun 30 15:14:33 UTC 2011


commit 92c07625c902ea78a52e83f6b03ca82b449b0cb8
Author: praveenp <praveen_paladugu at dell.com>
Date:   Thu Jun 30 10:13:57 2011 -0500

    updated the sources. this will fix the build failure in f15.

 .gitignore     |    1 +
 libsmbios.spec |   14 +++++++++-----
 sources        |    2 +-
 3 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15fed21..c41b93d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 libsmbios-2.2.26.tar.bz2
+/libsmbios-2.2.28.tar.bz2
diff --git a/libsmbios.spec b/libsmbios.spec
index 6bebe4e..791d637 100644
--- a/libsmbios.spec
+++ b/libsmbios.spec
@@ -5,11 +5,11 @@
 # these are all substituted by autoconf
 %define major 2
 %define minor 2
-%define micro 26
+%define micro 28
 %define extra %{nil}
 %define pot_file  libsmbios
 %define lang_dom  libsmbios-2.2-x86_64
-%define release_version 2.2.26
+%define release_version 2.2.28
 
 %define release_name libsmbios
 %define other_name   libsmbios2
@@ -99,7 +99,7 @@
 
 Name: %{release_name}
 Version: %{release_version}
-Release: 4%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ or OSL 2.1
 Summary: Libsmbios C/C++ shared libraries
 Group: System Environment/Libraries
@@ -111,7 +111,7 @@ BuildRequires: strace libxml2-devel gcc-c++ gettext doxygen %{valgrind_BR} %{cpp
 Obsoletes: libsmbios-libs < 2.0.0
 Provides: libsmbios-libs = 0:%{version}-%{release}
 Obsoletes: %{other_name} <= 0:%{version}-%{release}
-Provides: %{other_name}  0:%{version}-%{release}
+Provides: %{other_name} = 0:%{version}-%{release}
 
 # libsmbios only ever makes sense on intel compatible arches
 # no DMI tables on ppc, s390, etc.
@@ -233,7 +233,7 @@ chmod +x ./configure
 
 mkdir -p out/libsmbios_c
 mkdir -p out/libsmbios_c++
-make %{?_smp_mflags} 2>&1 | tee build-%{_arch}.log
+make CFLAGS="-Werror" %{?_smp_mflags} 2>&1 | tee build-%{_arch}.log
 
 echo \%doc _build/build-%{_arch}.log > buildlogs.txt
 
@@ -408,6 +408,10 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 
 %changelog
+* Thu Jun 30 2011 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.28-3
+- Fixing the build failure of version 2.2.26-4.
+- The updated sources adds support for the compiler version available in F15 and other fixes.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.26-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 0a543e6..72cf4ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f41eee2ef249572523b3d8049881091b  libsmbios-2.2.26.tar.bz2
+4dc6efdf19f58c0a8da97870e51ebe50  libsmbios-2.2.28.tar.bz2


More information about the scm-commits mailing list