Update to upstream 2.6 tarball
- Update to upstream 2.6 tarball - Add xxhash-devel as BuildRequire Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
03c6d7cf5a
commit
3501acb62b
1 changed files with 6 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
%global tarball_name %{name}-%{version}
|
||||
|
||||
Name: libabigail
|
||||
Version: 2.5
|
||||
Version: 2.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
|
|
@ -17,6 +17,7 @@ BuildRequires: gcc-c++
|
|||
BuildRequires: libtool
|
||||
BuildRequires: elfutils-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: xxhash-devel
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: python3-sphinx
|
||||
BuildRequires: texinfo
|
||||
|
|
@ -162,6 +163,10 @@ fi
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Nov 1 2024 Dodji Seketeli <dodji@redhat.com> - 2.6-1
|
||||
- Update to upstream 2.6 tarball
|
||||
- Add xxhash-devel as BuildRequires
|
||||
|
||||
* Thu Apr 18 2024 Dodji Seketeli <dodji@redhat.com> - 2.5-1
|
||||
- Update to upstream 2.5 tarball
|
||||
- Drop patches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue