diff --git a/pyelftools-0.27.tar.gz b/pyelftools-0.27.tar.gz deleted file mode 100644 index 81d97a7..0000000 --- a/pyelftools-0.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b -size 2636011 diff --git a/pyelftools-0.28.tar.gz b/pyelftools-0.28.tar.gz new file mode 100644 index 0000000..066be12 --- /dev/null +++ b/pyelftools-0.28.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e5609cac016471d40bd88dc410cd90755942c25e58a61021cfdf7abdfeacff +size 2683152 diff --git a/python-pyelftools.changes b/python-pyelftools.changes index 85dc83d..80236f5 100644 --- a/python-pyelftools.changes +++ b/python-pyelftools.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Mar 21 08:09:29 UTC 2022 - Dirk Müller + +- update to 0.28: + * Added a method for returning the index of a section by name + * Allow filtering by section types in iter_sections + * Support Android compressed rel/rela sections + * Initial support for PPC64LE + * Initial DWARF v5 support + * Fixed parsing for structures containing uids or gids in core + dumps + * Allow filtering by segment types in iter_segments + * Add support for .note.gnu.property + * Update readelf tests to work with more recent version of + readelf + * Add support for note GNU_PROPERTY_X86_FEATURE_1_AND + ------------------------------------------------------------------- Sun Apr 04 21:40:51 UTC 2021 - Mustafa Çalışkan diff --git a/python-pyelftools.spec b/python-pyelftools.spec index 73502d1..c3fad13 100644 --- a/python-pyelftools.spec +++ b/python-pyelftools.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyelftools # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.27 +Version: 0.28 Release: 0 Summary: Library for analyzing ELF files and DWARF debugging information License: SUSE-Public-Domain