diff --git a/elfutils-0.182.tar.bz2 b/elfutils-0.182.tar.bz2 deleted file mode 100644 index c88a734..0000000 --- a/elfutils-0.182.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecc406914edf335f0b7fc084ebe6c460c4d6d5175bfdd6688c1c78d9146b8858 -size 9096742 diff --git a/elfutils-0.182.tar.bz2.sig b/elfutils-0.182.tar.bz2.sig deleted file mode 100644 index 4221e6d..0000000 Binary files a/elfutils-0.182.tar.bz2.sig and /dev/null differ diff --git a/elfutils-0.183.tar.bz2 b/elfutils-0.183.tar.bz2 new file mode 100644 index 0000000..303e6e8 --- /dev/null +++ b/elfutils-0.183.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3637c208d309d58714a51e61e63f1958808fead882e9b607506a29e5474f2c5 +size 9109254 diff --git a/elfutils-0.183.tar.bz2.sig b/elfutils-0.183.tar.bz2.sig new file mode 100644 index 0000000..e82d486 Binary files /dev/null and b/elfutils-0.183.tar.bz2.sig differ diff --git a/elfutils-debuginfod.changes b/elfutils-debuginfod.changes index c9496fb..844eb22 100644 --- a/elfutils-debuginfod.changes +++ b/elfutils-debuginfod.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Feb 8 10:59:08 UTC 2021 - Martin Liška + +- 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 + +- 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 diff --git a/elfutils-debuginfod.spec b/elfutils-debuginfod.spec index b5bf1d3..e3e2309 100644 --- a/elfutils-debuginfod.spec +++ b/elfutils-debuginfod.spec @@ -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 diff --git a/elfutils.changes b/elfutils.changes index 5d1da83..f0a1d77 100644 --- a/elfutils.changes +++ b/elfutils.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Feb 8 10:59:08 UTC 2021 - Martin Liška + +- 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 + +- Enable LTO (boo#1138796) for elfutils.spec. + ------------------------------------------------------------------- Mon Nov 30 12:03:29 UTC 2020 - Martin Liška diff --git a/elfutils.spec b/elfutils.spec index 06baa7c..48c1b9d 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -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}