Accepting request 1177390 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1177390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/elfutils?expand=0&rev=113
This commit is contained in:
Ana Guerrero 2024-05-31 20:15:15 +00:00 committed by Git OBS Bridge
parent 5f90bfdfb5
commit 4706b16032
4 changed files with 40 additions and 2 deletions

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue May 21 15:45:51 UTC 2024 - Michael Matz <matz@suse.com>
- Add "-g" to %optflags, so that the tests work in all repos,
with or without globally enabled debuginfo creation.
-------------------------------------------------------------------
Sun Mar 17 17:39:35 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.191:
* libdw: dwarf_addrdie now supports binaries lacking a
.debug_aranges section.
* Improved support for DWARF package files. Add new
function dwarf_cu_dwp_section_info.
* debuginfod: Caching eviction logic improvements to improve
retention of small/frequent/slow files such as Fedora's
vdso.debug.
* srcfiles: Can now fetch the source files of a DWARF/ELF file
and place them into a zip.
- drop fix_gcc14_errors.patch (upstream)
-------------------------------------------------------------------
Tue Mar 5 08:51:07 UTC 2024 - Michal Jireš <michal.jires@suse.com>
- Add fix_gcc14_errors.patch (bsc#1220464)
-------------------------------------------------------------------
Tue Jan 9 08:47:09 UTC 2024 - Richard Biener <rguenther@suse.com>

View File

@ -130,8 +130,11 @@ URL for a distribution.
%build
%sysusers_generate_pre %{SOURCE4} %{name} %{name}.conf
# tests need debug info enabled (boo#1031556) but some repos don't
# do that by default. Some others do (when debuginfo is globally enabled)
# so just enable this always, for all compilations
%global optflags %{optflags} -g
export CFLAGS="%optflags -Werror=date-time"
CFLAGS+=" -g" # tests need debug info enabled (boo#1031556)
%ifarch %sparc
# Small PIC model not sufficient
CFLAGS+=" -fPIC"

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 21 15:45:51 UTC 2024 - Michael Matz <matz@suse.com>
- Add "-g" to %optflags, so that the tests work in all repos,
with or without globally enabled debuginfo creation.
-------------------------------------------------------------------
Sun Mar 17 17:39:35 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -152,8 +152,11 @@ The package is dummy.
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
# tests need debug info enabled (boo#1031556) but some repos don't
# do that by default. Some others do (when debuginfo is globally enabled)
# so just enable this always, for all compilations
%global optflags %{optflags} -g
export CFLAGS="%optflags -Werror=date-time"
CFLAGS+=" -g" # tests need debug info enabled (boo#1031556)
%ifarch %sparc
# Small PIC model not sufficient
CFLAGS+=" -fPIC"