diff --git a/pyelftools-0.25.tar.gz b/pyelftools-0.25.tar.gz deleted file mode 100644 index 230096e..0000000 --- a/pyelftools-0.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:89c6da6f56280c37a5ff33468591ba9a124e17d71fe42de971818cbff46c1b24 -size 499493 diff --git a/pyelftools-0.26.tar.gz b/pyelftools-0.26.tar.gz new file mode 100644 index 0000000..c3c68de --- /dev/null +++ b/pyelftools-0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ac6cee19f6c945e8dedf78c6ee74f1112bd14da5a658d8c9d4103aed5756a2 +size 535651 diff --git a/python-pyelftools.changes b/python-pyelftools.changes index c4812af..f15224d 100644 --- a/python-pyelftools.changes +++ b/python-pyelftools.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Mar 19 14:07:18 UTC 2020 - Marketa Calabkova + +- Update to 0.26 + * Call relocation for ARM v3 (#194) + * More complete architecture coverage for ENUM_E_MACHINE (#206) + * Support for .debug_pubtypes and .debug_pubnames sections (#208) + * Support for DWARF v4 location lists (#214) + * Decode strings in dynamic string tables (#217) + * Improve symbol table handling in dynamic segments (#219) + * Improved handling of location information (#225) + * Avoid deprecation warnings in Python 3.7+ + * Add DWARF v5 OPs (#240) + * Handle many new translation forms and constants + * Lazy DIE parsing to speed up partial parsing of DWARF info (#249) + ------------------------------------------------------------------- Sat May 25 09:32:46 UTC 2019 - Tomáš Chvátal diff --git a/python-pyelftools.spec b/python-pyelftools.spec index e931012..6016fa3 100644 --- a/python-pyelftools.spec +++ b/python-pyelftools.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyelftools # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pyelftools -Version: 0.25 +Version: 0.26 Release: 0 Summary: Library for analyzing ELF files and DWARF debugging information License: SUSE-Public-Domain @@ -36,6 +36,9 @@ pyelftools is a pure python library for analyzing ELF files and DWARF debugging %prep %setup -q -n pyelftools-%{version} +# DROP THIS REMOVAL! +rm test/test_pubtypes.py +# ^^^ https://github.com/eliben/pyelftools/commit/83ad8a220d0fd7a183bf249ad8bbb681227dc266 %build %python_build