diff --git a/libabigail.spec b/libabigail.spec index 21249b5..17de1a9 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -1,12 +1,12 @@ Name: libabigail Version: 2.2 -Release: 2 +Release: 3 Summary: ABI generic analysis and instrumentation library License: LGPLv3+ URL: https://sourceware.org/libabigail/ Source0: http://mirrors.kernel.org/sourceware/libabigail/libabigail-%{version}.tar.xz BuildRequires: gcc-c++ libtool elfutils-devel libxml2-devel doxygen -BuildRequires: python3-sphinx texinfo dos2unix dpkg python3-devel python3-rpm +BuildRequires: python3-sphinx texinfo dpkg python3-devel python3-rpm BuildRequires: python3-mock python3-unittest2 python3-pyxdg wget mailcap %description @@ -51,7 +51,6 @@ cd .. %make_install %delete_la make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot} -dos2unix doc/manuals/html/_static/jquery.js %check time make check || (cat tests/test-suite.log && exit 2) @@ -90,6 +89,9 @@ fi %doc doc/manuals/html/* README AUTHORS ChangeLog %changelog +* Sat Jul 29 2023 xu_ping <707078654@qq.com> - 2.2-3 +- fix install error due to sphinx upgrade remove jquery.js + * Wed Apr 19 2023 ChenYanpan - 2.2-2 - Upload the integral source archive file -- libabigail-2.2.tar.xz