Fix an issue where some suppressed diff nodes are still visible in change reports

This implies applying upstream patch:
   "[PATCH] A suppressed diff node implies suppressing all equivalent nodes too"

Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
Dodji Seketeli 2016-11-26 12:08:08 +01:00
parent 037cc8bdec
commit 85e5cff602
3 changed files with 10 additions and 1 deletions

1
.gitignore vendored
View File

@ -18,3 +18,4 @@
/0002-Bug-19964-Cannot-load-function-aliases-on-ppc64.patch
/libabigail-1.0.rc5.tar.gz
/libabigail-1.0.rc6.tar.gz
/0001-A-suppressed-diff-node-implies-suppressing-all-equiv.patch

View File

@ -3,12 +3,13 @@
Name: libabigail
Version: 1.0
Release: 0.8.%{tarball_revision}.1%{?dist}
Release: 0.8.%{tarball_revision}.2%{?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
BuildRequires: gcc-c++
BuildRequires: libtool
@ -74,6 +75,7 @@ format.
%prep
%setup -n %{tarball_name}
%patch0 -p1
%build
%configure --disable-silent-rules --disable-zip-archive --disable-static
@ -141,6 +143,11 @@ fi
%doc doc/manuals/html/*
%changelog
* 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:
"[PATCH] A suppressed diff node implies suppressing all equivalent nodes too"
* Wed Nov 23 2016 Dodji Seketeli <dodji@redhat.com> - 1.0-0.8.rc6.1
- Update to upstream 1.0.rc6 tarball
- Add wget as a build and runtime requirement. It's useful for fedabipkgdiff

View File

@ -1 +1,2 @@
45b27d199faae6d557e100c3e00618ba libabigail-1.0.rc6.tar.gz
751f61278ba86f5747f67b17805f4a31 0001-A-suppressed-diff-node-implies-suppressing-all-equiv.patch