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
Version: 1.0
Release: 0.8.%{tarball_revision}.4%{?dist}
Release: 0.8.%{tarball_revision}.5%{?dist}
Summary: Set of ABI analysis tools
License: LGPLv3+
@ -32,16 +32,19 @@ Requires: koji
Requires: python2 >= 2.6
%description
The libabigail package comprises five command line utilities: abidiff,
abipkgdiff, abicompat, abidw and abilint. The abidiff command line
tool compares the ABI of two ELF shared libraries and emits meaningful
textual reports about changes impacting exported functions, variables
and their types. abipkgdiff compares the ABIs of ELF binaries
contained in two packages. abicompat checks if a subsequent version
of a shared library is still compatible with an application that is
linked against it. abidw emits an XML representation of the ABI of a
given ELF shared library. abilint checks that a given XML
representation of the ABI of a shared library is correct.
The libabigail package comprises six command line utilities: abidiff,
abipkgdiff, abicompat, abidw, abilint and fedabipkgdiff. The abidiff
command line tool compares the ABI of two ELF shared libraries and
emits meaningful textual reports about changes impacting exported
functions, variables and their types. abipkgdiff compares the ABIs of
ELF binaries contained in two packages. abicompat checks if a
subsequent version of a shared library is still compatible with an
application that is linked against it. abidw emits an XML
representation of the ABI of a given ELF shared library. abilint
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
libraries.
@ -136,6 +139,9 @@ fi
%doc doc/manuals/html/*
%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
- Add pyxdg, rpm-python, koji and python2 as runtime dependencies