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
This commit is contained in:
Jan Engelhardt 2021-01-06 11:57:55 +00:00 committed by Git OBS Bridge
parent d7e9c261ad
commit fc552bd1b1
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 6 06:07:31 UTC 2021 - Gary Ching-Pang Lin <glin@suse.com>
- 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 <jengelh@inai.de>

View File

@ -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