Updating link to change in openSUSE:Factory/elfutils revision 85.0

OBS-URL: https://build.opensuse.org/package/show/Base:System/elfutils?expand=0&rev=abcb94ac599dcd344c34e446e6e6f445
This commit is contained in:
OBS User buildservice-autocommit 2021-02-16 21:35:09 +00:00 committed by Git OBS Bridge
parent d5cf8ad80c
commit b41eb1544c
8 changed files with 61 additions and 8 deletions

View File

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

Binary file not shown.

3
elfutils-0.183.tar.bz2 Normal file
View File

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

BIN
elfutils-0.183.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Feb 8 10:59:08 UTC 2021 - Martin Liška <mliska@suse.cz>
- Update to version 0.183:
debuginfod: New thread-busy metric and more detailed error metrics.
New --fdcache-mintmp and tracking of filesystem freespace.
New increased webapi concurrency while grooming.
debuginfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h which
can be used to dlopen the libdebuginfod.so library.
New function debuginfod_set_verbose_fd and
DEBUGINFOD_VERBOSE environment variable.
config: profile.sh and profile.csh won't export DEBUGINFOD_URLS unless
configured --enable-debuginfod-urls[=URLS]
elflint, readelf: Recognize SHF_GNU_RETAIN.
Handle SHT_X86_64_UNWIND as valid relocation target.
- Remove config-do-not-define-DEBUGINFOD_URLS-environment-var.patch patch.
-------------------------------------------------------------------
Mon Jan 4 12:01:02 UTC 2021 - Martin Liška <mliska@suse.cz>
- Add upstream config-do-not-define-DEBUGINFOD_URLS-environment-var.patch
in order to fix boo#1180306.
-------------------------------------------------------------------
Thu Dec 10 12:21:29 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -1,7 +1,7 @@
#
# spec file for package elfutils-debuginfod
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: elfutils-debuginfod
Version: 0.182
Version: 0.183
Release: 0
Summary: Debuginfod server provided by elfutils
License: GPL-3.0-or-later

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Feb 8 10:59:08 UTC 2021 - Martin Liška <mliska@suse.cz>
- Update to version 0.183:
debuginfod: New thread-busy metric and more detailed error metrics.
New --fdcache-mintmp and tracking of filesystem freespace.
New increased webapi concurrency while grooming.
debuginfod-client: DEBUGINFOD_SONAME macro added to debuginfod.h which
can be used to dlopen the libdebuginfod.so library.
New function debuginfod_set_verbose_fd and
DEBUGINFOD_VERBOSE environment variable.
config: profile.sh and profile.csh won't export DEBUGINFOD_URLS unless
configured --enable-debuginfod-urls[=URLS]
elflint, readelf: Recognize SHF_GNU_RETAIN.
Handle SHT_X86_64_UNWIND as valid relocation target.
- Remove config-do-not-define-DEBUGINFOD_URLS-environment-var.patch patch.
-------------------------------------------------------------------
Wed Jan 20 12:16:31 UTC 2021 - Martin Liška <mliska@suse.cz>
- Enable LTO (boo#1138796) for elfutils.spec.
-------------------------------------------------------------------
Mon Nov 30 12:03:29 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -1,7 +1,7 @@
#
# spec file for package elfutils
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: elfutils
Version: 0.182
Version: 0.183
Release: 0
Summary: Higher-level library to access ELF files
License: GPL-3.0-or-later
@ -138,7 +138,7 @@ The package is dummy.
%autosetup -p1
%build
%global _lto_cflags %{nil}
%global _lto_cflags %{_lto_cflags} -flto-partition=none -Wno-error=stack-usage= -ffat-lto-objects
# Change DATE/TIME macros to use last change time of elfutils.changes
# See http://lists.opensuse.org/opensuse-factory/2011-05/msg00304.html
modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
@ -165,6 +165,8 @@ chmod a+x tests/run*.sh
%make_install
# remove unneeded files
rm -f %{buildroot}/%{_libdir}/*.la
rm -f %{buildroot}/%{_sysconfdir}/profile.d/debuginfod.*sh
rm -f %{buildroot}/%{_libdir}/pkgconfig/libdebuginfod.pc
ls -lR %{buildroot}/%{_libdir}/libelf*
%find_lang %{name}