1 Commits

8 changed files with 18 additions and 47 deletions

View File

@@ -1,5 +1,5 @@
libdwarves1
dwarves-devel
obsoletes "libdwarves-devel-<targettype> < <version>-<release>"
provides "libdwarves-devel-<targettype> = <version>-<release>"
obsoletes "libdwarves-devel < <version>-<release>"
provides "libdwarves-devel = <version>-<release>"
requires "libdwarves1-<targettype> = <version>"

BIN
build.specials.obscpio (Stored with Git LFS)

Binary file not shown.

7
dwarves-1.27.tar.sign Normal file
View File

@@ -0,0 +1,7 @@
-----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) Normal file

Binary file not shown.

View File

@@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABYKAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCaAF9IQAKCRCyPKLppCJ+
J+O2AP9Rt9syHoYBvvULlbCaxyfkGc5NLkKTNemXrPH79y+ZqgEAxutyHVpUKgm5
P6r6uh27G/tmTSecPQ+NvmUQuHQBmgQ=
=TBEs
-----END PGP SIGNATURE-----

View File

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

View File

@@ -1,28 +1,3 @@
-------------------------------------------------------------------
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
@@ -288,7 +263,7 @@ Wed Sep 2 08:39:24 UTC 2020 - Jiri Slaby <jslaby@suse.com>
-------------------------------------------------------------------
Tue May 19 11:44:37 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
- Don't require libebl-plugins on suse_version >= 1550
- Don't require libebl-plugins on suse_version >= 1550
-------------------------------------------------------------------
Sun Mar 15 18:57:27 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
@@ -407,7 +382,7 @@ Wed Apr 13 16:37:41 UTC 2011 - mgorman@suse.de
-------------------------------------------------------------------
Mon May 3 14:20:14 UTC 2010 - lchiquitto@novell.com
- update to 1.8 release
- update to 1.8 release
-------------------------------------------------------------------
Fri Feb 29 18:33:01 CET 2008 - dmueller@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package dwarves
#
# Copyright (c) 2025 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
@@ -25,7 +25,7 @@
%endif
Name: dwarves
Version: 1.30
Version: 1.27
Release: 0
Summary: DWARF utilities
License: GPL-2.0-only
@@ -104,13 +104,12 @@ for processing DWARF, a debugging data format for ELF files.
%build
sv="$PWD/lib.v"
ver=$(echo %version | cut -d+ -f1)
echo "DWARVES_$ver { global: *; };" >"$sv"
echo "DWARVES_$ver{ global: *; };" >"$sv"
%cmake \
%if 0%{?have_libbpf}
-DLIBBPF_EMBEDDED=OFF \
%endif
-DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--version-script=$sv" \
-DCMAKE_POLICY_VERSION_MINIMUM=3.28
-DCMAKE_SHARED_LINKER_FLAGS:STRING="-Wl,--version-script=$sv"
%cmake_build
%install