From a0f3b7d461baaf7a116663d9a442dac097ea9c34 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Mon, 29 Aug 2016 13:34:09 +0200 Subject: [PATCH] Update package description to mention fedabipkgdiff Signed-off-by: Dodji Seketeli --- libabigail.spec | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/libabigail.spec b/libabigail.spec index 2300c86..9efbf17 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -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 - 1.0-0.8.rc5.5 +- Update the package description to mention fedabipkgdiff + * Mon Aug 29 2016 Chenxiong Qi - 1.0-0.8.rc5.4 - Add pyxdg, rpm-python, koji and python2 as runtime dependencies