Blame SPECS/elfutils.spec

46be0c
# For RHEL8 we need this before using any scl macro.
46be0c
%global __python /usr/bin/python3
46be0c
46be0c
%{?scl:%{?scl_package:%scl_package elfutils}}
46be0c
46be0c
Name: %{?scl_prefix}elfutils
46be0c
Summary: A collection of utilities and DSOs to handle ELF files and DWARF data
46be0c
Version: 0.176
46be0c
%global baserelease 5
46be0c
URL: http://elfutils.org/
46be0c
%global source_url ftp://sourceware.org/pub/elfutils/%{version}/
46be0c
License: GPLv3+ and (GPLv2+ or LGPLv3+)
46be0c
Group: Development/Tools
46be0c
46be0c
Release: %{baserelease}%{?dist}
46be0c
46be0c
%global provide_yama_scope	0
46be0c
46be0c
# For DTS we never provide the default yama scope.
46be0c
46be0c
%global depsuffix %{?_isa}%{!?_isa:-%{_arch}}
46be0c
46be0c
Source: %{?source_url}elfutils-%{version}.tar.bz2
46be0c
46be0c
# Libraries in Developer Toolset are linked in statically to allow
46be0c
# compiled binaries to run even when DTS is not installed.
46be0c
# So we provide linker scripts for all libraries.
46be0c
Source2: libelf.so
46be0c
Source3: libdw.so
46be0c
Source4: libasm.so
46be0c
Source5: libelf.a
46be0c
Source6: libdw.a
46be0c
Source7: libasm.a
46be0c
46be0c
# Patches
46be0c
Patch1: elfutils-0.176-gcc-pr88835.patch
46be0c
Patch2: elfutils-0.176-xlate-note.patch
46be0c
Patch3: elfutils-0.176-elf-update.patch
46be0c
Patch4: elfutils-0.176-strip-symbols-illformed.patch
46be0c
46be0c
# DTS specific patches.
46be0c
Patch100: elfutils-0.176-dts.patch
46be0c
Patch101: elfutils-dts-libs-version.patch
46be0c
6b42c1
Patch1001: elfutils-dts9-armhfp.patch
6b42c1
46be0c
Requires: %{?scl_prefix}elfutils-libelf%{depsuffix} = %{version}-%{release}
46be0c
Requires: %{?scl_prefix}elfutils-libs%{depsuffix} = %{version}-%{release}
46be0c
46be0c
BuildRequires: gettext
46be0c
BuildRequires: bison >= 1.875
46be0c
BuildRequires: flex >= 2.5.4a
46be0c
BuildRequires: bzip2
46be0c
BuildRequires: gcc >= 4.4
46be0c
# For libstdc++ demangle support
46be0c
BuildRequires: gcc-c++
46be0c
46be0c
BuildRequires: zlib-devel >= 1.2.2.3
46be0c
BuildRequires: bzip2-devel
46be0c
BuildRequires: xz-devel
46be0c
46be0c
# For DTS because the dts patch changes automake files.
46be0c
BuildRequires: autoconf automake
46be0c
46be0c
%{?scl:Requires:%scl_runtime}
46be0c
46be0c
%global _gnu %{nil}
46be0c
%global _program_prefix eu-
46be0c
46be0c
# The lib[64]/elfutils directory contains the private ebl backend
46be0c
# libraries. They must not be exposed as global provides. We don't
46be0c
# need to filter the requires since they are only loaded with dlopen.
46be0c
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
46be0c
%global __provides_exclude ^libebl_.*\\.so.*$
46be0c
%endif
46be0c
46be0c
%description
46be0c
Elfutils is a collection of utilities, including stack (to show
46be0c
backtraces), nm (for listing symbols from object files), size
46be0c
(for listing the section sizes of an object or archive file),
46be0c
strip (for discarding symbols), readelf (to see the raw ELF file
46be0c
structures), elflint (to check for well-formed ELF files) and
46be0c
elfcompress (to compress or decompress ELF sections).
46be0c
46be0c
46be0c
%package libs
46be0c
Summary: Libraries to handle compiled objects
46be0c
Group: Development/Tools
46be0c
License: GPLv2+ or LGPLv3+
46be0c
%if 0%{!?_isa:1}
46be0c
Provides: %{?scl_prefix}elfutils-libs%{depsuffix} = %{version}-%{release}
46be0c
%endif
46be0c
Requires: %{?scl_prefix}elfutils-libelf%{depsuffix} = %{version}-%{release}
46be0c
%if %{provide_yama_scope}
46be0c
Requires: default-yama-scope
46be0c
%endif
46be0c
46be0c
%description libs
46be0c
The elfutils-libs package contains libraries which implement DWARF, ELF,
46be0c
and machine-specific ELF handling.  These libraries are used by the programs
46be0c
in the elfutils package.  The elfutils-devel package enables building
46be0c
other programs using these libraries.
46be0c
46be0c
%package devel
46be0c
Summary: Development libraries to handle compiled objects
46be0c
Group: Development/Tools
46be0c
License: GPLv2+ or LGPLv3+
46be0c
%if 0%{!?_isa:1}
46be0c
Provides: %{?scl_prefix}elfutils-devel%{depsuffix} = %{version}-%{release}
46be0c
%endif
46be0c
Requires: %{?scl_prefix}elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
46be0c
Requires: zlib-devel >= 1.2.2.3
46be0c
Requires: bzip2-devel
46be0c
Requires: xz-devel
46be0c
46be0c
%description devel
46be0c
The elfutils-devel package contains the libraries to create
46be0c
applications for handling compiled objects.  libebl provides some
46be0c
higher-level ELF access functionality.  libdw provides access to
46be0c
the DWARF debugging information.  libasm provides a programmable
46be0c
assembler interface.
46be0c
46be0c
%package libelf
46be0c
Summary: Library to read and write ELF files
46be0c
Group: Development/Tools
46be0c
License: GPLv2+ or LGPLv3+
46be0c
%if 0%{!?_isa:1}
46be0c
Provides: %{?scl_prefix}elfutils-libelf%{depsuffix} = %{version}-%{release}
46be0c
%endif
46be0c
46be0c
%description libelf
46be0c
The elfutils-libelf package provides a DSO which allows reading and
46be0c
writing ELF files on a high level.  Third party programs depend on
46be0c
this package to read internals of ELF files.  The programs of the
46be0c
elfutils package use it also to generate new ELF files.
46be0c
46be0c
%package libelf-devel
46be0c
Summary: Development support for libelf
46be0c
Group: Development/Tools
46be0c
License: GPLv2+ or LGPLv3+
46be0c
%if 0%{!?_isa:1}
46be0c
Provides: %{?scl_prefix}elfutils-libelf-devel%{depsuffix} = %{version}-%{release}
46be0c
%endif
46be0c
46be0c
%description libelf-devel
46be0c
The elfutils-libelf-devel package contains the libraries to create
46be0c
applications for handling compiled objects.  libelf allows you to
46be0c
access the internals of the ELF object file format, so you can see the
46be0c
different sections of an ELF file.
46be0c
46be0c
%if %{provide_yama_scope}
46be0c
%package default-yama-scope
46be0c
Summary: Default yama attach scope sysctl setting
46be0c
Group: Development/Tools
46be0c
License: GPLv2+ or LGPLv3+
46be0c
Provides: default-yama-scope
46be0c
BuildArch: noarch
46be0c
# For the sysctl_apply macro
46be0c
%{?systemd_requires}
46be0c
BuildRequires: systemd >= 215
46be0c
46be0c
%description default-yama-scope
46be0c
Yama sysctl setting to enable default attach scope settings
46be0c
enabling programs to use ptrace attach, access to
46be0c
/proc/PID/{mem,personality,stack,syscall}, and the syscalls
46be0c
process_vm_readv and process_vm_writev which are used for
46be0c
interprocess services, communication and introspection
46be0c
(like synchronisation, signaling, debugging, tracing and
46be0c
profiling) of processes.
46be0c
%endif
46be0c
46be0c
%prep
46be0c
%setup -q -n elfutils-%{version}
46be0c
46be0c
# Apply patches
46be0c
%patch1 -p1 -b .gcc-pr88835
46be0c
%patch2 -p1 -b .xlate-note
46be0c
%patch3 -p1 -b .elf-update
46be0c
%patch4 -p1 -b .strip-illformed
46be0c
46be0c
46be0c
# DTS specific patches
46be0c
%patch100 -p1 -b .dts
46be0c
%patch101 -p1 -b .versions
46be0c
6b42c1
%ifarch %{arm}
6b42c1
%patch1001 -p1 -b .armhfp
6b42c1
%endif
6b42c1
46be0c
autoreconf
46be0c
46be0c
# In case the above patches added any new test scripts, make sure they
46be0c
# are executable.
46be0c
find . -name \*.sh ! -perm -0100 -print | xargs chmod +x
46be0c
6b42c1
%ifarch %{arm}
6b42c1
echo -e '"dwarf: arm needs debuginfo installed for all libraries"\nexit 77' > tests/run-backtrace-native-core.sh
6b42c1
%endif
6b42c1
46be0c
%build
46be0c
# Remove -Wall from default flags.  The makefiles enable enough warnings
46be0c
# themselves, and they use -Werror.  Appending -Wall defeats the cases where
46be0c
# the makefiles disable some specific warnings for specific code.
46be0c
# But add -Wformat explicitly for use with -Werror=format-security which
46be0c
# doesn't work without -Wformat (enabled by -Wall).
46be0c
RPM_OPT_FLAGS="${RPM_OPT_FLAGS/-Wall/}"
46be0c
RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wformat"
46be0c
46be0c
trap 'cat config.log' EXIT
46be0c
%configure CFLAGS="$RPM_OPT_FLAGS -fexceptions"
46be0c
trap '' EXIT
46be0c
46be0c
# Due to static bits, our dependencies are more complex than in plain
46be0c
# elfutils.  We need to build things in parts.
46be0c
make %{?_smp_mflags} -C lib V=1
46be0c
make %{?_smp_mflags} -C libdwfl V=1
46be0c
make %{?_smp_mflags} -C libdwelf V=1
46be0c
make %{?_smp_mflags} -C libdw libdw_pic.a libdw.a V=1
46be0c
make %{?_smp_mflags} -C libcpu V=1
46be0c
make %{?_smp_mflags} -C libebl V=1
46be0c
make %{?_smp_mflags} -C backends libebl_static_pic.a V=1
46be0c
make %{?_smp_mflags} -C libelf V=1
46be0c
make %{?_smp_mflags} -C libdw V=1
46be0c
make %{?_smp_mflags} V=1
46be0c
46be0c
%install
46be0c
rm -rf ${RPM_BUILD_ROOT}
46be0c
make -s install DESTDIR=${RPM_BUILD_ROOT}
46be0c
46be0c
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
46be0c
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
46be0c
46be0c
ls -ls $RPM_BUILD_ROOT%{_libdir}/lib{elf,dw,asm}.so
46be0c
rm -f $RPM_BUILD_ROOT%{_libdir}/lib{elf,dw,asm}.so
46be0c
46be0c
# Rename static archives to *.ar, so that brp-strip-static-archive
46be0c
# doesn't find them.  We still want debuginfo for other files, so we
46be0c
# can't simply %%define __strip /bin/true.  We do want -lelf -static
46be0c
# to find libelf.a though, so we provide a linker script that brings
46be0c
# in the .ar files.
46be0c
find $RPM_BUILD_ROOT%{_libdir}/ -name '*.a' -exec mv -v {} {}r \;
46be0c
46be0c
install -p -m 644 %{SOURCE2} %{SOURCE3} %{SOURCE4} \
46be0c
	%{SOURCE5} %{SOURCE6} %{SOURCE7} $RPM_BUILD_ROOT%{_libdir}/
46be0c
46be0c
%find_lang elfutils
46be0c
46be0c
%if %{provide_yama_scope}
46be0c
install -Dm0644 config/10-default-yama-scope.conf ${RPM_BUILD_ROOT}%{_sysctldir}/10-default-yama-scope.conf
46be0c
%endif
46be0c
46be0c
%check
46be0c
# Record some build root versions in build.log
46be0c
uname -r; rpm -q glibc
46be0c
46be0c
make -s %{?_smp_mflags} check || (cat tests/test-suite.log; false)
46be0c
46be0c
# Only the latest Fedora and EPEL have these scriptlets,
46be0c
# older Fedora and plain RHEL don't.
46be0c
%if 0%{?ldconfig_scriptlets:1}
46be0c
%ldconfig_scriptlets libs
46be0c
%ldconfig_scriptlets libelf
46be0c
%else
46be0c
%post libs -p /sbin/ldconfig
46be0c
%postun libs -p /sbin/ldconfig
46be0c
%post libelf -p /sbin/ldconfig
46be0c
%postun libelf -p /sbin/ldconfig
46be0c
%endif
46be0c
46be0c
%if %{provide_yama_scope}
46be0c
%post default-yama-scope
46be0c
# Due to circular dependencies might not be installed yet, so double check.
46be0c
# (systemd -> elfutils-libs -> default-yama-scope -> systemd)
46be0c
if [ -x /usr/lib/systemd/systemd-sysctl ] ; then
46be0c
%sysctl_apply 10-default-yama-scope.conf
46be0c
fi
46be0c
%endif
46be0c
46be0c
%files
46be0c
%defattr(-,root,root)
46be0c
%{!?_licensedir:%global license %%doc}
46be0c
%license COPYING COPYING-GPLV2 COPYING-LGPLV3
46be0c
%doc README TODO CONTRIBUTING
46be0c
%{_bindir}/eu-addr2line
46be0c
%{_bindir}/eu-ar
46be0c
%{_bindir}/eu-elfcmp
46be0c
%{_bindir}/eu-elflint
46be0c
%{_bindir}/eu-findtextrel
46be0c
%{_bindir}/eu-nm
46be0c
%{_bindir}/eu-objdump
46be0c
%{_bindir}/eu-ranlib
46be0c
%{_bindir}/eu-readelf
46be0c
%{_bindir}/eu-size
46be0c
%{_bindir}/eu-stack
46be0c
%{_bindir}/eu-strings
46be0c
%{_bindir}/eu-strip
46be0c
%{_bindir}/eu-unstrip
46be0c
%{_bindir}/eu-make-debug-archive
46be0c
%{_bindir}/eu-elfcompress
46be0c
46be0c
%files libs
46be0c
%defattr(-,root,root)
46be0c
%{!?_licensedir:%global license %%doc}
46be0c
%license COPYING-GPLV2 COPYING-LGPLV3
46be0c
%{_libdir}/libasm-%{version}.so
46be0c
%{_libdir}/libasm.so.*
46be0c
%{_libdir}/libdw-%{version}.so
46be0c
%{_libdir}/libdw.so.*
46be0c
%dir %{_libdir}/elfutils
46be0c
%{_libdir}/elfutils/lib*.so
46be0c
46be0c
%files devel
46be0c
%defattr(-,root,root)
46be0c
%{_includedir}/dwarf.h
46be0c
%dir %{_includedir}/elfutils
46be0c
%{_includedir}/elfutils/elf-knowledge.h
46be0c
%{_includedir}/elfutils/known-dwarf.h
46be0c
%{_includedir}/elfutils/libasm.h
46be0c
%{_includedir}/elfutils/libebl.h
46be0c
%{_includedir}/elfutils/libdw.h
46be0c
%{_includedir}/elfutils/libdwfl.h
46be0c
%{_includedir}/elfutils/libdwelf.h
46be0c
%{_includedir}/elfutils/version.h
46be0c
%{_libdir}/libebl.ar
46be0c
%{_libdir}/libasm.so
46be0c
%{_libdir}/libasm.a
46be0c
%{_libdir}/libasm.ar
46be0c
%{_libdir}/libdw.so
46be0c
%{_libdir}/libdw.a
46be0c
%{_libdir}/libdw.ar
46be0c
%{_libdir}/libebl_static_pic.ar
46be0c
%{_libdir}/libcpu_static_pic.ar
46be0c
%{_libdir}/pkgconfig/libdw.pc
46be0c
46be0c
%files -f elfutils.lang libelf
46be0c
%defattr(-,root,root)
46be0c
%{!?_licensedir:%global license %%doc}
46be0c
%license COPYING-GPLV2 COPYING-LGPLV3
46be0c
%{_libdir}/libelf-%{version}.so
46be0c
%{_libdir}/libelf.so.*
46be0c
46be0c
%files libelf-devel
46be0c
%defattr(-,root,root)
46be0c
%{_includedir}/libelf.h
46be0c
%{_includedir}/gelf.h
46be0c
%{_includedir}/nlist.h
46be0c
%{_libdir}/libelf.so
46be0c
%{_libdir}/libelf.a
46be0c
%{_libdir}/libelf.ar
46be0c
%{_libdir}/pkgconfig/libelf.pc
46be0c
46be0c
%if %{provide_yama_scope}
46be0c
%files default-yama-scope
46be0c
%defattr(-,root,root)
46be0c
%{_sysctldir}/10-default-yama-scope.conf
46be0c
%endif
46be0c
46be0c
%changelog
46be0c
* Fri Jul  5 2019 Mark Wielaard <mjw@redhat.com> - 0.176-5
46be0c
- Add elfutils-0.176-strip-symbols-illformed.patch
46be0c
46be0c
* Fri Jun  7 2019 Mark Wielaard <mjw@redhat.com> - 0.176-4
46be0c
- Add elfutils-0.176-gcc-pr88835.patch
46be0c
- Add elfutils-0.176-xlate-note.patch
46be0c
- Add elfutils-0.176-elf-update.patch
46be0c
46be0c
* Thu Mar  7 2019 Mark Wielaard <mjw@redhat.com> - 0.176-1
46be0c
- Update to elfutils-0.176.
46be0c
  - Fixes CVE-2019-7146, CVE-2019-7148, CVE-2019-7149, CVE-2019-7150,
46be0c
          CVE-2019-7664, CVE-2019-7665.
46be0c
46be0c
* Fri Jan 11 2019 Mark Wielaard <mjw@redhat.com> - 0.175-2
46be0c
- Update to elfutils-0.175.
46be0c
46be0c
* Fri Sep 14 2018 Mark Wielaard <mjw@redhat.com> - 0.174-1
46be0c
- New upstream release
46be0c
  - libelf, libdw and all tools now handle extended shnum and shstrndx
46be0c
    correctly
46be0c
  - elfcompress: Don't rewrite input file if no section data needs
46be0c
    updating.  Try harder to keep same file mode bits (suid) on rewrite.
46be0c
  - strip: Handle mixed (out of order) allocated/non-allocated sections.
46be0c
  - unstrip: Handle SHT_GROUP sections.
46be0c
  - Fixes CVE-2018-16062, CVE-2018-16402 and CVE-2018-16403.
46be0c
46be0c
* Wed Jul  4 2018 Mark Wielaard <mjw@redhat.com> - 0.173-1
46be0c
- New upstream release
46be0c
  - More fixes for crashes and hangs found by afl-fuzz. In particular
46be0c
    various functions now detect and break infinite loops caused by bad
46be0c
    DIE tree cycles.
46be0c
  - readelf: Will now lookup the size and signedness of constant value
46be0c
    types to display them correctly (and not just how they were encoded).
46be0c
  - libdw: New function dwarf_next_lines to read CU-less .debug_line data.
46be0c
    dwarf_begin_elf now accepts ELF files containing just .debug_line
46be0c
    or .debug_frame sections (which can be read without needing a DIE
46be0c
    tree from the .debug_info section).
46be0c
    Removed dwarf_getscn_info, which was never implemented.
46be0c
  - backends: Handle BPF simple relocations.
46be0c
    The RISCV backends now handles ABI specific CFI and knows about
46be0c
    RISCV register types and names.
46be0c
46be0c
- Add scl macros and elfutils-0.173-dts.patch.
46be0c
46be0c
* Wed Jun 20 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.172-2
46be0c
- Add elfutils-0.172-robustify.patch.
46be0c
46be0c
* Mon Jun 11 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.172-1
46be0c
- New upstream release.
46be0c
  - No functional changes compared to 0.171.
46be0c
  - Various bug fixes in libdw and eu-readelf dealing with bad DWARF5
46be0c
    data. Thanks to running the afl fuzzer on eu-readelf and various
46be0c
    testcases.
46be0c
  - eu-readelf -N is ~15% faster.
46be0c
46be0c
* Fri Jun 01 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.171-1
46be0c
- New upstream release.
46be0c
  - DWARF5 and split dwarf, including GNU DebugFission, support.
46be0c
  - readelf: Handle all new DWARF5 sections.
46be0c
    --debug-dump=info+ will show split unit DIEs when found.
46be0c
    --dwarf-skeleton can be used when inspecting a .dwo file.
46be0c
    Recognizes GNU locviews with --debug-dump=loc.
46be0c
  - libdw: New functions dwarf_die_addr_die, dwarf_get_units,
46be0c
    dwarf_getabbrevattr_data and dwarf_cu_info.
46be0c
    libdw will now try to resolve the alt file on first use
46be0c
    when not set yet with dwarf_set_alt.
46be0c
    dwarf_aggregate_size() now works with multi-dimensional arrays.
46be0c
  - libdwfl: Use process_vm_readv when available instead of ptrace.
46be0c
  - backends: Add a RISC-V backend.
46be0c
46be0c
* Wed Apr 11 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-11
46be0c
- Add explict libstdc++-devel BuildRequires for demangle support.
46be0c
- Add elfutils-0.170-unwind.patch. (#1555726)
46be0c
46be0c
* Thu Mar 01 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-10
46be0c
- Add elfutils-0.170-GNU_variable_value.patch
46be0c
- Add elfutils-0.170-locviews.patch
46be0c
46be0c
* Fri Feb 16 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-9
46be0c
- Add elfutils-0.170-core-pid.patch
46be0c
- Add elfutils-0.170-elf_sync.patch
46be0c
- Add elfutils-0.170-new-notes-hack.patch
46be0c
46be0c
* Thu Feb 15 2018 Mark Wielaard <mjw@fedoraproject.org> - 0.170-8
46be0c
- Add elfutils-0.170-sys-ptrace.patch
46be0c
- Make sure spec can be build even when ldconfig_scriplets aren't defined.
46be0c
- Add elfutils-0.170-m68k-packed-not-aligned.patch
46be0c
46be0c
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.170-7
46be0c
- Escape macros in %%changelog
46be0c
46be0c
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.170-6
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
46be0c
46be0c
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.170-5
46be0c
- Switch to %%ldconfig_scriptlets
46be0c
46be0c
* Wed Dec 20 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.170-4
46be0c
- Add elfutils-0.170-dwarf_aggregate_size.patch.
46be0c
46be0c
* Wed Nov  8 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.170-3
46be0c
- Rely on (and check) systemd_requires for sysctl_apply default-yama-scope.
46be0c
46be0c
* Thu Nov  2 2017 Mark Wielaard <mjw@redhat.com> - 0.170-2
46be0c
- Config files under /usr/lib/sysctl.d (_sysctldir) aren't %%config (#1506660)
46be0c
  Admin can place the real config file under /etc/sysctl.d as override.
46be0c
46be0c
* Thu Aug  3 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.170-1
46be0c
- New upstream release. Remove upstreamed patches.
46be0c
- provide_yama_scope for either fedora >= 22 and rhel >= 7.
46be0c
46be0c
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.169-8
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
46be0c
46be0c
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.169-7
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
46be0c
46be0c
* Fri Jul 21 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-6
46be0c
- Add elfutils-0.169-strip-data-marker-symbols.patch.
46be0c
46be0c
* Mon Jul 17 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-5
46be0c
- Fix build on s390 (ptrace.h). Add elfutils-0.169-s390x-ptrace.patch.
46be0c
46be0c
* Mon Jul 17 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-4
46be0c
- Add elfutils-0.169-strip-keep-remove-section.patch (#1465997)
46be0c
46be0c
* Wed Jun  7 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-3
46be0c
- Add elfutils-0.169-dup-shstrtab.patch
46be0c
- Add elfutils-0.169-strip-empty.patch
46be0c
46be0c
* Tue May 30 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-2
46be0c
- Add ppc64 fallback unwinder.
46be0c
46be0c
* Fri May  5 2017 Mark Wielaard <mjw@fedoraproject.org> - 0.169-1
46be0c
- New upstream release. Removed upstreamed patches.
46be0c
46be0c
* Wed Feb 15 2017 Mark Wielaard <mark@klomp.org> - 0.168-5
46be0c
- Add patches for new gcc warnings and new binutils ppc64 attributes.
46be0c
  - elfutils-0.168-libasm-truncation.patch
46be0c
  - elfutils-0.168-ppc64-attrs.patch
46be0c
46be0c
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.168-4
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
46be0c
46be0c
* Mon Jan 16 2017 Mark Wielaard <mark@klomp.org> - 0.168-3
46be0c
- Never use old, deprecated, filter_provides_in, it really is too broken.
46be0c
46be0c
* Fri Jan 13 2017 Mark Wielaard <mark@klomp.org> - 0.168-2
46be0c
- Filter out private libebl backends from provides.
46be0c
46be0c
* Wed Dec 28 2016 Mark Wielaard <mark@klomp.org> - 0.168-1
46be0c
- New upstream release from new home https://sourceware.org/elfutils/
46be0c
- Resolves:
46be0c
  - #1396092 Please implement eu-readelf --symbols[=SECTION]
46be0c
  - #1388057 memory allocation failure in allocate_elf
46be0c
  - #1387584 memory allocation failure in __libelf_set_rawdata_wrlock
46be0c
46be0c
* Fri Oct  7 2016 Mark Wielaard <mjw@redhat.com> - 0.167-2
46be0c
- Add elfutils-0.167-strip-alloc-symbol.patch (#1380961)
46be0c
46be0c
* Fri Aug 26 2016 Mark Wielaard <mjw@redhat.com> - 0.167-1
46be0c
- Upgrade to elfutils-0.167
46be0c
  Drop upstream elfutils-0.166-elfcmp-comp-gcc6.patch
46be0c
  Fixes: #1365812, #1352232.
46be0c
46be0c
* Thu Apr 14 2016 Mark Wielaard <mjw@redhat.com> - 0.166-2
46be0c
- Add elfutils-0.166-elfcmp-comp-gcc6.patch
46be0c
46be0c
* Thu Mar 31 2016 Mark Wielaard <mjw@redhat.com> - 0.166-1
46be0c
- Upgrade to elfutils-0.166
46be0c
  Drop upstreamed patches:
46be0c
    - elfutils-0.165-nobitsalign-strip.patch.
46be0c
    - elfutils-0.165-reloc.patch.
46be0c
    - elfutils-0.165-elf-libelf.patch.
46be0c
46be0c
* Thu Feb 04 2016 Mark Wielaard <mjw@redhat.com> - 0.165-5
46be0c
- Add elfutils-0.165-nobitsalign-strip.patch.
46be0c
46be0c
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.165-4
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
46be0c
46be0c
* Thu Jan 28 2016 Mark Wielaard <mjw@redhat.com> - 0.165-3
46be0c
- Add elfutils-0.165-reloc.patch.
46be0c
46be0c
* Thu Jan 14 2016 Mark Wielaard <mjw@redhat.com> - 0.165-2
46be0c
- Add elfutils-0.165-elf-libelf.patch.
46be0c
46be0c
* Mon Jan 11 2016 Mark Wielaard <mjw@redhat.com> - 0.165-1
46be0c
- Update to elfutils-0.165 (#1294079, #1236699, #807053)
46be0c
  - Add eu-elfcompress
46be0c
  - Add pkg-config files for libelf and libdw.
46be0c
46be0c
* Fri Oct 16 2015 Mark Wielaard <mjw@redhat.com> - 0.164-1
46be0c
- Update to elfutils-0.164
46be0c
- Drop old compat stuff
46be0c
46be0c
* Mon Sep 07 2015 Mark Wielaard <mjw@redhat.com> - 0.163-4
46be0c
- Add elfutils-0.163-readelf-n-undefined-shift.patch (#1259259)
46be0c
46be0c
* Tue Aug 04 2015 Mark Wielaard <mjw@redhat.com> - 0.163-3
46be0c
- Add elfutils-0.163-default-yama-conf.patch (#1250079)
46be0c
  Provides: default-yama-scope
46be0c
46be0c
* Mon Aug 03 2015 Mark Wielaard <mjw@redhat.com> - 0.163-2
46be0c
- Add elfutils-0.163-unstrip-shf_info_link.patch
46be0c
46be0c
* Fri Jun 19 2015 Mark Wielaard <mjw@redhat.com> - 0.163-1
46be0c
- Update to 0.163
46be0c
  - Drop elfutils-0.162-ftruncate-allocate.patch
46be0c
46be0c
* Tue Jun 16 2015 Mark Wielaard <mjw@redhat.com> - 0.162-2
46be0c
- Add elfutils-0.162-ftruncate-allocate.patch (#1232206)
46be0c
46be0c
* Thu Jun 11 2015 Mark Wielaard <mjw@redhat.com> - 0.162-1
46be0c
- Update to 0.162 (#1170810, #1139815, #1129756, #1020842)
46be0c
- Include elfutils/known-dwarf.h
46be0c
- Drop BuildRequires glibc-headers (#1230468)
46be0c
- Removed integrated upstream patches:
46be0c
  - elfutils-0.161-aarch64relro.patch
46be0c
  - elfutils-0.161-copyreloc.patch
46be0c
  - elfutils-0.161-addralign.patch
46be0c
  - elfutils-0.161-ar-long-name.patch
46be0c
  - elfutils-0.161-formref-type.patch
46be0c
46be0c
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 0.161-8
46be0c
- Rebuilt for GCC 5 C++11 ABI change
46be0c
46be0c
* Mon Mar 23 2015 Mark Wielaard <mjw@redhat.com> - 0.161-7
46be0c
- Add elfutils-0.161-aarch64relro.patch (#1201778)
46be0c
46be0c
* Mon Mar 09 2015 Mark Wielaard <mjw@redhat.com> - 0.161-6
46be0c
- Add elfutils-0.161-copyreloc.patch.
46be0c
46be0c
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 0.161-5
46be0c
- Rebuilt for Fedora 23 Change
46be0c
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
46be0c
46be0c
* Sat Feb 07 2015 Mark Wielaard <mjw@redhat.com> - 0.161-4
46be0c
- Add elfutils-0.161-addralign.patch (#1189928)
46be0c
46be0c
* Thu Feb 05 2015 Mark Wielaard <mjw@redhat.com> - 0.161-3
46be0c
- Add elfutils-0.161-formref-type.patch
46be0c
46be0c
* Tue Jan 13 2015 Mark Wielaard <mjw@redhat.com> - 0.161-2
46be0c
- Add elfutils-0.161-ar-long-name.patch (#1181525 CVE-2014-9447)
46be0c
46be0c
* Fri Dec 19 2014 Mark Wielaard <mjw@redhat.com> - 0.161-1
46be0c
- Update to 0.161.
46be0c
46be0c
* Wed Aug 27 2014 Mark Wielaard <mjw@redhat.com> - 0.160-1
46be0c
- Update to 0.160.
46be0c
  - Remove integrated upstream patches:
46be0c
    elfutils-aarch64-user_regs_struct.patch
46be0c
    elfutils-0.159-argp-attach.patch
46be0c
    elfutils-0.159-aarch64-bool-ret.patch
46be0c
    elfutils-0.159-elf-h.patch
46be0c
    elfutils-0.159-ppc64le-elfv2-abi.patch
46be0c
    elfutils-0.159-report_r_debug.patch
46be0c
    elfutils-0.159-ko_xz.patch
46be0c
46be0c
* Sat Aug 16 2014 Mark Wielaard <mjw@redhat.com> - 0.159-10
46be0c
- Add elfutils-0.159-ko_xz.patch
46be0c
46be0c
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.159-9
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
46be0c
46be0c
* Mon Jul 28 2014 Mark Wielaard <mjw@redhat.com> - 0.159-8
46be0c
- Add elfutils-0.159-report_r_debug.patch (#1112610)
46be0c
46be0c
* Fri Jul 18 2014 Mark Wielaard <mjw@redhat.com> - 0.159-7
46be0c
- Add configure check to elfutils-aarch64-user_regs_struct.patch.
46be0c
46be0c
* Sat Jul 12 2014 Tom Callaway <spot@fedoraproject.org> - 0.159-6
46be0c
- fix license handling
46be0c
46be0c
* Fri Jul  4 2014 Mark Wielaard <mjw@redhat.com> - 0.159-5
46be0c
- Add elfutils-0.159-aarch64-bool-ret.patch
46be0c
- Add elfutils-0.159-elf-h.patch
46be0c
- Add elfutils-0.159-ppc64le-elfv2-abi.patch (#1110249)
46be0c
46be0c
* Tue Jun 10 2014 Mark Wielaard <mjw@redhat.com> - 0.159-4
46be0c
- Add elfutils-0.159-argp-attach.patch (#1107654)
46be0c
46be0c
* Mon Jun 09 2014 Kyle McMartin <kyle@fedoraproject.org> - 0.159-3
46be0c
- AArch64: handle new glibc-headers which provides proper GETREGSET structs.
46be0c
46be0c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.159-2.1
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
46be0c
46be0c
* Mon May 19 2014 Mark Wielaard <mjw@redhat.com> - 0.159-1
46be0c
- Update to 0.159.
46be0c
  - Remove integrated upstream patches:
46be0c
    robustify.patch, mod-e_type.patch and CVE-2014-0172.patch.
46be0c
  - Remove special handling of now default compile and configure flags:
46be0c
    Don't remove -Werror=format-security, don't configure --enable-dwz.
46be0c
46be0c
* Thu Apr 10 2014 Mark Wielaard <mjw@redhat.com> - 0.158-3
46be0c
- Add elfutils-0.158-CVE-2014-0172.patch (#1085729)
46be0c
46be0c
* Tue Mar 11 2014 Mark Wielaard <mjw@redhat.com> - 0.158-2
46be0c
- Add elfutils-0.158-mod-e_type.patch.
46be0c
46be0c
* Mon Jan  6 2014 Mark Wielaard <mjw@redhat.com> - 0.158-1
46be0c
- Update to 0.158. Remove all patches now upstream. Add eu-stack.
46be0c
46be0c
* Thu Dec 19 2013 Mark Wielaard <mjw@redhat.com> - 0.157-4
46be0c
- Add elfutils-0.157-aarch64-got-special-symbol.patch.
46be0c
- Remove -Werror=format-security from RPM_OPT_FLAGS.
46be0c
46be0c
* Fri Dec 13 2013 Petr Machata <pmachata@redhat.com> - 0.157-3
46be0c
- Add upstream support for aarch64
46be0c
46be0c
* Wed Oct  9 2013 Mark Wielaard <mjw@redhat.com> 0.157-2
46be0c
- Show tests/test-suite.log in build.log when make check fails.
46be0c
46be0c
* Mon Sep 30 2013 Mark Wielaard <mjw@redhat.com> 0.157-1
46be0c
- Update to 0.157.
46be0c
- Remove elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
46be0c
- Remove elfutils-0.156-et_dyn-kernels.patch.
46be0c
46be0c
* Fri Sep 06 2013 Mark Wielaard <mjw@redhat.com> 0.156-5
46be0c
- Add elfutils-0.156-abi_cfi-ppc-s390-arm.patch.
46be0c
  Sets up initial CFI return register, CFA location expression and
46be0c
  register rules for PPC, S390 and ARM (dwarf_cfi_addrframe support).
46be0c
46be0c
* Mon Aug 26 2013 Mark Wielaard <mjw@redhat.com> 0.156-4
46be0c
- Add elfutils-0.156-et_dyn-kernels.patch.
46be0c
  Fixes an issue on ppc64 with systemtap kernel address placement.
46be0c
46be0c
* Thu Aug  8 2013 Mark Wielaard <mjw@redhat.com> 0.156-3
46be0c
- Make check can now also be ran in parallel.
46be0c
46be0c
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-2
46be0c
- Update the %%configure command for compatibility with fc20 Koji.
46be0c
46be0c
* Thu Jul 25 2013 Jan Kratochvil <jan.kratochvil@redhat.com> 0.156-1
46be0c
- Update to 0.156.
46be0c
  - #890447 - Add __bss_start and __TMC_END__ to elflint.
46be0c
  - #909481 - Only try opening files with installed compression libraries.
46be0c
  - #914908 - Add __bss_start__ to elflint.
46be0c
  - #853757 - Updated Polish translation.
46be0c
  - #985438 - Incorrect prototype of __libdwfl_find_elf_build_id.
46be0c
  - Drop upstreamed elfutils-0.155-binutils-pr-ld-13621.patch.
46be0c
  - Drop upstreamed elfutils-0.155-mem-align.patch.
46be0c
  - Drop upstreamed elfutils-0.155-sizeof-pointer-memaccess.patch.
46be0c
46be0c
* Tue Jul 02 2013 Karsten Hopp <karsten@redhat.com> 0.155-6
46be0c
- bump release and rebuild to fix dependencies on PPC
46be0c
46be0c
* Sun Feb 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-5
46be0c
- Add ARM variant to elfutils-0.155-binutils-pr-ld-13621.patch rhbz#914908.
46be0c
- rhel >= 5 has xz-devel
46be0c
46be0c
* Fri Feb 22 2013 Mark Wielaard <mjw@redhat.com> - 0.155-4
46be0c
- Replace elfutils-0.155-binutils-pr-ld-13621.patch with upstream fix.
46be0c
46be0c
* Thu Jan 24 2013 Mark Wielaard <mjw@redhat.com> - 0.155-3
46be0c
- Backport sizeof-pointer-memaccess upstream fixes.
46be0c
46be0c
* Thu Jan 10 2013 Mark Wielaard <mjw@redhat.com> - 0.155-2
46be0c
- #891553 - unaligned memory access issues.
46be0c
46be0c
* Mon Aug 27 2012 Mark Wielaard <mjw@redhat.com> - 0.155-1
46be0c
- Update to 0.155.
46be0c
  - #844270 - eu-nm invalid %%N$ use detected.
46be0c
  - #847454 - Ukrainian translation update.
46be0c
  - Removed local ar 64-bit symbol patch, dwz support patch and xlatetom fix.
46be0c
46be0c
* Tue Aug 14 2012 Petr Machata <pmachata@redhat.com> - 0.154-4
46be0c
- Add support for archives with 64-bit symbol tables (#843019)
46be0c
46be0c
* Wed Aug 01 2012 Mark Wielaard <mjw@redhat.com> 0.154-3
46be0c
- Add dwz support
46be0c
46be0c
* Wed Jul 18 2012 Mark Wielaard <mjw@redhat.com> 0.154-2
46be0c
- Add upstream xlatetom fix (#835877)
46be0c
46be0c
* Mon Jul 02 2012 Karsten Hopp <karsten@redhat.com> 0.154-1.1
46be0c
- disable unstrip-n check for now (835877)
46be0c
46be0c
* Fri Jun 22 2012 Mark Wielaard <mjw@redhat.com> - 0.154-1
46be0c
- Update to 0.154
46be0c
  - elflint doesn't recognize SHF_INFO_LINK on relocation sections (#807823)
46be0c
  - Update license to GPLv3+ and (GPLv2+ or LGPLv3+)
46be0c
  - Remove elfutils-0.153-dwfl_segment_report_module.patch
46be0c
- Add elfutils-0.154-binutils-pr-ld-13621.patch
46be0c
46be0c
* Mon Apr 02 2012 Mark Wielaard <mark@klomp.org> - 0.153-2
46be0c
- Fix for eu-unstrip emits garbage for librt.so.1 (#805447)
46be0c
46be0c
* Thu Feb 23 2012 Mark Wielaard <mjw@redhat.com> - 0.153-1
46be0c
- Update to 0.153
46be0c
  - New --disable-werror for portability.
46be0c
  - Support for .zdebug sections (#679777)
46be0c
  - type_units and DW_AT_GNU_odr_signature support (#679815)
46be0c
  - low level support DW_OP_GNU_entry_value and DW_TAG_GNU_call_site (#688090)
46be0c
  - FTBFS on rawhide with gcc 4.7 (#783506)
46be0c
    - Remove gcc-4.7 patch
46be0c
46be0c
* Fri Jan 20 2012 Mark Wielaard <mjw@redhat.com> - 0.152-3
46be0c
- Fixes for gcc-4.7 based on upstream commit 32899a (#783506).
46be0c
46be0c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.152-2
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
46be0c
46be0c
* Tue Feb 15 2011 Roland McGrath <roland@redhat.com> - 0.152-1
46be0c
- Update to 0.152
46be0c
  - Various build and warning nits fixed for newest GCC and Autoconf.
46be0c
  - libdwfl: Yet another prelink-related fix for another regression. (#674465)
46be0c
  - eu-elfcmp: New flag --ignore-build-id to ignore differing build ID bits.
46be0c
  - eu-elfcmp: New flag -l/--verbose to print all differences.
46be0c
46be0c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.151-2
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
46be0c
46be0c
* Wed Jan 12 2011 Roland McGrath <roland@redhat.com> - 0.151-1
46be0c
- Update to 0.151
46be0c
  - libdwfl: Fix for more prelink cases with separate debug file.
46be0c
  - eu-strip: New flag --strip-sections to remove section headers entirely.
46be0c
46be0c
* Thu Dec  2 2010 Roland McGrath <roland@redhat.com> - 0.150-2
46be0c
- libdwfl: Remove bogus assert. (#658268)
46be0c
46be0c
* Tue Nov 23 2010 Roland McGrath <roland@redhat.com> - 0.150-1
46be0c
- Update to 0.150
46be0c
  - libdw: Fix for handling huge .debug_aranges section. (#638432)
46be0c
  - libdwfl: Fix for handling prelinked DSO with separate debug file. (#652857)
46be0c
  - findtextrel: Fix diagnostics to work with usual section ordering.
46be0c
46be0c
* Wed Sep 29 2010 jkeating - 0.149-2
46be0c
- Rebuilt for gcc bug 634757
46be0c
46be0c
* Mon Sep 13 2010 Roland McGrath <roland@redhat.com> - 0.149-1
46be0c
- Update to 0.149
46be0c
  - libdw: Decode new DW_OP_GNU_implicit_pointer operation;
46be0c
           new function dwarf_getlocation_implicit_pointer.
46be0c
  - libdwfl: New function dwfl_dwarf_line.
46be0c
  - eu-addr2line: New flag -F/--flags to print more DWARF line info details.
46be0c
  - eu-readelf: better .debug_loc processing (#627729)
46be0c
  - eu-strings: Fix non-mmap file reading. (#609468)
46be0c
  - eu-strip: -g recognizes .gdb_index as a debugging section. (#631997)
46be0c
46be0c
* Mon Jun 28 2010 Roland McGrath <roland@redhat.com> - 0.148-1
46be0c
- Update to 0.148
46be0c
  - libdw: Accept DWARF 4 format: new functions dwarf_next_unit,
46be0c
           dwarf_offdie_types.
46be0c
           New functions dwarf_lineisa, dwarf_linediscriminator,
46be0c
           dwarf_lineop_index.
46be0c
  - libdwfl: Fixes in core-file handling, support cores from PIEs. (#588818)
46be0c
             When working from build IDs, don't open a named file
46be0c
             that mismatches.
46be0c
  - readelf: Handle DWARF 4 formats.
46be0c
46be0c
* Mon May  3 2010 Roland McGrath <roland@redhat.com> - 0.147-1
46be0c
- Update to 0.147
46be0c
46be0c
* Wed Apr 21 2010 Roland McGrath <roland@redhat.com> - 0.146-1
46be0c
- Update to 0.146
46be0c
  - libdwfl: New function dwfl_core_file_report.
46be0c
  - libelf: Fix handling of phdrs in truncated file. (#577310)
46be0c
  - libdwfl: Fix infinite loop handling clobbered link_map. (#576379)
46be0c
- Package translations.
46be0c
46be0c
* Tue Feb 23 2010 Roland McGrath <roland@redhat.com> - 0.145-1
46be0c
- Update to 0.145
46be0c
  - Fix build with --disable-dependency-tracking. (#564646)
46be0c
  - Fix build with most recent glibc headers.
46be0c
  - libdw: Fix CFI decoding. (#563528)
46be0c
  - libdwfl: Fix address bias returned by CFI accessors. (#563528)
46be0c
             Fix core file module layout identification. (#559836)
46be0c
  - readelf: Fix CFI decoding.
46be0c
46be0c
* Fri Jan 15 2010 Roland McGrath <roland@redhat.com> - 0.144-2
46be0c
- Fix sloppy #include's breaking build with F-13 glibc.
46be0c
46be0c
* Thu Jan 14 2010 Roland McGrath <roland@redhat.com> - 0.144-1
46be0c
- Update to 0.144
46be0c
  - libdw: New function dwarf_aggregate_size for computing (constant) type
46be0c
           sizes, including array_type cases with nontrivial calculation.
46be0c
  - readelf: Don't give errors for missing info under -a.
46be0c
             Handle Linux "VMCOREINFO" notes under -n.
46be0c
- Resolves: RHBZ #527004, RHBZ #530704, RHBZ #550858
46be0c
46be0c
* Mon Sep 21 2009 Roland McGrath <roland@redhat.com> - 0.143-1
46be0c
- Update to 0.143
46be0c
  - libdw: Various convenience functions for individual attributes now use
46be0c
           dwarf_attr_integrate to look up indirect inherited attributes.
46be0c
           Location expression handling now supports DW_OP_implicit_value.
46be0c
  - libdwfl: Support automatic decompression of files in XZ format,
46be0c
             and of Linux kernel images made with bzip2 or LZMA
46be0c
             (as well as gzip).
46be0c
46be0c
* Tue Jul 28 2009 Roland McGrath <roland@redhat.com> - 0.142-1
46be0c
- Update to 0.142
46be0c
  - libelf: Bug fix in filling gaps between sections. (#512840)
46be0c
  - libelf: Add elf_getshdrnum alias for elf_getshnum and elf_getshdrstrndx
46be0c
            alias for elf_getshstrndx and deprecate original names.
46be0c
  - libebl, elflint: Add support for STB_GNU_UNIQUE. (#511436)
46be0c
  - readelf: Add -N option, speeds up DWARF printing
46be0c
             without address->name lookups. (#505347)
46be0c
  - libdw: Add support for decoding DWARF CFI into location description form.
46be0c
           Handle some new DWARF 3 expression operations previously omitted.
46be0c
           Basic handling of some new encodings slated for DWARF 4.
46be0c
46be0c
* Thu Apr 23 2009 Roland McGrath <roland@redhat.com> - 0.141-1
46be0c
- Update to 0.141
46be0c
  - libebl: sparc backend fixes (#490585)
46be0c
            some more arm backend support
46be0c
  - libdwfl: fix dwfl_module_build_id for prelinked DSO case (#489439)
46be0c
             fixes in core file support (#494858)
46be0c
             dwfl_module_getsym interface improved for non-address symbols
46be0c
  - eu-strip: fix infinite loop on strange inputs with -f
46be0c
  - eu-addr2line: take -j/--section=NAME option for binutils compatibility
46be0c
                  (same effect as '(NAME)0x123' syntax already supported)
46be0c
- Resolves: RHBZ #495213, RHBZ #465872, RHBZ #470055, RHBZ #484623
46be0c
46be0c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.140-2
46be0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
46be0c
46be0c
* Sun Feb 15 2009 Roland McGrath <roland@redhat.com> - 0.140-1
46be0c
- Update to 0.140
46be0c
  - libelf: Fix regression in creation of section header. (#484946)
46be0c
46be0c
* Fri Jan 23 2009 Roland McGrath <roland@redhat.com> - 0.139-1
46be0c
- Update to 0.139
46be0c
  - libcpu: Add Intel SSE4 disassembler support
46be0c
  - readelf: Implement call frame information and exception handling dumping.
46be0c
             Add -e option.  Enable it implicitly for -a.
46be0c
  - elflint: Check PT_GNU_EH_FRAME program header entry.
46be0c
  - libdwfl: Support automatic gzip/bzip2 decompression of ELF files. (#472136)
46be0c
46be0c
* Thu Jan  1 2009 Roland McGrath <roland@redhat.com> - 0.138-2
46be0c
- Fix libelf regression.
46be0c
46be0c
* Wed Dec 31 2008 Roland McGrath <roland@redhat.com> - 0.138-1
46be0c
- Update to 0.138
46be0c
  - Install <elfutils/version.h> header file for applications to use in
46be0c
    source version compatibility checks.
46be0c
  - libebl: backend fixes for i386 TLS relocs; backend support for NT_386_IOPERM
46be0c
  - libcpu: disassembler fixes (#469739)
46be0c
  - libdwfl: bug fixes (#465878)
46be0c
  - libelf: bug fixes
46be0c
  - eu-nm: bug fixes for handling corrupt input files (#476136)
46be0c
46be0c
* Wed Oct  1 2008 Roland McGrath <roland@redhat.com> - 0.137-3
46be0c
- fix libdwfl regression (#462689)
46be0c
46be0c
* Thu Aug 28 2008 Roland McGrath <roland@redhat.com> - 0.137-2
46be0c
- Update to 0.137
46be0c
  - libdwfl: bug fixes; new segment interfaces;
46be0c
             all the libdwfl-based tools now support --core=COREFILE option
46be0c
- Resolves: RHBZ #325021, RHBZ #447416
46be0c
46be0c
* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.135-2
46be0c
- fix conditional comparison
46be0c
46be0c
* Mon May 12 2008 Roland McGrath <roland@redhat.com> - 0.135-1
46be0c
- Update to 0.135
46be0c
  - libdwfl: bug fixes
46be0c
  - eu-strip: changed handling of ET_REL files wrt symbol tables and relocs
46be0c
46be0c
* Wed Apr  9 2008 Roland McGrath <roland@redhat.com> - 0.134-1
46be0c
- Update to 0.134
46be0c
  - elflint: backend improvements for sparc, alpha (#204170)
46be0c
  - libdwfl, libelf: bug fixes (#439344, #438867, #438263, #438190)
46be0c
- Remove Conflicts: libelf-devel from elfutils-libelf-devel. (#435742)
46be0c
46be0c
* Sun Mar  2 2008 Roland McGrath <roland@redhat.com> - 0.133-2
46be0c
- Update to 0.133
46be0c
  - readelf, elflint, libebl: SHT_GNU_ATTRIBUTE section handling (readelf -A)
46be0c
  - readelf: core note handling for NT_386_TLS, NT_PPC_SPE, Alpha NT_AUXV
46be0c
  - libdwfl: bug fixes and optimization in relocation handling
46be0c
  - elfcmp: bug fix for non-allocated section handling
46be0c
  - ld: implement newer features of binutils linker.
46be0c
- Install eu-objdump and libasm, now has limited disassembler support.
46be0c
46be0c
* Mon Jan 21 2008 Roland McGrath <roland@redhat.com> - 0.132-3
46be0c
- Update to 0.132
46be0c
  - libelf: Use loff_t instead of off64_t in libelf.h header. (#377241)
46be0c
  - eu-readelf: Fix handling of ET_REL files in archives.
46be0c
  - libcpu: Implement x86 and x86-64 disassembler.
46be0c
  - libasm: Add interface for disassembler.
46be0c
  - all programs: add debugging of branch prediction.
46be0c
  - libelf: new function elf_scnshndx.
46be0c
46be0c
* Sun Nov 11 2007 Roland McGrath <roland@redhat.com> - 0.131-1
46be0c
- Update to 0.131
46be0c
  - libdw: DW_FORM_ref_addr support; dwarf_formref entry point now deprecated;
46be0c
           bug fixes for oddly-formatted DWARF
46be0c
  - libdwfl: bug fixes in offline archive support, symbol table handling;
46be0c
             apply partial relocations for dwfl_module_address_section on ET_REL
46be0c
  - libebl: powerpc backend support for Altivec registers
46be0c
46be0c
* Wed Oct 17 2007 Roland McGrath <roland@redhat.com> - 0.130-3
46be0c
- Fix ET_REL support.
46be0c
- Fix odd indentation in eu-readelf -x output.
46be0c
46be0c
* Tue Oct 16 2007 Roland McGrath <roland@redhat.com> - 0.130-1
46be0c
- Update to 0.130
46be0c
  - eu-readelf -p option can take an argument like -x for one section
46be0c
  - eu-readelf --archive-index (or -c)
46be0c
  - eu-readelf -n improved output for core dumps
46be0c
  - eu-readelf: handle SHT_NOTE sections without requiring phdrs (#249467)
46be0c
  - eu-elflint: ditto
46be0c
  - eu-elflint: stricter checks on debug sections
46be0c
  - eu-unstrip: new options, --list (or -n), --relocate (or -R)
46be0c
  - libelf: new function elf_getdata_rawchunk, replaces gelf_rawchunk;
46be0c
            new functions gelf_getnote, gelf_getauxv, gelf_update_auxv
46be0c
  - libebl: backend improvements (#324031)
46be0c
  - libdwfl: build_id support, new functions for it
46be0c
  - libdwfl: dwfl_module_addrsym fixes (#268761, #268981)
46be0c
  - libdwfl offline archive support, new script eu-make-debug-archive
46be0c
46be0c
* Mon Aug 20 2007 Roland McGrath <roland@redhat.com> - 0.129-2
46be0c
- Fix false-positive eu-elflint failure on ppc -mbss-plt binaries.
46be0c
46be0c
* Tue Aug 14 2007 Roland McGrath <roland@redhat.com> - 0.129-1
46be0c
- Update to 0.129
46be0c
  - readelf: new options --hex-dump (or -x), --strings (or -p) (#250973)
46be0c
  - addr2line: new option --symbols (or -S)
46be0c
  - libdw: dwarf_getscopes fixes (#230235)
46be0c
  - libdwfl: dwfl_module_addrsym fixes (#249490)
46be0c
46be0c
* Fri Jun  8 2007 Roland McGrath <roland@redhat.com> - 0.128-2
46be0c
- Update to 0.128
46be0c
  - new program: unstrip
46be0c
  - elfcmp: new option --hash-inexact
46be0c
- Replace Conflicts: with Provides/Requires using -arch
46be0c
46be0c
* Wed Apr 18 2007 Roland McGrath <roland@redhat.com> - 0.127-1
46be0c
- Update to 0.127
46be0c
  - libdw: new function dwarf_getsrcdirs
46be0c
  - libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add,
46be0c
             dwfl_module_address_section
46be0c
46be0c
* Mon Feb  5 2007 Roland McGrath <roland@redhat.com> - 0.126-1
46be0c
- Update to 0.126
46be0c
  - New program eu-ar.
46be0c
  - libdw: fix missing dwarf_getelf (#227206)
46be0c
  - libdwfl: dwfl_module_addrname for st_size=0 symbols (#227167, #227231)
46be0c
46be0c
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-3
46be0c
- Fix overeager warn_unused_result build failures.
46be0c
46be0c
* Wed Jan 10 2007 Roland McGrath <roland@redhat.com> - 0.125-1
46be0c
- Update to 0.125
46be0c
  - elflint: Compare DT_GNU_HASH tests.
46be0c
  - move archives into -static RPMs
46be0c
  - libelf, elflint: better support for core file handling
46be0c
  - Really fix libdwfl sorting of modules with 64-bit addresses (#220817).
46be0c
- Resolves: RHBZ #220817, RHBZ #213792
46be0c
46be0c
* Tue Oct 10 2006 Roland McGrath <roland@redhat.com> - 0.124-1
46be0c
- eu-strip -f: copy symtab into debuginfo file when relocs use it (#203000)
46be0c
- Update to 0.124
46be0c
  - libebl: fix ia64 reloc support (#206981)
46be0c
  - libebl: sparc backend support for return value location
46be0c
  - libebl, libdwfl: backend register name support extended with more info
46be0c
  - libelf, libdw: bug fixes for unaligned accesses on machines that care
46be0c
  - readelf, elflint: trivial bugs fixed
46be0c
46be0c
* Mon Aug 14 2006 Roland McGrath <roland@redhat.com> 0.123-1
46be0c
- Update to 0.123
46be0c
  - libebl: Backend build fixes, thanks to Stepan Kasal.
46be0c
  - libebl: ia64 backend support for register names, return value location
46be0c
  - libdwfl: Handle truncated linux kernel module section names.
46be0c
  - libdwfl: Look for linux kernel vmlinux files with .debug suffix.
46be0c
  - elflint: Fix checks to permit --hash-style=gnu format.
46be0c
46be0c
* Mon Jul 17 2006 Roland McGrath <roland@redhat.com> - 0.122-4
46be0c
- Fix warnings in elflint compilation.
46be0c
46be0c
* Wed Jul 12 2006 Roland McGrath <roland@redhat.com> - 0.122-3
46be0c
- Update to 0.122
46be0c
  - Fix libdwfl sorting of modules with 64-bit addresses (#198225).
46be0c
  - libebl: add function to test for relative relocation
46be0c
  - elflint: fix and extend DT_RELCOUNT/DT_RELACOUNT checks
46be0c
  - elflint, readelf: add support for DT_GNU_HASH
46be0c
  - libelf: add elf_gnu_hash
46be0c
  - elflint, readelf: add support for 64-bit SysV-style hash tables
46be0c
  - libdwfl: new functions dwfl_module_getsymtab, dwfl_module_getsym.
46be0c
46be0c
* Thu Jun 15 2006 Roland McGrath <roland@redhat.com> - 0.121-1
46be0c
- Update to 0.121
46be0c
  - libelf: bug fixes for rewriting existing files when using mmap (#187618).
46be0c
  - make all installed headers usable in C++ code (#193153).
46be0c
  - eu-readelf: better output format.
46be0c
  - eu-elflint: fix tests of dynamic section content.
46be0c
  - libdw, libdwfl: handle files without aranges info.
46be0c
46be0c
* Thu May 25 2006 Jeremy Katz <katzj@redhat.com> - 0.120-3
46be0c
- rebuild to pick up -devel deps
46be0c
46be0c
* Tue Apr  4 2006 Roland McGrath <roland@redhat.com> - 0.120-2
46be0c
- Update to 0.120
46be0c
  - License changed to GPL, with some exceptions for using
46be0c
    the libelf, libebl, libdw, and libdwfl library interfaces.
46be0c
    Red Hat elfutils is an included package of the Open Invention Network.
46be0c
  - dwarf.h updated for DWARF 3.0 final specification.
46be0c
  - libelf: Fix corruption in ELF_C_RDWR uses (#187618).
46be0c
  - libdwfl: New function dwfl_version; fixes for offline.
46be0c
46be0c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2.1
46be0c
- bump again for double-long bug on ppc(64)
46be0c
46be0c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.119-1.2
46be0c
- rebuilt for new gcc4.1 snapshot and glibc changes
46be0c
46be0c
* Fri Jan 13 2006 Roland McGrath <roland@redhat.com> - 0.119-1
46be0c
- update to 0.119
46be0c
46be0c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
46be0c
- rebuilt
46be0c
46be0c
* Sun Nov 27 2005 Roland McGrath <roland@redhat.com> - 0.118-1
46be0c
- update to 0.118
46be0c
  - elflint: more tests.
46be0c
  - libdwfl: New function dwfl_module_register_names.
46be0c
  - libebl: New backend hook for register names.
46be0c
- Make sure -fexceptions is always in CFLAGS.
46be0c
46be0c
* Tue Nov 22 2005 Roland McGrath <roland@redhat.com> - 0.117-2
46be0c
- update to 0.117
46be0c
  - libdwfl: New function dwfl_module_return_value_location (#166118)
46be0c
  - libebl: Backend improvements for several CPUs
46be0c
46be0c
* Mon Oct 31 2005 Roland McGrath <roland@redhat.com> - 0.116-1
46be0c
- update to 0.116
46be0c
  - libdw fixes, API changes and additions
46be0c
  - libdwfl fixes (#169672)
46be0c
  - eu-strip/libelf fix to preserve setuid/setgid permission bits (#167745)
46be0c
46be0c
* Fri Sep  9 2005 Roland McGrath <roland@redhat.com> - 0.115-3
46be0c
- Update requires/conflicts for better biarch update behavior.
46be0c
46be0c
* Mon Sep  5 2005 Roland McGrath <roland@redhat.com> - 0.115-2
46be0c
- update to 0.115
46be0c
  - New program eu-strings.
46be0c
  - libdw: New function dwarf_getscopes_die.
46be0c
  - libelf: speed-ups of non-mmap reading.
46be0c
  - Implement --enable-gcov option for configure.
46be0c
46be0c
* Wed Aug 24 2005 Roland McGrath <roland@redhat.com> - 0.114-1
46be0c
- update to 0.114
46be0c
  - new program eu-ranlib
46be0c
  - libdw: new calls for inlines
46be0c
  - libdwfl: new calls for offline modules
46be0c
46be0c
* Sat Aug 13 2005 Roland McGrath <roland@redhat.com> - 0.113-2
46be0c
- update to 0.113
46be0c
  - elflint: relax a bit.  Allow version definitions for defined symbols
46be0c
    against DSO versions also for symbols in nobits sections.
46be0c
    Allow .rodata section to have STRINGS and MERGE flag set.
46be0c
  - strip: add some more compatibility with binutils.
46be0c
  - libdwfl: bug fixes.
46be0c
- Separate libdw et al into elfutils-libs subpackage.
46be0c
46be0c
* Sat Aug  6 2005 Roland McGrath <roland@redhat.com> - 0.112-1
46be0c
- update to 0.112
46be0c
  - elfcmp: some more relaxation.
46be0c
  - elflint: many more tests, especially regarding to symbol versioning.
46be0c
  - libelf: Add elfXX_offscn and gelf_offscn.
46be0c
  - libasm: asm_begin interface changes.
46be0c
  - libebl: Add three new interfaces to directly access machine, class,
46be0c
    and data encoding information.
46be0c
46be0c
* Fri Jul 29 2005 Roland McGrath <roland@redhat.com> - 0.111-2
46be0c
- update portability patch
46be0c
46be0c
* Thu Jul 28 2005 Roland McGrath <roland@redhat.com> - 0.111-1
46be0c
- update to 0.111
46be0c
  - libdwfl library now merged into libdw
46be0c
46be0c
* Sun Jul 24 2005 Roland McGrath <roland@redhat.com> - 0.110-1
46be0c
- update to 0.110
46be0c
46be0c
* Fri Jul 22 2005 Roland McGrath <roland@redhat.com> - 0.109-2
46be0c
- update to 0.109
46be0c
  - verify that libebl modules are from the same build
46be0c
  - new eu-elflint checks on copy relocations
46be0c
  - new program eu-elfcmp
46be0c
  - new experimental libdwfl library
46be0c
46be0c
* Thu Jun  9 2005 Roland McGrath <roland@redhat.com> - 0.108-5
46be0c
- robustification of eu-strip and eu-readelf
46be0c
46be0c
* Wed May 25 2005 Roland McGrath <roland@redhat.com> - 0.108-3
46be0c
- more robustification
46be0c
46be0c
* Mon May 16 2005 Roland McGrath <roland@redhat.com> - 0.108-2
46be0c
- robustification
46be0c
46be0c
* Mon May  9 2005 Roland McGrath <roland@redhat.com> - 0.108-1
46be0c
- update to 0.108
46be0c
  - merge strip fixes
46be0c
  - sort records in dwarf_getsrclines, fix dwarf_getsrc_die searching
46be0c
  - update elf.h from glibc
46be0c
46be0c
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-2
46be0c
- fix strip -f byte-swapping bug
46be0c
46be0c
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-1
46be0c
- update to 0.107
46be0c
  - readelf: improve DWARF output format
46be0c
  - elflint: -d option to support checking separate debuginfo files
46be0c
  - strip: fix ET_REL debuginfo files (#156341)
46be0c
46be0c
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-3
46be0c
- fix some bugs in new code, reenable make check
46be0c
46be0c
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-2
46be0c
- disable make check for most arches, for now
46be0c
46be0c
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-1
46be0c
- update to 0.106
46be0c
46be0c
* Mon Mar 28 2005 Roland McGrath <roland@redhat.com> - 0.104-2
46be0c
- update to 0.104
46be0c
46be0c
* Wed Mar 23 2005 Jakub Jelinek <jakub@redhat.com> 0.103-2
46be0c
- update to 0.103
46be0c
46be0c
* Wed Feb 16 2005 Jakub Jelinek <jakub@redhat.com> 0.101-2
46be0c
- update to 0.101.
46be0c
- use %%configure macro to get CFLAGS etc. right
46be0c
46be0c
* Sat Feb  5 2005 Jeff Johnson <jbj@redhat.com> 0.99-2
46be0c
- upgrade to 0.99.
46be0c
46be0c
* Sun Sep 26 2004 Jeff Johnson <jbj@redhat.com> 0.97-3
46be0c
- upgrade to 0.97.
46be0c
46be0c
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
46be0c
- upgrade to 0.96.
46be0c
46be0c
* Mon Jul  5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
46be0c
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
46be0c
  warning
46be0c
46be0c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
46be0c
- rebuilt
46be0c
46be0c
* Fri Apr  2 2004 Jeff Johnson <jbj@redhat.com> 0.95-2
46be0c
- upgrade to 0.95.
46be0c
46be0c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
46be0c
- rebuilt
46be0c
46be0c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
46be0c
- rebuilt
46be0c
46be0c
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
46be0c
- upgrade to 0.94
46be0c
46be0c
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
46be0c
- upgrade to 0.93
46be0c
46be0c
* Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
46be0c
- full version
46be0c
- macroized spec file for GPL or OSL builds
46be0c
- include only libelf under GPL plus wrapper scripts
46be0c
46be0c
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
46be0c
- macroized spec file for GPL or OSL builds
46be0c
46be0c
* Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
46be0c
- split elfutils-devel into two packages.
46be0c
46be0c
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
46be0c
- include only libelf under GPL plus wrapper scripts
46be0c
46be0c
* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
46be0c
- readelf, not readline, in %%description (#111214).
46be0c
46be0c
* Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
46be0c
- update to 0.89 (fix eu-strip)
46be0c
46be0c
* Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
46be0c
- update to 0.86 (fix eu-strip on s390x/alpha)
46be0c
- libebl is an archive now; remove references to DSO
46be0c
46be0c
* Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
46be0c
- upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
46be0c
46be0c
* Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
46be0c
- upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
46be0c
46be0c
* Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
46be0c
- upgrade to 0.82 (strip tests fixed on big-endian).
46be0c
46be0c
* Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
46be0c
- upgrade to 0.81 (strip excludes unused symtable entries, test borked).
46be0c
46be0c
* Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
46be0c
- upgrade to 0.80 (debugedit changes for kernel in progress).
46be0c
46be0c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
46be0c
- rebuilt
46be0c
46be0c
* Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
46be0c
- upgrade to 0.79 (correct formats for size_t, more of libdw "works").
46be0c
46be0c
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
46be0c
- upgrade to 0.78 (libdwarf bugfix, libdw additions).
46be0c
46be0c
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
46be0c
- debuginfo rebuild
46be0c
46be0c
* Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
46be0c
- use the correct way of identifying the section via the sh_info link.
46be0c
46be0c
* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
46be0c
- update to 0.75 (eu-strip -g fix)
46be0c
46be0c
* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
46be0c
- update to 0.74 (fix for writing with some non-dirty sections)
46be0c
46be0c
* Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
46be0c
- another -0.73 update (with sparc fixes).
46be0c
- do "make check" in %%check, not %%install, section.
46be0c
46be0c
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
46be0c
- update to 0.73 (with s390 fixes).
46be0c
46be0c
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
46be0c
- rebuilt
46be0c
46be0c
* Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
46be0c
- fix arguments to gelf_getsymshndx and elf_getshstrndx
46be0c
- fix other warnings
46be0c
- reenable checks on s390x
46be0c
46be0c
* Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
46be0c
- temporarily disable checks on s390x, until someone has
46be0c
  time to look at it
46be0c
46be0c
* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
46be0c
- update to 0.72
46be0c
46be0c
* Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
46be0c
- update to 0.71
46be0c
46be0c
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
46be0c
- update to 0.69.
46be0c
- add "make check" and segfault avoidance patch.
46be0c
- elfutils-libelf needs to run ldconfig.
46be0c
46be0c
* Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
46be0c
- update to 0.68.
46be0c
46be0c
* Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
46be0c
- update to 0.67.
46be0c
46be0c
* Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
46be0c
- update to 0.65.
46be0c
46be0c
* Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
46be0c
- update to 0.64.
46be0c
46be0c
* Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
46be0c
- split packages further into elfutils-libelf
46be0c
46be0c
* Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
46be0c
- update to 0.63.
46be0c
46be0c
* Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
46be0c
- Adjust for dropping libtool
46be0c
46be0c
* Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
46be0c
- update to 0.59
46be0c
46be0c
* Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
46be0c
- update to 0.56
46be0c
46be0c
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
46be0c
- update to 0.54
46be0c
46be0c
* Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
46be0c
- update to 0.53
46be0c
- drop x86_64 hack, ICE fixed in gcc-3.2-11.
46be0c
46be0c
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
46be0c
- get beehive to punch a rhpkg generated package.
46be0c
46be0c
* Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
46be0c
- build in 8.0.1.
46be0c
- x86_64: avoid gcc-3.2 ICE on x86_64 for now.
46be0c
46be0c
* Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
46be0c
- Add libelf-devel to conflicts for elfutils-devel
46be0c
46be0c
* Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
46be0c
- Split into runtime and devel package
46be0c
46be0c
* Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
46be0c
- integrate into official sources
46be0c
46be0c
* Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
46be0c
- Swaddle.