forked from pool/dwarves
Compare commits
10 Commits
Author | SHA256 | Date | |
---|---|---|---|
31deead4fc | |||
170171cce3 | |||
822d10ed8d | |||
383afda2b1 | |||
81e2a55ae9 | |||
e60f550d2e | |||
|
57d90451ca | ||
18837ef984 | |||
34eb2c57f4 | |||
34e726b937 |
@@ -1,5 +1,5 @@
|
||||
libdwarves1
|
||||
dwarves-devel
|
||||
obsoletes "libdwarves-devel < <version>-<release>"
|
||||
provides "libdwarves-devel = <version>-<release>"
|
||||
obsoletes "libdwarves-devel-<targettype> < <version>-<release>"
|
||||
provides "libdwarves-devel-<targettype> = <version>-<release>"
|
||||
requires "libdwarves1-<targettype> = <version>"
|
||||
|
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
BIN
build.specials.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCZmio+QAKCRCyPKLppCJ+
|
||||
JyE1AQD5BWhUPOeQEwVh/rBTXsc6uWZ34DBSsv0fV0eOXCVGTwD9FP/16dH1btvC
|
||||
C1PAX7DVCD2+G5Dama5ilsYG8oLnWA0=
|
||||
=NexU
|
||||
-----END PGP SIGNATURE-----
|
BIN
dwarves-1.27.tar.xz
(Stored with Git LFS)
BIN
dwarves-1.27.tar.xz
(Stored with Git LFS)
Binary file not shown.
7
dwarves-1.30.tar.sign
Normal file
7
dwarves-1.30.tar.sign
Normal file
@@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iHUEABYKAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCaAF9IQAKCRCyPKLppCJ+
|
||||
J+O2AP9Rt9syHoYBvvULlbCaxyfkGc5NLkKTNemXrPH79y+ZqgEAxutyHVpUKgm5
|
||||
P6r6uh27G/tmTSecPQ+NvmUQuHQBmgQ=
|
||||
=TBEs
|
||||
-----END PGP SIGNATURE-----
|
3
dwarves-1.30.tar.xz
Normal file
3
dwarves-1.30.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c89f47dc4f127c4b9d3fb46c8386a40be45c36ef82e8df472418de9423fc5bb
|
||||
size 2345336
|
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 5 19:42:00 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.30
|
||||
* dwarf_loader: Add support for DW_TAG_GNU_formal_parameter_pack
|
||||
and DW_TAG_GNU_template_parameter_pack.
|
||||
* dwarf_loader: Check DW_OP_[GNU_]entry_value for possible
|
||||
parameter matching.
|
||||
* pahole: Introduce new options --with_embedded_flexible_array
|
||||
and --btf_feature=attributes.
|
||||
* pahole: Add --padding N to show only structs with N bytes of
|
||||
padding at its end.
|
||||
* pahole: Add --padding_ge N to show only structs with at least N
|
||||
bytes of padding at its end.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 13:37:28 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Make package build succeed with cmake 4.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 08:35:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- fix baselibs.conf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 10:56:17 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
- remove dependency on /usr/bin/python3 using
|
||||
%python3_fix_shebang macro, [bsc#1212476]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 12 09:09:41 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package dwarves
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: dwarves
|
||||
Version: 1.27
|
||||
Version: 1.30
|
||||
Release: 0
|
||||
Summary: DWARF utilities
|
||||
License: GPL-2.0-only
|
||||
@@ -109,11 +109,13 @@ echo "DWARVES_$ver{ global: *; };" >"$sv"
|
||||
%if 0%{?have_libbpf}
|
||||
-DLIBBPF_EMBEDDED=OFF \
|
||||
%endif
|
||||
-DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--version-script=$sv"
|
||||
-DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--version-script=$sv" \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.28
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
%python3_fix_shebang
|
||||
|
||||
%ldconfig_scriptlets -n libdwarves1
|
||||
|
||||
|
Reference in New Issue
Block a user