From fcaf740c16004e36e5bdb7152ae49d25805d9dea Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 5 Oct 2009 17:36:43 +0000 Subject: 0.143-1 - Update to 0.143 - libdw: Various convenience functions for individual attributes now use dwarf_attr_integrate to look up indirect inherited attributes. Location expression handling now supports DW_OP_implicit_value. - libdwfl: Support automatic decompression of files in XZ format, and of Linux kernel images made with bzip2 or LZMA (as well as gzip). --- elfutils.spec | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) (limited to 'elfutils.spec') diff --git a/elfutils.spec b/elfutils.spec index 7b51df8e..9bf5d833 100644 --- a/elfutils.spec +++ b/elfutils.spec @@ -1,4 +1,4 @@ -%define eu_version 0.141 +%define eu_version 0.143 %define eu_release 1 %if %{?_with_compat:1}%{!?_with_compat:0} @@ -27,7 +27,7 @@ Version: %{eu_version} %if !%{compat} Release: %{eu_release}%{?dist} %else -Release: 0.%{eu_release}.1 +Release: 0.%{eu_release} %endif License: GPLv2 with exceptions Group: Development/Tools @@ -50,12 +50,20 @@ BuildRequires: glibc-headers >= 2.3.4-11 BuildRequires: gcc >= 3.2 %endif -%define use_zlib 0 +%define use_zlib 0 %if 0%{?fedora} >= 5 -%define use_zlib 1 +%define use_zlib 1 %endif %if 0%{?rhel} >= 5 -%define use_zlib 1 +%define use_zlib 1 +%endif + +%define use_xz 0 +%if 0%{?fedora} >= 10 +%define use_xz 1 +%endif +%if 0%{?rhel} >= 6 +%define use_xz 1 %endif %if %{use_zlib} @@ -63,6 +71,10 @@ BuildRequires: zlib-devel >= 1.2.2.3 BuildRequires: bzip2-devel %endif +%if %{use_xz} +BuildRequires: xz-devel +%endif + %define _gnu %{nil} %define _program_prefix eu- @@ -276,6 +288,27 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/libelf.a %changelog +* Mon Sep 21 2009 Roland McGrath - 0.143-1 +- Update to 0.143 + - libdw: Various convenience functions for individual attributes now use + dwarf_attr_integrate to look up indirect inherited attributes. + Location expression handling now supports DW_OP_implicit_value. + - libdwfl: Support automatic decompression of files in XZ format, + and of Linux kernel images made with bzip2 or LZMA + (as well as gzip). + +* Tue Jul 28 2009 Roland McGrath - 0.142-1 +- Update to 0.142 + - libelf: Bug fix in filling gaps between sections. (#512840) + - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx + alias for elf_getshstrndx and deprecate original names. + - libebl, elflint: Add support for STB_GNU_UNIQUE. (#511436) + - readelf: Add -N option, speeds up DWARF printing + without address->name lookups. (#505347) + - libdw: Add support for decoding DWARF CFI into location description form. + Handle some new DWARF 3 expression operations previously omitted. + Basic handling of some new encodings slated for DWARF 4. + * Thu Apr 23 2009 Roland McGrath - 0.141-1 - Update to 0.141 - libebl: sparc backend fixes (#490585) -- cgit v1.2.1