SHA256
1
0
forked from pool/dwarves

10 Commits

Author SHA256 Message Date
31deead4fc Accepting request 1283445 from devel:tools
- Update to release 1.30

OBS-URL: https://build.opensuse.org/request/show/1283445
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwarves?expand=0&rev=46
2025-06-10 06:57:53 +00:00
170171cce3 dwarves 1.30
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=105
2025-06-05 19:48:03 +00:00
822d10ed8d Accepting request 1270043 from devel:tools
- Make package build succeed with cmake 4.0

OBS-URL: https://build.opensuse.org/request/show/1270043
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwarves?expand=0&rev=45
2025-04-18 14:14:19 +00:00
383afda2b1 Support cmake 4.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=104
2025-04-16 13:42:43 +00:00
81e2a55ae9 Accepting request 1204898 from devel:tools
- fix baselibs.conf

- Don't require libebl-plugins on suse_version >= 1550
- update to 1.8 release

OBS-URL: https://build.opensuse.org/request/show/1204898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwarves?expand=0&rev=44
2024-10-02 19:32:35 +00:00
e60f550d2e - fix baselibs.conf
- Don't require libebl-plugins on suse_version >= 1550
- update to 1.8 release

OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=103
2024-10-01 08:35:57 +00:00
OBS User unknown
57d90451ca [info=b8e4f4c3237d54b5d3fee563149d62856ed6a8a5dc7b2f03abe3899ff6259624]
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=102
2024-07-17 01:15:46 +00:00
18837ef984 [info=dc004630e2b638b1a09e638e633bdf498f2544c4eff9af58429b5c75a263ff78]
OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=101
2024-07-09 17:49:12 +00:00
34eb2c57f4 Accepting request 1181908 from devel:tools
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476] (forwarded request 1181904 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/1181908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dwarves?expand=0&rev=43
2024-06-21 14:02:21 +00:00
34e726b937 - remove dependency on /usr/bin/python3 using
%python3_fix_shebang macro, [bsc#1212476]

OBS-URL: https://build.opensuse.org/package/show/devel:tools/dwarves?expand=0&rev=99
2024-06-20 11:17:21 +00:00
8 changed files with 54 additions and 18 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -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)

Binary file not shown.

7
dwarves-1.30.tar.sign Normal file
View 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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c89f47dc4f127c4b9d3fb46c8386a40be45c36ef82e8df472418de9423fc5bb
size 2345336

View File

@@ -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>

View File

@@ -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