From a23db336ddd4ee7d7b97f91619d6f40e0c040acff6202d814c357703e18dbe4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Tue, 12 Mar 2024 18:22:07 +0000 Subject: [PATCH] Accepting request 1157311 from home:ptesarik:branches:Kernel:kdump - Update to drgn-0.0.26: * Linux 6.8 Support * Python 3.13 Support * new tool: fsrefs.py * new Linux helpers: print_dmesg(), idr_for_each_entry(), stack_depot_fetch(), priority-sorted lists * support split DWARF package (.dwp) files OBS-URL: https://build.opensuse.org/request/show/1157311 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-drgn?expand=0&rev=14 --- drgn-0.0.25.tar.gz | 3 --- drgn-0.0.26.tar.gz | 3 +++ python-drgn.changes | 11 +++++++++++ python-drgn.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 drgn-0.0.25.tar.gz create mode 100644 drgn-0.0.26.tar.gz diff --git a/drgn-0.0.25.tar.gz b/drgn-0.0.25.tar.gz deleted file mode 100644 index 1305ef9..0000000 --- a/drgn-0.0.25.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70061968673b0bb74ceaa37c0d3f33390d297d2222f37b3dc341514b0c5216ff -size 695093 diff --git a/drgn-0.0.26.tar.gz b/drgn-0.0.26.tar.gz new file mode 100644 index 0000000..f0e90e6 --- /dev/null +++ b/drgn-0.0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1893a492830bb36f46db86269e05da7476dffcea7b751f0b250e8e16464d55 +size 728176 diff --git a/python-drgn.changes b/python-drgn.changes index c693615..dae1679 100644 --- a/python-drgn.changes +++ b/python-drgn.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 12 18:14:42 UTC 2024 - Petr Tesařík + +- Update to drgn-0.0.26: + * Linux 6.8 Support + * Python 3.13 Support + * new tool: fsrefs.py + * new Linux helpers: print_dmesg(), idr_for_each_entry(), + stack_depot_fetch(), priority-sorted lists + * support split DWARF package (.dwp) files + ------------------------------------------------------------------- Mon Dec 4 14:46:37 UTC 2023 - Michal Koutný diff --git a/python-drgn.spec b/python-drgn.spec index b47c5f9..e2c34ec 100644 --- a/python-drgn.spec +++ b/python-drgn.spec @@ -1,7 +1,7 @@ # # spec file for package python-drgn # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python3-%{**}} Name: python-drgn -Version: 0.0.25 +Version: 0.0.26 Release: 0 Summary: Scriptable debugger library License: LGPL-2.1-or-later