diff --git a/pyelftools-0.29.tar.gz b/pyelftools-0.29.tar.gz deleted file mode 100644 index 819ac2e..0000000 --- a/pyelftools-0.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec761596aafa16e282a31de188737e5485552469ac63b60cfcccf22263fd24ff -size 14079429 diff --git a/pyelftools-0.30.tar.gz b/pyelftools-0.30.tar.gz new file mode 100644 index 0000000..a5c9d6d --- /dev/null +++ b/pyelftools-0.30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc92b0d534f8b081f58c7c370967379123d8e00984deb53c209364efd575b40 +size 14018469 diff --git a/python-pyelftools.changes b/python-pyelftools.changes index 19b92e0..bfc4973 100644 --- a/python-pyelftools.changes +++ b/python-pyelftools.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 14 20:57:11 UTC 2023 - Dirk Müller + +- update to update to 0.30: + * Optimization: cache instantiation of DWARF structs + * DWARFv5 CU headers + * Bug fix in attribute reporting for DWA_FORM_indirect + * Support for RISC-V attributes + * Readelf used for testing upgraded to 2.41 + * Support for MIPS64 object files + * LoongArch support + ------------------------------------------------------------------- Wed Oct 5 00:06:09 UTC 2022 - Yogalakshmi Arunachalam @@ -8,7 +20,7 @@ Wed Oct 5 00:06:09 UTC 2022 - Yogalakshmi Arunachalam - Support for supplementary object files - debug fission (#426) - Improved support for corrupted ELF headers (#434) - Readelf used for testing upgraded to 2.38 (#420) - - Add auto-testing vs. llvm-dwarfdump (#428) + - Add auto-testing vs. llvm-dwarfdump (#428) ------------------------------------------------------------------- Mon Mar 21 08:09:29 UTC 2022 - Dirk Müller @@ -84,4 +96,4 @@ Sat May 25 09:32:46 UTC 2019 - Tomáš Chvátal ------------------------------------------------------------------- Fri May 18 13:24:57 UTC 2018 - yousaf.kaukab@suse.com -- Intial package +- Intial package diff --git a/python-pyelftools.spec b/python-pyelftools.spec index ab08f99..9e5a6d6 100644 --- a/python-pyelftools.spec +++ b/python-pyelftools.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyelftools # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.29 +Version: 0.30 Release: 0 Summary: Library for analyzing ELF files and DWARF debugging information License: SUSE-Public-Domain