forked from pool/elfutils
Accepting request 637381 from Base:System
- Add disable-backtrace-dwarf-test.patch in order to work around: https://sourceware.org/bugzilla/show_bug.cgi?id=23673. (forwarded request 637018 from marxin) OBS-URL: https://build.opensuse.org/request/show/637381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=69
This commit is contained in:
commit
e69caef763
13
disable-backtrace-dwarf-test.patch
Normal file
13
disable-backtrace-dwarf-test.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||||||
|
index 29460834..00c0a1d2 100644
|
||||||
|
--- a/tests/Makefile.am
|
||||||
|
+++ b/tests/Makefile.am
|
||||||
|
@@ -123,7 +123,7 @@ TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \
|
||||||
|
run-addr2line-i-test.sh run-addr2line-i-lex-test.sh \
|
||||||
|
run-addr2line-i-demangle-test.sh run-addr2line-alt-debugpath.sh \
|
||||||
|
run-varlocs.sh run-exprlocs.sh run-funcretval.sh \
|
||||||
|
- run-backtrace-native.sh run-backtrace-data.sh run-backtrace-dwarf.sh \
|
||||||
|
+ run-backtrace-native.sh run-backtrace-data.sh \
|
||||||
|
run-backtrace-native-biarch.sh run-backtrace-native-core.sh \
|
||||||
|
run-backtrace-native-core-biarch.sh run-backtrace-core-x86_64.sh \
|
||||||
|
run-backtrace-fp-core-x86_64.sh \
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b76d8c133f68dad46250f5c223482c8299d454a69430d9aa5c19123345a000ff
|
|
||||||
size 8684782
|
|
Binary file not shown.
3
elfutils-0.174.tar.bz2
Normal file
3
elfutils-0.174.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cdf27e70076e10a29539d89e367101d516bc4aa11b0d7777fe52139e3fcad08a
|
||||||
|
size 8700793
|
BIN
elfutils-0.174.tar.bz2.sig
Normal file
BIN
elfutils-0.174.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 21 09:33:25 UTC 2018 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Add disable-backtrace-dwarf-test.patch in order to work around:
|
||||||
|
https://sourceware.org/bugzilla/show_bug.cgi?id=23673.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 17 10:21:35 UTC 2018 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Update to version 0.174
|
||||||
|
|
||||||
|
libelf, libdw and all tools now handle extended shnum and
|
||||||
|
shstrndx correctly.
|
||||||
|
|
||||||
|
elfcompress: Don't rewrite input file if no section data needs
|
||||||
|
updating. Try harder to keep same file mode bits
|
||||||
|
(suid) on rewrite.
|
||||||
|
|
||||||
|
strip: Handle mixed (out of order) allocated/non-allocated
|
||||||
|
sections.
|
||||||
|
|
||||||
|
unstrip: Handle SHT_GROUP sections.
|
||||||
|
|
||||||
|
backends: RISCV and M68K now have backend implementations to
|
||||||
|
generate CFI based backtraces.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 15 12:37:46 UTC 2018 - antoine.belvire@opensuse.org
|
Wed Aug 15 12:37:46 UTC 2018 - antoine.belvire@opensuse.org
|
||||||
|
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: elfutils
|
Name: elfutils
|
||||||
Version: 0.173
|
Version: 0.174
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Higher-level library to access ELF files
|
Summary: Higher-level library to access ELF files
|
||||||
License: SUSE-GPL-2.0-with-OSI-exception
|
License: SUSE-GPL-2.0-with-OSI-exception
|
||||||
@ -32,6 +32,8 @@ Source2: baselibs.conf
|
|||||||
Source3: %{name}.changes
|
Source3: %{name}.changes
|
||||||
Patch1: disable-tests-with-ptrace.patch
|
Patch1: disable-tests-with-ptrace.patch
|
||||||
Patch2: cfi-fix.patch
|
Patch2: cfi-fix.patch
|
||||||
|
# https://sourceware.org/bugzilla/show_bug.cgi?id=23673
|
||||||
|
Patch3: disable-backtrace-dwarf-test.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -136,6 +138,7 @@ applications that require libdw.
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%endif
|
%endif
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Change DATE/TIME macros to use last change time of elfutils.changes
|
# Change DATE/TIME macros to use last change time of elfutils.changes
|
||||||
|
Loading…
Reference in New Issue
Block a user