Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
721cf830f7 |
@@ -1,5 +1,4 @@
|
|||||||
libdwarves1
|
libdwarves1
|
||||||
dwarves-devel
|
libdwarves-devel
|
||||||
obsoletes "libdwarves-devel-<targettype> < <version>-<release>"
|
requires -libdwarves-<targettype>
|
||||||
provides "libdwarves-devel-<targettype> = <version>-<release>"
|
|
||||||
requires "libdwarves1-<targettype> = <version>"
|
requires "libdwarves1-<targettype> = <version>"
|
||||||
|
BIN
build.specials.obscpio
(Stored with Git LFS)
BIN
build.specials.obscpio
(Stored with Git LFS)
Binary file not shown.
7
dwarves-1.25.tar.sign
Normal file
7
dwarves-1.25.tar.sign
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQR2GiIUctdOfX2qHhGyPKLppCJ+JwUCZDGsjwAKCRCyPKLppCJ+
|
||||||
|
J617AP0RoCvYxPVlRH0Hjwc54uwZ4llO8OIiA2rzIqBzoGSpAgD/U/8xfhsy2Poq
|
||||||
|
A7aAUPbx/V2csJmZ79wNpmVZxZ8CJgE=
|
||||||
|
=+8Sa
|
||||||
|
-----END PGP SIGNATURE-----
|
BIN
dwarves-1.25.tar.xz
(Stored with Git LFS)
Normal file
BIN
dwarves-1.25.tar.xz
(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.
@@ -1,33 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
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>
|
|
||||||
|
|
||||||
- Update to release 1.27
|
|
||||||
* Inject kfunc decl tags into BTF from the BTF IDs ELF section
|
|
||||||
in the Linux kernel vmlinux file.
|
|
||||||
* Support parallel reproducible builds, where it doesn't matter
|
|
||||||
how many threads are used, the end BTF encoding result is the
|
|
||||||
same.
|
|
||||||
* Initial support for BTF_KIND_DECL_TAG
|
|
||||||
* Fix pretty-printing of hole discovery with inheritance in C++.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Wed Feb 28 20:35:36 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 1.26
|
|
||||||
* Show more holes (the ones in contained types)
|
|
||||||
* Ability to express the BTF features to encode
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 9 09:05:08 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
Mon Oct 9 09:05:08 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
||||||
|
|
||||||
|
16
dwarves.spec
16
dwarves.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dwarves
|
# spec file for package dwarves
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dwarves
|
Name: dwarves
|
||||||
Version: 1.27
|
Version: 1.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DWARF utilities
|
Summary: DWARF utilities
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
@@ -87,14 +87,12 @@ dwarves is a set of tools that use the DWARF debugging information
|
|||||||
inserted in ELF binaries by compilers such as GCC, used by well known
|
inserted in ELF binaries by compilers such as GCC, used by well known
|
||||||
debuggers such as GDB, and more recent ones such as systemtap.
|
debuggers such as GDB, and more recent ones such as systemtap.
|
||||||
|
|
||||||
%package devel
|
%package -n libdwarves-devel
|
||||||
Summary: DWARF processing library development files
|
Summary: DWARF processing library development files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libdwarves1 = %version-%release
|
Requires: libdwarves1 = %version-%release
|
||||||
Obsoletes: libdwarves-devel < %version-%release
|
|
||||||
Provides: libdwarves-devel = %version-%release
|
|
||||||
|
|
||||||
%description devel
|
%description -n libdwarves-devel
|
||||||
This package contains the development files for libdwarves, a library
|
This package contains the development files for libdwarves, a library
|
||||||
for processing DWARF, a debugging data format for ELF files.
|
for processing DWARF, a debugging data format for ELF files.
|
||||||
|
|
||||||
@@ -114,9 +112,9 @@ echo "DWARVES_$ver{ global: *; };" >"$sv"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
%cmake_install
|
||||||
%python3_fix_shebang
|
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libdwarves1
|
%post -n libdwarves1 -p /sbin/ldconfig
|
||||||
|
%postun -n libdwarves1 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README NEWS
|
%doc README NEWS
|
||||||
@@ -126,7 +124,7 @@ echo "DWARVES_$ver{ global: *; };" >"$sv"
|
|||||||
%files -n libdwarves1
|
%files -n libdwarves1
|
||||||
%_libdir/*.so.1*
|
%_libdir/*.so.1*
|
||||||
|
|
||||||
%files devel
|
%files -n libdwarves-devel
|
||||||
%_libdir/*.so
|
%_libdir/*.so
|
||||||
%_includedir/*
|
%_includedir/*
|
||||||
%_datadir/%name
|
%_datadir/%name
|
||||||
|
Reference in New Issue
Block a user