Update package description to mention fedabipkgdiff

Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
Dodji Seketeli 2016-08-29 13:34:09 +02:00
parent 9e71dd5571
commit a0f3b7d461

View File

@ -3,7 +3,7 @@
Name: libabigail Name: libabigail
Version: 1.0 Version: 1.0
Release: 0.8.%{tarball_revision}.4%{?dist} Release: 0.8.%{tarball_revision}.5%{?dist}
Summary: Set of ABI analysis tools Summary: Set of ABI analysis tools
License: LGPLv3+ License: LGPLv3+
@ -32,16 +32,19 @@ Requires: koji
Requires: python2 >= 2.6 Requires: python2 >= 2.6
%description %description
The libabigail package comprises five command line utilities: abidiff, The libabigail package comprises six command line utilities: abidiff,
abipkgdiff, abicompat, abidw and abilint. The abidiff command line abipkgdiff, abicompat, abidw, abilint and fedabipkgdiff. The abidiff
tool compares the ABI of two ELF shared libraries and emits meaningful command line tool compares the ABI of two ELF shared libraries and
textual reports about changes impacting exported functions, variables emits meaningful textual reports about changes impacting exported
and their types. abipkgdiff compares the ABIs of ELF binaries functions, variables and their types. abipkgdiff compares the ABIs of
contained in two packages. abicompat checks if a subsequent version ELF binaries contained in two packages. abicompat checks if a
of a shared library is still compatible with an application that is subsequent version of a shared library is still compatible with an
linked against it. abidw emits an XML representation of the ABI of a application that is linked against it. abidw emits an XML
given ELF shared library. abilint checks that a given XML representation of the ABI of a given ELF shared library. abilint
representation of the ABI of a shared library is correct. checks that a given XML representation of the ABI of a shared library
is correct. fedabipkgdiff interacts with the Fedora Build System over
the internet to let the user compare the ABI of Fedora packages
without having to download them manually.
Install libabigail if you need to compare the ABI of ELF shared Install libabigail if you need to compare the ABI of ELF shared
libraries. libraries.
@ -136,6 +139,9 @@ fi
%doc doc/manuals/html/* %doc doc/manuals/html/*
%changelog %changelog
* Mon Aug 29 2016 Dodji Seketeli <dodji@seketeli.org> - 1.0-0.8.rc5.5
- Update the package description to mention fedabipkgdiff
* Mon Aug 29 2016 Chenxiong Qi <cqi@redhat.com> - 1.0-0.8.rc5.4 * Mon Aug 29 2016 Chenxiong Qi <cqi@redhat.com> - 1.0-0.8.rc5.4
- Add pyxdg, rpm-python, koji and python2 as runtime dependencies - Add pyxdg, rpm-python, koji and python2 as runtime dependencies