Fix upstream bug - Fix aborting when reading .foo symbols from a ppc64 binary

Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
Dodji Seketeli 2016-12-09 01:16:33 +01:00
parent 6de0817ec4
commit f96b2b5421
3 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -20,3 +20,4 @@
/libabigail-1.0.rc6.tar.gz
/0001-A-suppressed-diff-node-implies-suppressing-all-equiv.patch
/0001-Bug-20927-Segfault-when-HOME-is-not-set.patch
/0001-Fix-aborting-when-reading-.foo-symbols-from-a-ppc64-.patch

View File

@ -3,7 +3,7 @@
Name: libabigail
Version: 1.0
Release: 0.8.%{tarball_revision}.3%{?dist}
Release: 0.8.%{tarball_revision}.4%{?dist}
Summary: Set of ABI analysis tools
License: LGPLv3+
@ -11,6 +11,7 @@ URL: https://sourceware.org/libabigail/
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.gz
Patch0: 0001-A-suppressed-diff-node-implies-suppressing-all-equiv.patch
Patch1: 0001-Bug-20927-Segfault-when-HOME-is-not-set.patch
Patch2: 0001-Fix-aborting-when-reading-.foo-symbols-from-a-ppc64-.patch
BuildRequires: gcc-c++
BuildRequires: libtool
@ -78,6 +79,7 @@ format.
%setup -n %{tarball_name}
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%configure --disable-silent-rules --disable-zip-archive --disable-static
@ -145,6 +147,9 @@ fi
%doc doc/manuals/html/*
%changelog
* Fri Dec 9 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.8.rc6.4
- Fix upstream bug - Fix aborting when reading .foo symbols from a ppc64 binary
* Mon Dec 5 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.8.rc6.3
- Fix upstream Bug 20927 - Segfault when abidiff is invoked with $HOME empty
Apply the upstream patch here.

View File

@ -1,3 +1,4 @@
559b1abde55204f96f1b10d12c3a4983 0001-Bug-20927-Segfault-when-HOME-is-not-set.patch
45b27d199faae6d557e100c3e00618ba libabigail-1.0.rc6.tar.gz
751f61278ba86f5747f67b17805f4a31 0001-A-suppressed-diff-node-implies-suppressing-all-equiv.patch
d05f1db88b925e6f00a84f0f78a6e2e0 0001-Fix-aborting-when-reading-.foo-symbols-from-a-ppc64-.patch