Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-drgn for openSUSE:Factory checked in at 2023-01-09 17:23:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-drgn (Old) and /work/SRC/openSUSE:Factory/.python-drgn.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-drgn" Mon Jan 9 17:23:29 2023 rev:3 rq:1057008 version:0.0.22 Changes: -------- --- /work/SRC/openSUSE:Factory/python-drgn/python-drgn.changes 2022-10-15 16:40:31.330595303 +0200 +++ /work/SRC/openSUSE:Factory/.python-drgn.new.32243/python-drgn.changes 2023-01-09 17:23:31.383063544 +0100 @@ -1,0 +2,22 @@ +Sat Jan 7 20:40:49 UTC 2023 - Petr TesaÅÃk <[email protected]> + +- Update to drgn-0.0.22: + * License changed to LGPLv2.1+. + * Linux kernel support was tested up to Linux 6.2-rc2. + * Oldest kernel version officially supported is now 4.9. + * The StackFrame.locals() method was added. + * The StackFrame.sp attribute was added. + * Helpers for XArrays were added. + * The drgn.helpers.linux.slab.get_slab_aliases() helper was added. + * The drgn.helpers.linux.slab.slab_object_info() helper was added. + * The drgn.helpers.common.memory.identify_address() helper now + provide the offset from the beginning of the slab object and + whether it is allocated or free. + * The drgn.helpers.common.stack.print_annotated_stack() helper was + added. + * Support for Linux kernel modules and stack unwinding on s390x. + * Partial support for looking up types with C++ template + arguments. + * Parsing debug info for C++ template parameter packs. + +------------------------------------------------------------------- Old: ---- drgn-0.0.21.tar.gz New: ---- drgn-0.0.22.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-drgn.spec ++++++ --- /var/tmp/diff_new_pack.PJsmwN/_old 2023-01-09 17:23:32.075067460 +0100 +++ /var/tmp/diff_new_pack.PJsmwN/_new 2023-01-09 17:23:32.079067483 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-drgn # -# 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 @@ -21,19 +21,22 @@ %{?!python_module:%define python_module() python3-%{**}} Name: python-drgn -Version: 0.0.21 +Version: 0.0.22 Release: 0 Summary: Scriptable debugger library -License: GPL-3.0-or-later +License: LGPL-2.1-or-later Group: Development/Tools/Debuggers URL: https://github.com/osandov/drgn Source: https://files.pythonhosted.org/packages/source/d/drgn/drgn-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes BuildRequires: libdw-devel BuildRequires: libelf-devel BuildRequires: libkdumpfile-devel +BuildRequires: libtool BuildRequires: python-rpm-macros %python_subpackages ++++++ drgn-0.0.21.tar.gz -> drgn-0.0.22.tar.gz ++++++ ++++ 74456 lines of diff (skipped)
