forked from pool/python-pyelftools
- update to 0.31:
* Fix iter_notes to handle > 4byte segment alignment * Fix buffer overrun in NT_GNU_PROPERTY_TYPE_0 parser * add enum for v850 relocations * support for the gnu note with the aarch64 features * full changes see https://github.com/eliben/pyelftools/compare/v0.30...v0.31 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyelftools?expand=0&rev=21
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pyelftools
|
||||
Version: 0.30
|
||||
Version: 0.31
|
||||
Release: 0
|
||||
Summary: Library for analyzing ELF files and DWARF debugging information
|
||||
License: SUSE-Public-Domain
|
||||
@@ -31,7 +31,7 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Reference in New Issue
Block a user