From 35e7165ba5580ea7bb4a9f4501db241c0e8be882a5ca6ec8383aad6da3bf3312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Thu, 29 Jun 2023 10:29:24 +0000 Subject: [PATCH] - Update to drgn-0.0.23: * Support Linux 6.3 and 6.4 * Full s390x support * Extend idr helpers for pre-4.11 Linux * Support GNU-style compressed .zdebug_* sections * New scripts in contrib OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/python-drgn?expand=0&rev=8 --- drgn-0.0.22.tar.gz | 3 --- drgn-0.0.23.tar.gz | 3 +++ python-drgn.changes | 10 ++++++++++ python-drgn.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 drgn-0.0.22.tar.gz create mode 100644 drgn-0.0.23.tar.gz diff --git a/drgn-0.0.22.tar.gz b/drgn-0.0.22.tar.gz deleted file mode 100644 index 0c32d70..0000000 --- a/drgn-0.0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:361cf21d39d74e936702c20498e76371379ffe84424dd7c0d24cf5e15975c3ff -size 643719 diff --git a/drgn-0.0.23.tar.gz b/drgn-0.0.23.tar.gz new file mode 100644 index 0000000..5551708 --- /dev/null +++ b/drgn-0.0.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f947ebd80171499b4a226193ecdcc2181d11c48a0f9537950beea3ee2cd0506a +size 1083964 diff --git a/python-drgn.changes b/python-drgn.changes index d4da447..da6b036 100644 --- a/python-drgn.changes +++ b/python-drgn.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 29 09:48:44 UTC 2023 - Petr Tesařík + +- Update to drgn-0.0.23: + * Support Linux 6.3 and 6.4 + * Full s390x support + * Extend idr helpers for pre-4.11 Linux + * Support GNU-style compressed .zdebug_* sections + * New scripts in contrib + ------------------------------------------------------------------- Sat Jan 7 20:40:49 UTC 2023 - Petr Tesařík diff --git a/python-drgn.spec b/python-drgn.spec index 231c5f6..1d4b3f5 100644 --- a/python-drgn.spec +++ b/python-drgn.spec @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python3-%{**}} Name: python-drgn -Version: 0.0.22 +Version: 0.0.23 Release: 0 Summary: Scriptable debugger library License: LGPL-2.1-or-later