- Fix upstream Bug 20927 - Segfault when invoke abidiff is invoked with $HOME not set
Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
parent
85e5cff602
commit
8c280bc2f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/libabigail-1.0.rc5.tar.gz
|
||||
/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
|
||||
|
@ -3,13 +3,14 @@
|
||||
|
||||
Name: libabigail
|
||||
Version: 1.0
|
||||
Release: 0.8.%{tarball_revision}.2%{?dist}
|
||||
Release: 0.8.%{tarball_revision}.3%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
License: LGPLv3+
|
||||
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
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
@ -76,6 +77,7 @@ format.
|
||||
%prep
|
||||
%setup -n %{tarball_name}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-zip-archive --disable-static
|
||||
@ -143,6 +145,10 @@ fi
|
||||
%doc doc/manuals/html/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 5 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.8.rc6.3
|
||||
- Fix upstream Bug 20927 - Segfault when invoke abidiff is invoked with $HOME not set
|
||||
Apply the upstream patch here.
|
||||
|
||||
* Sat Nov 26 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.8.rc6.2
|
||||
- Fix an issue where some suppressed diff nodes are still visible in change reports
|
||||
This implies applying upstream patch:
|
||||
|
Loading…
Reference in New Issue
Block a user