From fc552bd1b10ebe61d512c3311fa99b134993e810206249a92d8a4d319bd5dd49 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 6 Jan 2021 11:57:55 +0000 Subject: [PATCH] Accepting request 860594 from home:gary_lin:branches:devel:tools Drop the version requirement of libdw-devel OBS-URL: https://build.opensuse.org/request/show/860594 OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=56 --- dwarves.changes | 7 +++++++ dwarves.spec | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dwarves.changes b/dwarves.changes index 8150816..4313d4f 100644 --- a/dwarves.changes +++ b/dwarves.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 6 06:07:31 UTC 2021 - Gary Ching-Pang Lin + +- Drop the version requirement of libdw-devel + + DW_AT_alignment is defined in 1.19 so dwarves now is compatible + with older libdw. + ------------------------------------------------------------------- Tue Nov 24 13:26:05 UTC 2020 - Jan Engelhardt diff --git a/dwarves.spec b/dwarves.spec index 18f2564..4671707 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -1,7 +1,7 @@ # # spec file for package dwarves # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ Source: https://fedorapeople.org/~acme/dwarves/dwarves-%version.tar.xz Source2: https://fedorapeople.org/~acme/dwarves/dwarves-%version.tar.sign Source9: baselibs.conf BuildRequires: cmake -BuildRequires: libdw-devel >= 0.170 +BuildRequires: libdw-devel %if 0%{?suse_version} < 1550 BuildRequires: libebl-devel %endif