Sync from SUSE:SLFO:Main python-drgn revision 3d58114f7700f4c8a32262beed147611

This commit is contained in:
Adrian Schröter 2024-10-01 10:33:31 +02:00
parent b5838fe52a
commit 58f6524f9c
4 changed files with 31 additions and 6 deletions

BIN
drgn-0.0.25.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
drgn-0.0.27.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Sep 26 16:45:15 UTC 2024 - Michal Koutný <mkoutny@suse.com>
- Update RPM's Source: to match tarball proper
-------------------------------------------------------------------
Tue Jul 2 03:32:44 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
- Update to drgn-0.0.27:
* Linux 6.9 and 6.10 support
* New helpers for interpreting memory
* New scripts in contrib
-------------------------------------------------------------------
Tue Mar 12 18:14:42 UTC 2024 - Petr Tesařík <petr@tesarici.cz>
- 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ý <mkoutny@suse.com>

View File

@ -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,17 +21,18 @@
%{?!python_module:%define python_module() python3-%{**}}
Name: python-drgn
Version: 0.0.25
Version: 0.0.27
Release: 0
Summary: Scriptable debugger library
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
Source: https://github.com/osandov/drgn/archive/refs/tags/v%{version}.tar.gz#/drgn-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: check-devel
BuildRequires: fdupes
BuildRequires: libdw-devel
BuildRequires: libelf-devel