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:
parent
037cc8bdec
commit
85e5cff602
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user