[crash] Update to latest upstream release. Fixes for gcc-4.6 -Werror compile failures for ppc64/ppc.

David Anderson crash at fedoraproject.org
Wed Aug 17 20:29:37 UTC 2011


commit 256975d16943489a90bbac60f9c4cdf9a82b8736
Author: David Anderson <anderson at redhat.com>
Date:   Wed Aug 17 16:02:18 2011 -0400

    Update to latest upstream release.
    Fixes for gcc-4.6 -Werror compile failures for ppc64/ppc.

 crash.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/crash.spec b/crash.spec
index 9ba2114..4392ec2 100644
--- a/crash.spec
+++ b/crash.spec
@@ -3,7 +3,7 @@
 #
 Summary: Kernel analysis utility for live systems, netdump, diskdump, kdump, LKCD or mcore dumpfiles
 Name: crash
-Version: 5.1.5
+Version: 5.1.7
 Release: 1%{?dist}
 License: GPLv2
 Group: Development/Debuggers
@@ -14,6 +14,7 @@ ExclusiveArch: %{ix86} ia64 x86_64 ppc64 s390 s390x %{arm}
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 BuildRequires: ncurses-devel zlib-devel
 Requires: binutils
+Patch0: ppc64-unused-but-set-variable.patch
 
 %description
 The core analysis suite is a self-contained tool that can be used to
@@ -34,6 +35,7 @@ offered by Mission Critical Linux, or the LKCD kernel patch.
 
 %prep
 %setup -n %{name}-%{version} -q
+%patch0 -p1 -b ppc64-unused-but-set-variable.patch
 
 %build
 make RPMPKG="%{version}-%{release}" CFLAGS="%{optflags}"
@@ -62,6 +64,10 @@ rm -rf %{buildroot}
 %{_includedir}/*
 
 %changelog
+* Wed Aug 17 2011 Dave Anderson <anderson at redhat.com> - 5.1.7-1
+- Update to latest upstream release
+- Fixes for gcc-4.6 -Werror compile failures for ppc64/ppc.
+
 * Tue May 31 2011 Peter Robinson <pbrobinson at gmail.com> - 5.1.5-1
 - Update to latest upstream release
 - Add ARM to the Exclusive arch


More information about the scm-commits mailing list