Update to upstream 1.6
Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
parent
c41ee509c9
commit
8d2fceb110
@ -2,15 +2,13 @@
|
|||||||
%global tarball_name %{name}-%{version}
|
%global tarball_name %{name}-%{version}
|
||||||
|
|
||||||
Name: libabigail
|
Name: libabigail
|
||||||
Version: 1.5
|
Version: 1.6
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Set of ABI analysis tools
|
Summary: Set of ABI analysis tools
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
URL: https://sourceware.org/libabigail/
|
URL: https://sourceware.org/libabigail/
|
||||||
Source0: http://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.gz
|
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: gcc-c++
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -88,8 +86,6 @@ them manually.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n %{tarball_name}
|
%setup -n %{tarball_name}
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-silent-rules --disable-zip-archive --disable-static
|
%configure --disable-silent-rules --disable-zip-archive --disable-static
|
||||||
@ -158,6 +154,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 27 2019 Dodji Seketeli <dodji@redhat.com> - 1.6-1
|
||||||
|
- Update to upstream 1.6
|
||||||
|
- Removed patches that are now upstream
|
||||||
|
Support-having-several-debuginfo-search-dirs-for-a-b.patch
|
||||||
|
Add-a-fail-no-debug-info-to-abidiff.patch
|
||||||
|
|
||||||
* Wed Mar 13 2019 Mathieu Bridon <bochecha@daitauha.fr> - 1.5-4
|
* Wed Mar 13 2019 Mathieu Bridon <bochecha@daitauha.fr> - 1.5-4
|
||||||
- Remove unnecessary dependencies: python3-unittest2 and wget which
|
- Remove unnecessary dependencies: python3-unittest2 and wget which
|
||||||
was referred to twice.
|
was referred to twice.
|
||||||
|
Loading…
Reference in New Issue
Block a user