From 8d2fceb110c31eeba638c9cf42e79569563e8721 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Thu, 28 Mar 2019 09:48:04 +0100 Subject: [PATCH] Update to upstream 1.6 Signed-off-by: Dodji Seketeli --- libabigail.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/libabigail.spec b/libabigail.spec index a7c8630..d27ae39 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -2,15 +2,13 @@ %global tarball_name %{name}-%{version} Name: libabigail -Version: 1.5 -Release: 4%{?dist} +Version: 1.6 +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 @@ -88,8 +86,6 @@ them manually. %prep %setup -n %{tarball_name} -%patch0 -p1 -%patch1 -p1 %build %configure --disable-silent-rules --disable-zip-archive --disable-static @@ -158,6 +154,12 @@ fi %endif %changelog +* Wed Mar 27 2019 Dodji Seketeli - 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 - 1.5-4 - Remove unnecessary dependencies: python3-unittest2 and wget which was referred to twice.