Upload the new upstream 2.6 tarball
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
a35d836dca
commit
fc782d2b1e
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@
|
|||||||
/0001-Bug-31045-Don-t-try-setting-translation-unit-for-uni.patch
|
/0001-Bug-31045-Don-t-try-setting-translation-unit-for-uni.patch
|
||||||
/0002-suppression-Add-has_strict_flexible_array_data_membe.patch
|
/0002-suppression-Add-has_strict_flexible_array_data_membe.patch
|
||||||
/libabigail-2.5.tar.xz
|
/libabigail-2.5.tar.xz
|
||||||
|
/libabigail-2.6.tar.xz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global tarball_name %{name}-%{version}
|
%global tarball_name %{name}-%{version}
|
||||||
|
|
||||||
Name: libabigail
|
Name: libabigail
|
||||||
Version: 2.5
|
Version: 2.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Set of ABI analysis tools
|
Summary: Set of ABI analysis tools
|
||||||
|
|
||||||
@ -16,6 +16,7 @@ BuildRequires: libtool
|
|||||||
BuildRequires: elfutils-devel
|
BuildRequires: elfutils-devel
|
||||||
BuildRequires: libbpf-devel
|
BuildRequires: libbpf-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: xxhash-devel
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
@ -64,7 +65,7 @@ format.
|
|||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-btf --disable-deb --disable-fedabipkgdiff --disable-zip-archive --disable-static
|
%configure --enable-btf --disable-deb --disable-fedabipkgdiff --disable-abidb --disable-zip-archive --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
pushd doc
|
pushd doc
|
||||||
make html-doc
|
make html-doc
|
||||||
@ -109,8 +110,8 @@ fi
|
|||||||
%{_bindir}/abilint
|
%{_bindir}/abilint
|
||||||
%{_bindir}/abipkgdiff
|
%{_bindir}/abipkgdiff
|
||||||
%{_bindir}/kmidiff
|
%{_bindir}/kmidiff
|
||||||
%{_libdir}/libabigail.so.4
|
%{_libdir}/libabigail.so.5
|
||||||
%{_libdir}/libabigail.so.4.0.0
|
%{_libdir}/libabigail.so.5.0.0
|
||||||
%{_libdir}/libabigail/default.abignore
|
%{_libdir}/libabigail/default.abignore
|
||||||
%doc README AUTHORS ChangeLog
|
%doc README AUTHORS ChangeLog
|
||||||
%license LICENSE.txt license-change-2020.txt
|
%license LICENSE.txt license-change-2020.txt
|
||||||
@ -129,6 +130,12 @@ fi
|
|||||||
%doc doc/manuals/html/*
|
%doc doc/manuals/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 8 2024 Dodji Seketeli <dodji@redhat.com> - 2.6.1
|
||||||
|
- Update to upstream 2.6 tarball
|
||||||
|
- Update to changing SONAME (libabigail.so.5.0.0)
|
||||||
|
- Add BuildRequires xxhash-devel
|
||||||
|
- Disable abidb as its dependencies are not present in RHEL 9.
|
||||||
|
|
||||||
* Tue Apr 23 2024 Dodji Seketeli <dodji@redhat.com> - 2.5-1
|
* Tue Apr 23 2024 Dodji Seketeli <dodji@redhat.com> - 2.5-1
|
||||||
- Update to upstream 2.5 tarball
|
- Update to upstream 2.5 tarball
|
||||||
- Drop patches (as they are now upstream):
|
- Drop patches (as they are now upstream):
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libabigail-2.5.tar.xz) = 4084ebdd723a8ce1632f70943e29d71328bb695b1b0012ebd3d6ec7edccde872b54e76dfb1bc1c261805919c5e636198cd5bf23baf113474a082db21f2cfdd0d
|
SHA512 (libabigail-2.6.tar.xz) = 77983586c9fa99ab5593e41e33ddfc175aef7a2ddfabb7eac79a9adfd776e7dbbb317f6d4c26044c420f2eac1f9d25e0c04887a54bb3136cc91e61219a1343e4
|
||||||
|
Loading…
Reference in New Issue
Block a user