roland 65b080
%define version 0.115
roland cf9226
%define release 3
roland b73b6e
cvsdist d56180
%define gpl 0
roland b73b6e
%if %{?_with_compat:1}%{!?_with_compat:0}
roland b73b6e
%define compat 1
roland b73b6e
%else
roland b73b6e
%define compat 0
roland b73b6e
%endif
roland b73b6e
cvsdist 2a2369
Summary: A collection of utilities and DSOs to handle compiled objects.
cvsdist 2a2369
Name: elfutils
roland b73b6e
Version: %{version}
roland 678843
%if !%{compat}
roland b73b6e
Release: %{release}
roland 678843
%else
roland 678843
Release: 0.%{release}
roland b73b6e
%endif
jbj d0b84a
%if %{gpl}
jbj d0b84a
License: GPL
jbj d0b84a
%else
jbj d0b84a
License: OSL
jbj d0b84a
%endif
cvsdist 2a2369
Group: Development/Tools
jbj 46d50b
Source: elfutils-%{version}.tar.gz
roland 5fa386
Patch1: elfutils-portability.patch
roland bf5b25
Patch2: elfutils-robustify.patch
cvsdist 2a2369
Obsoletes: libelf libelf-devel
cvsdist 2a2369
Requires: elfutils-libelf = %{version}-%{release}
roland ce211e
Requires: elfutils-libs = %{version}-%{release}
cvsdist d56180
%if %{gpl}
cvsdist d56180
Requires: binutils >= 2.14.90.0.4-26.2
cvsdist d56180
%endif
cvsdist 2a2369
cvsdist 2a2369
# ExcludeArch: xxx
cvsdist 2a2369
cvsdist 2a2369
BuildRoot: %{_tmppath}/%{name}-root
cvsdist 142584
BuildRequires: bison >= 1.875
cvsdist 142584
BuildRequires: flex >= 2.5.4a
jbj d0b84a
BuildRequires: bzip2
roland b73b6e
%if !%{compat}
roland d221b9
BuildRequires: gcc >= 3.4
Jakub Jelinek a769ac
# Need <byteswap.h> that gives unsigned bswap_16 etc.
Jakub Jelinek a769ac
BuildRequires: glibc-headers >= 2.3.4-11
roland d221b9
%else
roland d221b9
BuildRequires: gcc >= 3.2
roland b73b6e
%endif
cvsdist 2a2369
cvsdist 2a2369
%define _gnu %{nil}
Jakub Jelinek a0fc3f
%define _program_prefix eu-
cvsdist 2a2369
cvsdist 2a2369
%description
cvsdist 2a2369
Elfutils is a collection of utilities, including ld (a linker),
cvsdist 2a2369
nm (for listing symbols from object files), size (for listing the
cvsdist 2a2369
section sizes of an object or archive file), strip (for discarding
cvsdist bf0c57
symbols), readelf (to see the raw ELF file structures), and elflint
roland ce211e
(to check for well-formed ELF files).
roland ce211e
roland cf9226
roland ce211e
%if !%{gpl}
roland ce211e
%package libs
roland ce211e
Summary: Libraries to handle compiled objects.
roland ce211e
Group: Development/Tools
roland ce211e
License: OSL
roland ce211e
Requires: elfutils-libelf = %{version}-%{release}
roland cf9226
Conflicts: elfutils < %{version}-%{release}
roland cf9226
Conflicts: elfutils > %{version}-%{release}
roland cf9226
Conflicts: elfutils-devel < %{version}-%{release}
roland cf9226
Conflicts: elfutils-devel > %{version}-%{release}
roland ce211e
roland ce211e
%description libs
roland ce211e
The elfutils-libs package contains libraries which implement DWARF, ELF,
roland ce211e
and machine-specific ELF handling.  These libraries are used by the programs
roland ce211e
in the elfutils package.  The elfutils-devel package enables building
roland ce211e
other programs using these libraries.
roland ce211e
%endif
cvsdist 2a2369
cvsdist 2a2369
%package devel
cvsdist 2a2369
Summary: Development libraries to handle compiled objects.
cvsdist 2a2369
Group: Development/Tools
jbj d0b84a
%if %{gpl}
jbj d0b84a
License: GPL
jbj d0b84a
%else
jbj d0b84a
License: OSL
jbj d0b84a
%endif
roland ce211e
Requires: elfutils-libs = %{version}-%{release}
cvsdist d56180
Requires: elfutils-libelf-devel = %{version}-%{release}
cvsdist 2a2369
cvsdist 2a2369
%description devel
cvsdist 2a2369
The elfutils-devel package contains the libraries to create
cvsdist d56180
applications for handling compiled objects.  libebl provides some
cvsdist d56180
higher-level ELF access functionality.  libdw provides access to
cvsdist d56180
the DWARF debugging information.  libasm provides a programmable
cvsdist d56180
assembler interface.
cvsdist 2a2369
cvsdist 2a2369
%package libelf
cvsdist 2a2369
Summary: Library to read and write ELF files.
cvsdist 2a2369
Group: Development/Tools
jbj 46d50b
%if %{gpl}
jbj d0b84a
License: GPL
jbj 46d50b
%endif
roland cf9226
Conflicts: elfutils < %{version}-%{release}
roland cf9226
Conflicts: elfutils > %{version}-%{release}
roland cf9226
Conflicts: elfutils-libs < %{version}-%{release}
roland cf9226
Conflicts: elfutils-libs > %{version}-%{release}
roland cf9226
Conflicts: elfutils-libelf-devel < %{version}-%{release}
roland cf9226
Conflicts: elfutils-libelf-devel > %{version}-%{release}
cvsdist 2a2369
cvsdist 2a2369
%description libelf
cvsdist 2a2369
The elfutils-libelf package provides a DSO which allows reading and
cvsdist 2a2369
writing ELF files on a high level.  Third party programs depend on
cvsdist 2a2369
this package to read internals of ELF files.  The programs of the
cvsdist 2a2369
elfutils package use it also to generate new ELF files.
cvsdist 2a2369
cvsdist d56180
%package libelf-devel
cvsdist d56180
Summary: Development support for libelf
cvsdist d56180
Group: Development/Tools
cvsdist d56180
Requires: elfutils-libelf = %{version}-%{release}
cvsdist d56180
Conflicts: libelf-devel
jbj 46d50b
%if %{gpl}
jbj d0b84a
License: GPL
jbj 46d50b
%endif
cvsdist d56180
cvsdist d56180
%description libelf-devel
cvsdist d56180
The elfutils-libelf-devel package contains the libraries to create
cvsdist d56180
applications for handling compiled objects.  libelf allows you to
cvsdist d56180
access the internals of the ELF object file format, so you can see the
cvsdist d56180
different sections of an ELF file.
cvsdist d56180
cvsdist 2a2369
%prep
cvsdist 2a2369
%setup -q
roland b73b6e
roland 678843
%if %{compat}
roland 5fa386
%patch1 -p1
roland b73b6e
sleep 1
roland b73b6e
find . \( -name Makefile.in -o -name aclocal.m4 \) -print | xargs touch
roland b73b6e
sleep 1
roland b73b6e
find . \( -name configure -o -name config.h.in \) -print | xargs touch
roland b73b6e
%endif
cvsdist 2a2369
roland f995fa
%patch2 -p1
roland 19ef65
cvsdist 2a2369
%build
roland a7545a
# Remove -Wall from default flags.  The makefiles enable enough warnings
roland a7545a
# themselves, and they use -Werror.  Appending -Wall defeats the cases where
roland a7545a
# the makefiles disable some specific warnings for specific code.
roland a7545a
RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-Wall/}
roland a7545a
roland 3bbb35
%configure CFLAGS="$RPM_OPT_FLAGS"
roland b73b6e
make
cvsdist 2a2369
cvsdist 2a2369
%install
cvsdist 2a2369
rm -rf ${RPM_BUILD_ROOT}
cvsdist 2a2369
mkdir -p ${RPM_BUILD_ROOT}%{_prefix}
cvsdist 2a2369
cvsdist 2a2369
%makeinstall
cvsdist 2a2369
cvsdist 2a2369
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/lib*.so*
cvsdist d56180
%if !%{gpl}
cvsdist 2a2369
chmod +x ${RPM_BUILD_ROOT}%{_prefix}/%{_lib}/elfutils/lib*.so*
cvsdist d56180
%endif
cvsdist 2a2369
cvsdist d56180
%if !%{gpl}
cvsdist 2a2369
# XXX Nuke unpackaged files
cvsdist 2a2369
{ cd ${RPM_BUILD_ROOT}
cvsdist 2a2369
  rm -f .%{_bindir}/eu-ld
roland ac736f
  rm -f .%{_bindir}/eu-objdump
cvsdist 2a2369
  rm -f .%{_includedir}/elfutils/libasm.h
cvsdist 2a2369
  rm -f .%{_libdir}/libasm-%{version}.so
roland 5d6f62
  rm -f .%{_libdir}/libasm.so*
cvsdist 2a2369
  rm -f .%{_libdir}/libasm.a
cvsdist 2a2369
}
cvsdist d56180
%endif
cvsdist 2a2369
cvsdist b2ba69
%check
roland e4f3f4
# XXX elflint not happy on ia64
roland e4f3f4
make check || :
cvsdist b2ba69
cvsdist 2a2369
%clean
cvsdist 2a2369
rm -rf ${RPM_BUILD_ROOT}
cvsdist 2a2369
roland ce211e
%post libs -p /sbin/ldconfig
cvsdist 2a2369
roland ce211e
%postun libs -p /sbin/ldconfig
cvsdist 2a2369
cvsdist b2ba69
%post libelf -p /sbin/ldconfig
cvsdist b2ba69
cvsdist b2ba69
%postun libelf -p /sbin/ldconfig
cvsdist b2ba69
cvsdist 2a2369
%files
cvsdist 2a2369
%defattr(-,root,root)
cvsdist d56180
%doc README TODO
cvsdist d56180
%if %{gpl}
cvsdist d56180
%doc fake-src/FULL
cvsdist d56180
%endif
roland 678843
%{_bindir}/eu-addr2line
roland f995fa
%{_bindir}/eu-elfcmp
cvsdist 2a2369
%{_bindir}/eu-elflint
roland 7c5f17
%{_bindir}/eu-findtextrel
cvsdist 2a2369
%{_bindir}/eu-nm
roland 850d0e
%{_bindir}/eu-ranlib
cvsdist 2a2369
%{_bindir}/eu-readelf
cvsdist 2a2369
%{_bindir}/eu-size
roland 65b080
%{_bindir}/eu-strings
cvsdist 2a2369
%{_bindir}/eu-strip
cvsdist d56180
%if !%{gpl}
cvsdist d56180
#%{_bindir}/eu-ld
roland ce211e
%endif
roland ce211e
roland ce211e
%if !%{gpl}
roland ce211e
%files libs
roland ce211e
%defattr(-,root,root)
cvsdist d56180
%{_libdir}/libdw-%{version}.so
roland f995fa
#%{_libdir}/libasm.so.*
roland f995fa
%{_libdir}/libdw.so.*
cvsdist 2a2369
%dir %{_libdir}/elfutils
cvsdist 2a2369
%{_libdir}/elfutils/lib*.so
cvsdist d56180
%endif
cvsdist 2a2369
cvsdist 2a2369
%files devel
cvsdist 2a2369
%defattr(-,root,root)
cvsdist 2a2369
%{_includedir}/dwarf.h
cvsdist 2a2369
%dir %{_includedir}/elfutils
cvsdist 2a2369
%{_includedir}/elfutils/elf-knowledge.h
cvsdist d56180
%if !%{gpl}
cvsdist 2a2369
%{_includedir}/elfutils/libebl.h
Jakub Jelinek a769ac
%{_includedir}/elfutils/libdw.h
roland f995fa
%{_includedir}/elfutils/libdwfl.h
cvsdist 2a2369
#%{_libdir}/libasm.a
cvsdist 2a2369
%{_libdir}/libebl.a
Jakub Jelinek a769ac
%{_libdir}/libdw.a
cvsdist 2a2369
#%{_libdir}/libasm.so
Jakub Jelinek a769ac
%{_libdir}/libdw.so
cvsdist d56180
%endif
cvsdist 2a2369
cvsdist 2a2369
%files libelf
cvsdist 2a2369
%defattr(-,root,root)
cvsdist 2a2369
%{_libdir}/libelf-%{version}.so
roland f995fa
%{_libdir}/libelf.so.*
cvsdist 2a2369
cvsdist d56180
%files libelf-devel
cvsdist d56180
%defattr(-,root,root)
cvsdist d56180
%{_includedir}/libelf.h
cvsdist d56180
%{_includedir}/gelf.h
cvsdist d56180
%{_includedir}/nlist.h
cvsdist d56180
%{_libdir}/libelf.a
cvsdist d56180
%{_libdir}/libelf.so
cvsdist d56180
cvsdist 2a2369
%changelog
roland cf9226
* Fri Sep  9 2005 Roland McGrath <roland@redhat.com> - 0.115-3
roland cf9226
- Update requires/conflicts for better biarch update behavior.
roland cf9226
roland 37a0a5
* Mon Sep  5 2005 Roland McGrath <roland@redhat.com> - 0.115-2
roland 65b080
- update to 0.115
roland 65b080
  - New program eu-strings.
roland 65b080
  - libdw: New function dwarf_getscopes_die.
roland 65b080
  - libelf: speed-ups of non-mmap reading.
roland 65b080
  - Implement --enable-gcov option for configure.
roland 65b080
roland 850d0e
* Wed Aug 24 2005 Roland McGrath <roland@redhat.com> - 0.114-1
roland 850d0e
- update to 0.114
roland 850d0e
  - new program eu-ranlib
roland 850d0e
  - libdw: new calls for inlines
roland 850d0e
  - libdwfl: new calls for offline modules
roland 850d0e
roland ce211e
* Sat Aug 13 2005 Roland McGrath <roland@redhat.com> - 0.113-2
roland 511c10
- update to 0.113
roland 511c10
  - elflint: relax a bit.  Allow version definitions for defined symbols
roland 511c10
    against DSO versions also for symbols in nobits sections.
roland 511c10
    Allow .rodata section to have STRINGS and MERGE flag set.
roland ce211e
  - strip: add some more compatibility with binutils.
roland ce211e
  - libdwfl: bug fixes.
roland ce211e
- Separate libdw et al into elfutils-libs subpackage.
roland 511c10
roland 2ca692
* Sat Aug  6 2005 Roland McGrath <roland@redhat.com> - 0.112-1
roland 2ca692
- update to 0.112
roland 2ca692
  - elfcmp: some more relaxation.
roland 2ca692
  - elflint: many more tests, especially regarding to symbol versioning.
roland 2ca692
  - libelf: Add elfXX_offscn and gelf_offscn.
roland 2ca692
  - libasm: asm_begin interface changes.
roland 2ca692
  - libebl: Add three new interfaces to directly access machine, class,
roland 2ca692
    and data encoding information.
roland 2ca692
roland a0b693
* Fri Jul 29 2005 Roland McGrath <roland@redhat.com> - 0.111-2
roland a0b693
- update portability patch
roland a0b693
roland 415dc1
* Thu Jul 28 2005 Roland McGrath <roland@redhat.com> - 0.111-1
roland 415dc1
- update to 0.111
roland 415dc1
  - libdwfl library now merged into libdw
roland 415dc1
roland 469b3c
* Sun Jul 24 2005 Roland McGrath <roland@redhat.com> - 0.110-1
roland 469b3c
- update to 0.110
roland 469b3c
roland c5bba4
* Fri Jul 22 2005 Roland McGrath <roland@redhat.com> - 0.109-2
roland f995fa
- update to 0.109
roland f995fa
  - verify that libebl modules are from the same build
roland f995fa
  - new eu-elflint checks on copy relocations
roland f995fa
  - new program eu-elfcmp
roland f995fa
  - new experimental libdwfl library
roland f995fa
roland f3b9d3
* Thu Jun  9 2005 Roland McGrath <roland@redhat.com> - 0.108-5
roland f3b9d3
- robustification of eu-strip and eu-readelf
roland c579df
roland 34359e
* Wed May 25 2005 Roland McGrath <roland@redhat.com> - 0.108-3
roland 34359e
- more robustification
roland 34359e
roland 19ef65
* Mon May 16 2005 Roland McGrath <roland@redhat.com> - 0.108-2
roland 19ef65
- robustification
roland 19ef65
roland 570047
* Mon May  9 2005 Roland McGrath <roland@redhat.com> - 0.108-1
roland 570047
- update to 0.108
roland 570047
  - merge strip fixes
roland 570047
  - sort records in dwarf_getsrclines, fix dwarf_getsrc_die searching
roland 570047
  - update elf.h from glibc
roland 570047
roland b4dfab
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-2
roland b4dfab
- fix strip -f byte-swapping bug
roland b4dfab
roland 5fa386
* Sun May  8 2005 Roland McGrath <roland@redhat.com> - 0.107-1
roland 5fa386
- update to 0.107
roland 5fa386
  - readelf: improve DWARF output format
roland 5fa386
  - elflint: -d option to support checking separate debuginfo files
roland 5fa386
  - strip: fix ET_REL debuginfo files (#156341)
roland 5fa386
roland f59968
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-3
roland f59968
- fix some bugs in new code, reenable make check
roland f59968
roland 4247ba
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-2
roland 4247ba
- disable make check for most arches, for now
roland 4247ba
roland 678843
* Mon Apr  4 2005 Roland McGrath <roland@redhat.com> - 0.106-1
roland 678843
- update to 0.106
roland 678843
roland 7c5f17
* Mon Mar 28 2005 Roland McGrath <roland@redhat.com> - 0.104-2
roland a12362
- update to 0.104
roland a12362
Jakub Jelinek a769ac
* Wed Mar 23 2005 Jakub Jelinek <jakub@redhat.com> 0.103-2
Jakub Jelinek a769ac
- update to 0.103
Jakub Jelinek a769ac
Jakub Jelinek c9b161
* Wed Feb 16 2005 Jakub Jelinek <jakub@redhat.com> 0.101-2
Jakub Jelinek c9b161
- update to 0.101.
Jakub Jelinek c9b161
- use %%configure macro to get CFLAGS etc. right
Jakub Jelinek c9b161
jbj d0b84a
* Sat Feb  5 2005 Jeff Johnson <jbj@redhat.com> 0.99-2
jbj d0b84a
- upgrade to 0.99.
jbj d0b84a
jbj 22fe2d
* Sun Sep 26 2004 Jeff Johnson <jbj@redhat.com> 0.97-3
jbj 46d50b
- upgrade to 0.97.
jbj 46d50b
cvsdist e2a388
* Tue Aug 17 2004 Jakub Jelinek <jakub@redhat.com> 0.95-5
cvsdist e2a388
- upgrade to 0.96.
cvsdist e2a388
cvsdist e95b77
* Mon Jul  5 2004 Jakub Jelinek <jakub@redhat.com> 0.95-4
cvsdist e95b77
- rebuilt with GCC 3.4.x, workaround VLA + alloca mixing
cvsdist e95b77
  warning
cvsdist e95b77
cvsdist e95b77
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist e95b77
- rebuilt
cvsdist e95b77
cvsdist 142584
* Fri Apr  2 2004 Jeff Johnson <jbj@redhat.com> 0.95-2
cvsdist 142584
- upgrade to 0.95.
cvsdist 142584
cvsdist d56180
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d56180
- rebuilt
cvsdist d56180
cvsdist d56180
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist d56180
- rebuilt
cvsdist d56180
cvsdist d56180
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.94-1
cvsdist d56180
- upgrade to 0.94
cvsdist d56180
cvsdist d56180
* Fri Jan 16 2004 Jakub Jelinek <jakub@redhat.com> 0.93-1
cvsdist d56180
- upgrade to 0.93
cvsdist d56180
cvsdist d56180
* Thu Jan  8 2004 Jakub Jelinek <jakub@redhat.com> 0.92-1
cvsdist d56180
- full version
cvsdist d56180
- macroized spec file for GPL or OSL builds
cvsdist d56180
- include only libelf under GPL plus wrapper scripts
cvsdist d56180
cvsdist d56180
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-2
cvsdist d56180
- macroized spec file for GPL or OSL builds
cvsdist d56180
cvsdist d56180
* Wed Jan  7 2004 Ulrich Drepper <drepper@redhat.com>
cvsdist d56180
- split elfutils-devel into two packages.
cvsdist d56180
cvsdist d56180
* Wed Jan  7 2004 Jakub Jelinek <jakub@redhat.com> 0.91-1
cvsdist d56180
- include only libelf under GPL plus wrapper scripts
cvsdist d56180
cvsdist bf0c57
* Tue Dec 23 2003 Jeff Johnson <jbj@redhat.com> 0.89-3
cvsdist bf0c57
- readelf, not readline, in %%description (#111214).
cvsdist bf0c57
cvsdist 147b5a
* Fri Sep 26 2003 Bill Nottingham <notting@redhat.com> 0.89-1
cvsdist 147b5a
- update to 0.89 (fix eu-strip)
cvsdist 147b5a
cvsdist 147b5a
* Tue Sep 23 2003 Jakub Jelinek <jakub@redhat.com> 0.86-3
cvsdist 147b5a
- update to 0.86 (fix eu-strip on s390x/alpha)
cvsdist 147b5a
- libebl is an archive now; remove references to DSO
cvsdist 147b5a
cvsdist 147b5a
* Mon Jul 14 2003 Jeff Johnson <jbj@redhat.com> 0.84-3
cvsdist 147b5a
- upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
cvsdist 147b5a
cvsdist 147b5a
* Fri Jul 11 2003 Jeff Johnson <jbj@redhat.com> 0.83-3
cvsdist 147b5a
- upgrade to 0.83 (fix invalid ELf handle on *.so strip, more).
cvsdist 147b5a
cvsdist 147b5a
* Wed Jul  9 2003 Jeff Johnson <jbj@redhat.com> 0.82-3
cvsdist 147b5a
- upgrade to 0.82 (strip tests fixed on big-endian).
cvsdist 147b5a
cvsdist 147b5a
* Tue Jul  8 2003 Jeff Johnson <jbj@redhat.com> 0.81-3
cvsdist 147b5a
- upgrade to 0.81 (strip excludes unused symtable entries, test borked).
cvsdist 147b5a
cvsdist 147b5a
* Thu Jun 26 2003 Jeff Johnson <jbj@redhat.com> 0.80-3
cvsdist 147b5a
- upgrade to 0.80 (debugedit changes for kernel in progress).
cvsdist 147b5a
cvsdist 147b5a
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 147b5a
- rebuilt
cvsdist 147b5a
cvsdist 147b5a
* Wed May 21 2003 Jeff Johnson <jbj@redhat.com> 0.79-2
cvsdist 147b5a
- upgrade to 0.79 (correct formats for size_t, more of libdw "works").
cvsdist 147b5a
cvsdist 147b5a
* Mon May 19 2003 Jeff Johnson <jbj@redhat.com> 0.78-2
cvsdist 147b5a
- upgrade to 0.78 (libdwarf bugfix, libdw additions).
cvsdist 147b5a
cvsdist b2ba69
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
cvsdist b2ba69
- debuginfo rebuild
cvsdist b2ba69
cvsdist b2ba69
* Thu Feb 20 2003 Jeff Johnson <jbj@redhat.com> 0.76-2
cvsdist b2ba69
- use the correct way of identifying the section via the sh_info link.
cvsdist b2ba69
cvsdist b2ba69
* Sat Feb 15 2003 Jakub Jelinek <jakub@redhat.com> 0.75-2
cvsdist b2ba69
- update to 0.75 (eu-strip -g fix)
cvsdist b2ba69
cvsdist b2ba69
* Tue Feb 11 2003 Jakub Jelinek <jakub@redhat.com> 0.74-2
cvsdist b2ba69
- update to 0.74 (fix for writing with some non-dirty sections)
cvsdist b2ba69
cvsdist b2ba69
* Thu Feb  6 2003 Jeff Johnson <jbj@redhat.com> 0.73-3
cvsdist b2ba69
- another -0.73 update (with sparc fixes).
cvsdist b2ba69
- do "make check" in %%check, not %%install, section.
cvsdist b2ba69
cvsdist b2ba69
* Mon Jan 27 2003 Jeff Johnson <jbj@redhat.com> 0.73-2
cvsdist b2ba69
- update to 0.73 (with s390 fixes).
cvsdist b2ba69
cvsdist b2ba69
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b2ba69
- rebuilt
cvsdist b2ba69
cvsdist b2ba69
* Wed Jan 22 2003 Jakub Jelinek <jakub@redhat.com> 0.72-4
cvsdist b2ba69
- fix arguments to gelf_getsymshndx and elf_getshstrndx
cvsdist b2ba69
- fix other warnings
cvsdist b2ba69
- reenable checks on s390x
cvsdist b2ba69
cvsdist b2ba69
* Sat Jan 11 2003 Karsten Hopp <karsten@redhat.de> 0.72-3
cvsdist b2ba69
- temporarily disable checks on s390x, until someone has
cvsdist b2ba69
  time to look at it
cvsdist b2ba69
cvsdist b2ba69
* Thu Dec 12 2002 Jakub Jelinek <jakub@redhat.com> 0.72-2
cvsdist b2ba69
- update to 0.72
cvsdist b2ba69
cvsdist b2ba69
* Wed Dec 11 2002 Jakub Jelinek <jakub@redhat.com> 0.71-2
cvsdist b2ba69
- update to 0.71
cvsdist b2ba69
cvsdist b2ba69
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.69-4
cvsdist b2ba69
- update to 0.69.
cvsdist b2ba69
- add "make check" and segfault avoidance patch.
cvsdist b2ba69
- elfutils-libelf needs to run ldconfig.
cvsdist b2ba69
cvsdist b2ba69
* Tue Dec 10 2002 Jeff Johnson <jbj@redhat.com> 0.68-2
cvsdist b2ba69
- update to 0.68.
cvsdist 2a2369
cvsdist 2a2369
* Fri Dec  6 2002 Jeff Johnson <jbj@redhat.com> 0.67-2
cvsdist 2a2369
- update to 0.67.
cvsdist 2a2369
cvsdist 2a2369
* Tue Dec  3 2002 Jeff Johnson <jbj@redhat.com> 0.65-2
cvsdist 2a2369
- update to 0.65.
cvsdist 2a2369
cvsdist 2a2369
* Mon Dec  2 2002 Jeff Johnson <jbj@redhat.com> 0.64-2
cvsdist 2a2369
- update to 0.64.
cvsdist 2a2369
cvsdist 2a2369
* Sun Dec 1 2002 Ulrich Drepper <drepper@redhat.com> 0.64
cvsdist 2a2369
- split packages further into elfutils-libelf
cvsdist 2a2369
cvsdist 2a2369
* Sat Nov 30 2002 Jeff Johnson <jbj@redhat.com> 0.63-2
cvsdist 2a2369
- update to 0.63.
cvsdist 2a2369
cvsdist 2a2369
* Fri Nov 29 2002 Ulrich Drepper <drepper@redhat.com> 0.62
cvsdist 2a2369
- Adjust for dropping libtool
cvsdist 2a2369
cvsdist 2a2369
* Sun Nov 24 2002 Jeff Johnson <jbj@redhat.com> 0.59-2
cvsdist 2a2369
- update to 0.59
cvsdist 2a2369
cvsdist 2a2369
* Thu Nov 14 2002 Jeff Johnson <jbj@redhat.com> 0.56-2
cvsdist 2a2369
- update to 0.56
cvsdist 2a2369
cvsdist 2a2369
* Thu Nov  7 2002 Jeff Johnson <jbj@redhat.com> 0.54-2
cvsdist 2a2369
- update to 0.54
cvsdist 2a2369
cvsdist 2a2369
* Sun Oct 27 2002 Jeff Johnson <jbj@redhat.com> 0.53-2
cvsdist 2a2369
- update to 0.53
cvsdist 2a2369
- drop x86_64 hack, ICE fixed in gcc-3.2-11.
cvsdist 2a2369
cvsdist 2a2369
* Sat Oct 26 2002 Jeff Johnson <jbj@redhat.com> 0.52-3
cvsdist 2a2369
- get beehive to punch a rhpkg generated package.
cvsdist 2a2369
cvsdist 2a2369
* Wed Oct 23 2002 Jeff Johnson <jbj@redhat.com> 0.52-2
cvsdist 2a2369
- build in 8.0.1.
cvsdist 2a2369
- x86_64: avoid gcc-3.2 ICE on x86_64 for now.
cvsdist 2a2369
cvsdist 2a2369
* Tue Oct 22 2002 Ulrich Drepper <drepper@redhat.com> 0.52
cvsdist 2a2369
- Add libelf-devel to conflicts for elfutils-devel
cvsdist 2a2369
cvsdist 2a2369
* Mon Oct 21 2002 Ulrich Drepper <drepper@redhat.com> 0.50
cvsdist 2a2369
- Split into runtime and devel package
cvsdist 2a2369
cvsdist 2a2369
* Fri Oct 18 2002 Ulrich Drepper <drepper@redhat.com> 0.49
cvsdist 2a2369
- integrate into official sources
cvsdist 2a2369
cvsdist 2a2369
* Wed Oct 16 2002 Jeff Johnson <jbj@redhat.com> 0.46-1
cvsdist 2a2369
- Swaddle.