Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9172901eff | ||
|
|
e199f3849d |
3 changed files with 17 additions and 9 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -28,3 +28,5 @@
|
|||
/libabigail-1.5.tar.gz
|
||||
/Support-having-several-debuginfo-search-dirs-for-a-b.patch
|
||||
/Add-a-fail-no-debug-info-to-abidiff.patch
|
||||
/libabigail-1.6.tar.gz
|
||||
/libabigail-1.7.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,15 +2,13 @@
|
|||
%global tarball_name %{name}-%{version}
|
||||
|
||||
Name: libabigail
|
||||
Version: 1.5
|
||||
Release: 3%{?dist}
|
||||
Version: 1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
License: LGPLv3+
|
||||
URL: https://sourceware.org/libabigail/
|
||||
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.gz
|
||||
Patch0: Support-having-several-debuginfo-search-dirs-for-a-b.patch
|
||||
Patch1: Add-a-fail-no-debug-info-to-abidiff.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
|
|
@ -32,6 +30,7 @@ BuildRequires: python3-pyxdg
|
|||
BuildRequires: wget
|
||||
#For x-rpm mimetype definition!
|
||||
BuildRequires: mailcap
|
||||
BuildRequires: koji
|
||||
|
||||
Requires: python3-pyxdg
|
||||
Requires: python3-rpm
|
||||
|
|
@ -86,8 +85,6 @@ format.
|
|||
|
||||
%prep
|
||||
%setup -n %{tarball_name}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-zip-archive --disable-static
|
||||
|
|
@ -154,6 +151,17 @@ fi
|
|||
%doc doc/manuals/html/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 25 2020 Dodji Seketeli <dodji@redhat.com> - 1.7-1
|
||||
- Update to upstream 1.7
|
||||
- Add Koji as BuildRequires
|
||||
Fixes: RHBZ#1799575
|
||||
|
||||
* Thu Mar 28 2019 Dodji Seketeli <dodji@redhat.com> - 1.6-1
|
||||
- Update to upstream 1.6
|
||||
- Remove patches:
|
||||
Support-having-several-debuginfo-search-dirs-for-a-b.patch
|
||||
Add-a-fail-no-debug-info-to-abidiff.patch
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,3 +1 @@
|
|||
SHA512 (libabigail-1.5.tar.gz) = 6935912ac58503b588a0e7471d3d1c362b9324973d61db021cfb84221368f480448c1b47e74d5cbec3f3d38faee0da4ceaff44cb00d10a04aeeaeb9770233da5
|
||||
SHA512 (Support-having-several-debuginfo-search-dirs-for-a-b.patch) = abbb2313d27933a5d9cd658993bf0cb91659b3482fd09154a7788af66a66aa1fed8e3439db7e5736dd85fd908004b6aeb4c3834e3189de9df41b86a6eb4131c1
|
||||
SHA512 (Add-a-fail-no-debug-info-to-abidiff.patch) = 896530a7a6851023527c7a09935440e2fdbea4bcd58ad86853acebfda1b1782adbb8599eee5a994fca9a00866eb51182c16391dde7cc28adcff19994bfbefc57
|
||||
SHA512 (libabigail-1.7.tar.gz) = 02971c8f760cd7c6e7f77ef323c93769270666652a8f491b30cce74aa9bc20e2c5113eca0a534b814e9c8567538b6b7b84d15687e0ac15cf8ece736b2f7e2261
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue