diff options
author | Mark Wielaard <[email protected]> | 2016-12-27 15:23:53 +0100 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2016-12-27 15:23:53 +0100 |
commit | 515dd0acc77673c953380bcf5ccfb05b83c5a3ab (patch) | |
tree | 35c1e6df44d665bcd744fc1dfc9f1a126fc18208 /config/elfutils.spec.in | |
parent | 1700fd25e6caf26663af2bd994d1d99fab9df59f (diff) |
Prepare for elfutils 0.168 release.elfutils-0.168
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'config/elfutils.spec.in')
-rw-r--r-- | config/elfutils.spec.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 9b87d05b..c9dd6248 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -1,11 +1,12 @@ # -*- rpm-spec-*- -Summary: A collection of utilities and DSOs to handle compiled objects +Summary: A collection of utilities and DSOs to handle ELF files and DWARF data Name: elfutils Version: @PACKAGE_VERSION@ Release: 1 +URL: http://elfutils.org/ License: GPLv3+ and (GPLv2+ or LGPLv3+) Group: Development/Tools -Source: elfutils-%{version}.tar.bz2 +Source: ftp://sourceware.org/pub/elfutils/%{version}/elfutils-%{version}.tar.bz2 Obsoletes: libelf libelf-devel Requires: elfutils-libelf = %{version}-%{release} Requires: glibc >= 2.7 @@ -226,6 +227,12 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysctldir}/10-default-yama-scope.conf %changelog +* Tue Dec 27 2016 Mark Wielaard <[email protected]> 0.168-1 +- http://elfutils.org/ is now hosted at http://sourceware.org/elfutils/ +- libelf: gelf_newehdr and gelf_newehdr now return void *. +- libdw: dwarf.h corrected the DW_LANG_PLI constant name (was DW_LANG_PL1). +- readelf: Add optional --symbols[=SECTION] argument to select section name. + * Thu Aug 4 2016 Mark Wielaard <[email protected]> 0.167-1 - libasm: Add eBPF disassembler for EM_BPF files. - backends: Add m68k and BPF backends. |