Sync from SUSE:SLFO:Main python-drgn revision 3d58114f7700f4c8a32262beed147611
This commit is contained in:
BIN
drgn-0.0.25.tar.gz
(Stored with Git LFS)
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
BIN
drgn-0.0.27.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
Mon Dec 4 14:46:37 UTC 2023 - Michal Koutný <mkoutny@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-drgn
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -21,17 +21,18 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
|
|
||||||
Name: python-drgn
|
Name: python-drgn
|
||||||
Version: 0.0.25
|
Version: 0.0.27
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scriptable debugger library
|
Summary: Scriptable debugger library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Tools/Debuggers
|
Group: Development/Tools/Debuggers
|
||||||
URL: https://github.com/osandov/drgn
|
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 devel}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
BuildRequires: check-devel
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libdw-devel
|
BuildRequires: libdw-devel
|
||||||
BuildRequires: libelf-devel
|
BuildRequires: libelf-devel
|
||||||
|
Reference in New Issue
Block a user