Blame SPECS/ltrace.spec

c25f0b
Summary: Tracks runtime library calls from dynamically linked executables
c25f0b
Name: ltrace
c25f0b
Version: 0.7.91
c25f0b
Release: 27%{?dist}
c25f0b
URL: http://ltrace.alioth.debian.org/
c25f0b
License: GPLv2+
c25f0b
Group: Development/Debuggers
c25f0b
c25f0b
BuildRequires: elfutils-devel dejagnu
c25f0b
BuildRequires: libselinux-devel
c25f0b
BuildRequires: autoconf automake libtool
c25f0b
c25f0b
# Note: this URL needs to be updated for each release, as the file
c25f0b
# number changes for each file.  Full list of released files is at:
c25f0b
#  https://alioth.debian.org/frs/?group_id=30892
c25f0b
Source: ltrace-%{version}.tar.bz2
c25f0b
c25f0b
# Merge of several upstream commits that fixes compilation on ARM.
c25f0b
Patch0: ltrace-0.7.91-arm.patch
c25f0b
c25f0b
# Upstream patch that fixes accounting of exec, __libc_start_main and
c25f0b
# others in -c output.
c25f0b
Patch1: ltrace-0.7.91-account_execl.patch
c25f0b
c25f0b
# Upstream patch that fixes interpretation of PLT on x86_64 when
c25f0b
# IRELATIVE slots are present.
c25f0b
Patch2: ltrace-0.7.91-x86_64-irelative.patch
c25f0b
c25f0b
# Upstream patch that fixes fetching of system call arguments on s390.
c25f0b
Patch3: ltrace-0.7.91-s390-fetch-syscall.patch
c25f0b
c25f0b
# Upstream patch that enables tracing of IRELATIVE PLT slots on s390.
c25f0b
Patch4: ltrace-0.7.91-s390-irelative.patch
c25f0b
c25f0b
# Fix for a regression in tracing across fork.  Upstream patch.
c25f0b
Patch5: ltrace-0.7.91-ppc64-fork.patch
c25f0b
c25f0b
# Fix crashing a prelinked PPC64 binary which makes PLT calls through
c25f0b
# slots that ltrace doesn't trace.
c25f0b
# https://bugzilla.redhat.com/show_bug.cgi?id=1051221
c25f0b
Patch6: ltrace-0.7.91-breakpoint-on_install.patch
c25f0b
Patch7: ltrace-0.7.91-ppc64-unprelink.patch
c25f0b
c25f0b
# Man page nits.  Backport of an upstream patch.
c25f0b
Patch8: ltrace-0.7.91-man.patch
c25f0b
c25f0b
# https://bugzilla.redhat.com/show_bug.cgi?id=1044766
c25f0b
Patch9: ltrace-0.7.91-cant_open.patch
c25f0b
c25f0b
# Support Aarch64 architecture.
c25f0b
Patch10: ltrace-0.7.91-aarch64.patch
c25f0b
c25f0b
# https://bugzilla.redhat.com/show_bug.cgi?id=1064406
c25f0b
Patch11: ltrace-0.7.2-e_machine.patch
c25f0b
c25f0b
# Support for ppc64le, backported from upstream.
c25f0b
# http://anonscm.debian.org/gitweb/?p=collab-maint/ltrace.git;a=commit;h=eea4ad2cce289753aaa35b4e0258a76d8f8f367c
c25f0b
# https://bugzilla.redhat.com/show_bug.cgi?id=1131956
c25f0b
Patch13: ltrace-0.7.91-ppc64le-support.patch
c25f0b
# 35a9677dc9dcb7909ebd28f30200474d7e8b660f,
c25f0b
# 437d2377119036346f4dbd93039c847b4cc9d0be,
c25f0b
# eb3993420734f091cde9a6053ca6b4edcf9ae334
c25f0b
Patch14: ltrace-0.7.91-ppc64le-fixes.patch
c25f0b
c25f0b
# http://anonscm.debian.org/gitweb/?p=collab-maint/ltrace.git;a=commit;h=2e9f9f1f5d0fb223b109429b9c904504b7f638e2
c25f0b
# http://anonscm.debian.org/gitweb/?p=collab-maint/ltrace.git;a=commit;h=f96635a03b3868057db5c2d7972d5533e2068345
c25f0b
Patch15: ltrace-0.7.91-parser-ws_after_id.patch
c25f0b
c25f0b
# https://bugzilla.redhat.com/show_bug.cgi?id=1171165
c25f0b
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=d8f1287b85e2c2b2ae0235809e956f4365e53c45
c25f0b
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=d80c5371454383e3f9978622e5578cf02af8c44c
c25f0b
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=bf82100966deda9c7d26ad085d97c08126a8ae88
c25f0b
Patch16: ltrace-0.7.91-ppc-bias.patch
c25f0b
c25f0b
# https://bugzilla.redhat.com/show_bug.cgi?id=1158714
c25f0b
Patch17: ltrace-0.7.91-x86-plt_map.patch
c25f0b
Patch18: ltrace-0.7.91-x86-unused_label.patch
c25f0b
c25f0b
# https://bugzilla.redhat.com/show_bug.cgi?id=1170315
c25f0b
Patch19: ltrace-0.7.91-unwind-elfutils.patch
c25f0b
c25f0b
# https://bugzilla.redhat.com/show_bug.cgi?id=1208351
c25f0b
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=4724bd5a4a19db117a1d280b9d1a3508fd4e03fa
c25f0b
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=72ee29639c55b5942bc07c8ed0013005f8fc5a97
c25f0b
Patch20: ltrace-0.7.91-multithread-no-f-1.patch
c25f0b
Patch21: ltrace-0.7.91-multithread-no-f-2.patch
c25f0b
c25f0b
# Fix problems with building a number of test cases.
c25f0b
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=694d19ff14017926454771cbb63a22355b72f1bf
c25f0b
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=a3a03622fb4ca9772dca13eae724a94ba1e728f4
c25f0b
Patch22: ltrace-0.7.91-testsuite-includes.patch
c25f0b
Patch23: ltrace-0.7.91-testsuite-includes-2.patch
c25f0b
c25f0b
# https://bugzilla.redhat.com/show_bug.cgi?id=1210653
c25f0b
# http://anonscm.debian.org/cgit/collab-maint/ltrace.git/commit/?id=eea6091f8672b01f7f022b0fc367e0f568225ffc
c25f0b
Patch24: ltrace-0.7.91-ppc64le-configure.patch
c25f0b
c25f0b
Patch25: ltrace-rh1307754.patch
c25f0b
c25f0b
# GCC now warns (errors) on "tautological compares", and readdir_r is deprecated.
c25f0b
Patch26: ltrace-0.7.91-tautology.patch
c25f0b
c25f0b
# ARM code has unreachable code after switch statement, move initialization
c25f0b
Patch27: ltrace-rh1423913.patch
c25f0b
c25f0b
# AARCH64 large parameters and syscall testsuite fixes.
c25f0b
Patch28: ltrace-0.7.91-aarch64-params.patch
c25f0b
c25f0b
%description
c25f0b
Ltrace is a debugging program which runs a specified command until the
c25f0b
command exits.  While the command is executing, ltrace intercepts and
c25f0b
records both the dynamic library calls called by the executed process
c25f0b
and the signals received by the executed process.  Ltrace can also
c25f0b
intercept and print system calls executed by the process.
c25f0b
c25f0b
You should install ltrace if you need a sysadmin tool for tracking the
c25f0b
execution of processes.
c25f0b
c25f0b
%prep
c25f0b
%setup -q -n %{name}-%{version}
c25f0b
%patch0 -p1
c25f0b
%patch1 -p1
c25f0b
%patch2 -p1
c25f0b
%patch3 -p1
c25f0b
%patch4 -p1
c25f0b
%patch5 -p1
c25f0b
%patch6 -p1
c25f0b
%patch7 -p1
c25f0b
%patch8 -p1
c25f0b
%patch9 -p1
c25f0b
%patch10 -p1
c25f0b
%patch11 -p1
c25f0b
%patch13 -p1
c25f0b
%patch14 -p1
c25f0b
%patch15 -p1
c25f0b
%patch16 -p1
c25f0b
%patch17 -p1
c25f0b
%patch18 -p1
c25f0b
%patch19 -p1
c25f0b
%patch20 -p1
c25f0b
%patch21 -p1
c25f0b
%patch22 -p1
c25f0b
%patch23 -p1
c25f0b
%patch24 -p1
c25f0b
%patch25 -p1
c25f0b
%patch26 -p1
c25f0b
%patch27 -p1
c25f0b
%patch28 -p1
c25f0b
c25f0b
%build
c25f0b
autoreconf -i
c25f0b
%configure --docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}}
c25f0b
make %{?_smp_mflags}
c25f0b
c25f0b
%install
c25f0b
make DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} install
c25f0b
c25f0b
# The testsuite is useful for development in real world, but fails in
c25f0b
# koji for some reason.  Disable it, but have it handy.
c25f0b
%check
c25f0b
echo ====================TESTING=========================
c25f0b
timeout 180 make check ||:
c25f0b
echo ====================TESTING END=====================
c25f0b
c25f0b
%files
c25f0b
%defattr(-,root,root)
c25f0b
%doc NEWS COPYING CREDITS INSTALL README TODO
c25f0b
%{_bindir}/ltrace
c25f0b
%{_mandir}/man1/ltrace.1*
c25f0b
%{_mandir}/man5/ltrace.conf.5*
c25f0b
%{_datadir}/ltrace
c25f0b
c25f0b
%changelog
c25f0b
* Fri Jul 06 2018 DJ Delorie <dj@redhat.com> - 0.7.91-27
c25f0b
- Fix aarch64 long parameters (via $r8) support.
c25f0b
- Make system_call_params test compare more exactly.
c25f0b
c25f0b
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.7.91-26
c25f0b
- Escape macros in %%changelog
c25f0b
c25f0b
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-25
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c25f0b
c25f0b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-24
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c25f0b
c25f0b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-23
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c25f0b
c25f0b
* Fri Feb 17 2017 Jeff Law <law@redhat.com.org> - 0.7.91-22
c25f0b
- Fix FTBFS due to invalid code in ARM support (#1423913).
c25f0b
c25f0b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-21
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c25f0b
c25f0b
* Wed Jul 20 2016 DJ Delorie <dj@redhat.com> - 0.7.91-20
c25f0b
- Fix FTBFS due to new gcc 6 warnings, deprecated readdir_r, and bogus chunk in unwind-elf patch.
c25f0b
c25f0b
* Fri Feb 19 2016 Jeff Law <law@redhat.com.org> - 0.7.91-19
c25f0b
- Fix FTBFS due to testsuite failure (#1307754) .  Add missing files to %%doc
c25f0b
c25f0b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.91-18
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c25f0b
c25f0b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.91-17
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c25f0b
c25f0b
* Mon Apr 13 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-16
c25f0b
- Add upstream fix to map of powerpc64le architecture to ppc backend.
c25f0b
  (ltrace-0.7.91-ppc64le-configure.patch)
c25f0b
c25f0b
* Wed Apr  8 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-15
c25f0b
- Add upstream fixes for compilation of test cases
c25f0b
  (ltrace-0.7.91-testsuite-includes.patch,
c25f0b
  ltrace-0.7.91-testsuite-includes-2.patch)
c25f0b
c25f0b
* Wed Apr  8 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-14
c25f0b
- Add upstream fixes for tracing multi-threaded processes without -f
c25f0b
  (ltrace-0.7.91-multithread-no-f-1.patch,
c25f0b
  ltrace-0.7.91-multithread-no-f-2.patch)
c25f0b
c25f0b
* Fri Jan  9 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-13
c25f0b
- Add upstream fix for support of elfutils unwinder
c25f0b
  (ltrace-0.7.91-unwind-elfutils.patch)
c25f0b
c25f0b
* Wed Jan  7 2015 Petr Machata <pmachata@redhat.com> - 0.7.91-12
c25f0b
- Add upstream fix for a bug in labeling PLT slots
c25f0b
  (ltrace-0.7.91-x86-plt_map.patch)
c25f0b
c25f0b
* Tue Dec  9 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-11
c25f0b
- Fix bias handling in PPC backend
c25f0b
- Fix cloning of unresolved breakpoints in PPC backend
c25f0b
  (ltrace-0.7.91-ppc-bias.patch)
c25f0b
c25f0b
* Wed Aug 20 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-10
c25f0b
- Backported PowerPC64 ELFv2 support.
c25f0b
  (ltrace-0.7.91-ppc64le-support.patch,
c25f0b
  ltrace-0.7.91-ppc64le-fixes.patch)
c25f0b
c25f0b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.91-9
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c25f0b
c25f0b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.91-8
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c25f0b
c25f0b
* Thu Feb 13 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-7
c25f0b
- Add an upstream patch that fixes missed initialization of some
c25f0b
  fields in struct process after atteching to a multi-threaded
c25f0b
  process.  (ltrace-0.7.2-e_machine.patch)
c25f0b
- Add upstream patch-set that implements support for the new aarch64
c25f0b
  architecture.  (ltrace-0.7.91-aarch64.patch)
c25f0b
c25f0b
* Tue Jan 14 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-6
c25f0b
- Fix a problem when an invalid command has been found
c25f0b
  (ltrace-0.7.91-cant_open.patch)
c25f0b
c25f0b
* Tue Jan 14 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-5
c25f0b
- Fix interpretation of x86_64 PLT with IRELATIVE slots.
c25f0b
  (ltrace-0.7.91-x86_64-irelative.patch)
c25f0b
- Fix fetching of system call arguments on s390.
c25f0b
  (ltrace-0.7.91-s390-fetch-syscall.patch)
c25f0b
- Enable tracing of IRELATIVE PLT slots on s390.
c25f0b
  (ltrace-0.7.91-s390-irelative.patch)
c25f0b
- Fix a couple nits in ltrace.1 (ltrace-0.7.91-man.patch)
c25f0b
c25f0b
* Fri Jan 10 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-4
c25f0b
- Fix crashing a prelinked PPC64 binary which makes PLT calls through
c25f0b
  slots that ltrace doesn't trace.
c25f0b
  (ltrace-0.7.91-breakpoint-on_install.patch,
c25f0b
  ltrace-0.7.91-ppc64-unprelink.patch)
c25f0b
c25f0b
* Thu Jan  9 2014 Petr Machata <pmachata@redhat.com> - 0.7.91-3
c25f0b
- Fix a problem in tracing across fork on PPC64
c25f0b
  (ltrace-0.7.91-ppc64-fork.patch)
c25f0b
c25f0b
* Thu Nov 21 2013 Petr Machata <pmachata@redhat.com> - 0.7.91-2
c25f0b
- Fix a problem in including in summary (-c) function calls that don't
c25f0b
  finish before exec or exit (ltrace-0.7.91-account_execl.patch)
c25f0b
c25f0b
* Tue Nov  5 2013 Petr Machata <pmachata@redhat.com> - 0.7.91-1
c25f0b
- Rebase to a pre-release 0.8
c25f0b
- Drop BR on autoconf and friends
c25f0b
c25f0b
* Wed Aug  7 2013 Ville Skyttä <ville.skytta@iki.fi> - 0.7.2-7
c25f0b
- Install docs to %%{_pkgdocdir} where available (#992149).
c25f0b
c25f0b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-6
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c25f0b
c25f0b
* Tue Mar 26 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-5
c25f0b
- On s390, the highest bit in PC address is used to distinguish
c25f0b
  between 24-bit and 31-bit addressing modes.  Linux used to do this
c25f0b
  for us, but not anymore.
c25f0b
  (ltrace-0.7.2-s390-set_instruction_pointer.patch)
c25f0b
c25f0b
* Wed Feb  6 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-4
c25f0b
- Update the ARM patch (ltrace-0.7.2-arm.patch) with support for
c25f0b
  parameter passing conventions.
c25f0b
c25f0b
* Thu Jan 31 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-3
c25f0b
- Bring small fixes from master branch
c25f0b
  (ltrace-0.7.2-bits.patch; drop ltrace-0.7.2-man.patch)
c25f0b
- Add a patch that implements ARM sofware singlestepping.  This mostly
c25f0b
  fixes test suite on ARM, though parameter passing conventions are
c25f0b
  still not implemented.  (ltrace-0.7.2-arm.patch)
c25f0b
- Work around a new GCC warning (ltrace-0.7.2-unused-typedef.patch)
c25f0b
c25f0b
* Fri Jan 11 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-2
c25f0b
- Improve documentation: better correlation between ltrace(1) and
c25f0b
  --help, other minor improvements in ltrace(1).
c25f0b
  (ltrace-0.7.2-man.patch)
c25f0b
c25f0b
* Mon Dec 10 2012 Petr Machata <pmachata@redhat.com> - 0.7.2-1
c25f0b
- Upstream 0.7.2
c25f0b
  - Drop all the patches
c25f0b
c25f0b
* Sat Nov 10 2012 Petr Machata <pmachata@redhat.com> - 0.7.0-1
c25f0b
- Upstream 0.7.0
c25f0b
  - Drop all the patches
c25f0b
  - Upstream patch for missing sysdeps/linux-gnu/ppc/insn.h
c25f0b
    (ltrace-0.7.0-ppc-insn.h.patch)
c25f0b
  - Upstream patch for installing ltrace.conf.5 to man5
c25f0b
    (ltrace-0.7.0-man5.patch)
c25f0b
c25f0b
* Mon Oct  1 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-19
c25f0b
- Upstream patch for ia64 parameter passing
c25f0b
  (ltrace-0.6.0-abi-ia64.patch)
c25f0b
- Upstream fix for a bug in computation of time spent in a syscall
c25f0b
  (ltrace-0.6.0-syscall-time.patch)
c25f0b
- Upstream fix for a bug in passing struct(float,struct(float,float))
c25f0b
  on x86_64 (ltrace-0.6.0-x86_64-flatten.patch)
c25f0b
- Upstream patch for support of -l option (ltrace-0.6.0-dash-l.patch)
c25f0b
- Several more upstream patches with random cleanups.  Those were
c25f0b
  brought to Fedora to make porting of other patches easier.
c25f0b
  (ltrace-0.6.0-cleanups.patch)
c25f0b
c25f0b
* Thu Aug 30 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-18
c25f0b
- PPC64 passes floating point equivalent structures in registers
c25f0b
c25f0b
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-17
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c25f0b
c25f0b
* Fri Jun  1 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-16
c25f0b
- Look for __cxa_demangle in libstdc++ as well
c25f0b
- Demangle test case should report it's unsupported if demangling
c25f0b
  support isn't compiled in (ltrace-0.6.0-demangle.patch)
c25f0b
- Resolves: #827422
c25f0b
c25f0b
* Thu May 31 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-15
c25f0b
- Add upstream patches for parameter passing.  Apart from a couple of
c25f0b
  fixes, this brings in s390 support (ltrace-0.6.0-abi-s390.patch)
c25f0b
c25f0b
* Fri May 18 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-14
c25f0b
- Add upstream patch that improves parameter passing support (the
c25f0b
  upstream "revamp" branch) (ltrace-0.6.0-abi.patch)
c25f0b
c25f0b
* Thu May  3 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-13
c25f0b
- Check -n argument for validity (ltrace-0.6.0-dash-n.patch)
c25f0b
- Resolves: #818529
c25f0b
- ltrace-0.6.0-libs-fixes-1.patch
c25f0b
  - Fix double free when process initialization fails for some reason
c25f0b
  - Don't indent first level of calls
c25f0b
c25f0b
* Mon Apr 30 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-12
c25f0b
- Fix 32-bit builds
c25f0b
c25f0b
* Mon Apr 30 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-11
c25f0b
- Fix detach from sleeping process
c25f0b
- Add limited support for return from tail call
c25f0b
- Fix singlestep over atomic instruction sequence on PPC
c25f0b
- Add extensive upstream patch that implements
c25f0b
  - tracing calls done from DSOs
c25f0b
  - better tools for filtering symbol tables
c25f0b
  - support for tracing PLT calls on PPC64 (not entry points read from .plt)
c25f0b
  - support for PPC32 old-style (BSS) PLT table
c25f0b
- Drop ppc-shift patch that was superseded by the above
c25f0b
- Drop demangle patch that hasn't been applied for some time now
c25f0b
c25f0b
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.0-10
c25f0b
- Drop ExclusiveArch as all current Primary/Secondary Arches are supported
c25f0b
c25f0b
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-9
c25f0b
- And patch configure and config.h, not just configure.ac
c25f0b
- Resolves: #810973
c25f0b
c25f0b
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-7
c25f0b
- Add libselinux-devel BR
c25f0b
- Resolves: #810973
c25f0b
c25f0b
* Tue Apr 10 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-6
c25f0b
- If we fail to attach to traced process, check whether deny_ptrace
c25f0b
  isn't enabled.  If yes, warn about it.
c25f0b
- Resolves: #810973
c25f0b
c25f0b
* Tue Feb  7 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-5
c25f0b
- Add upstream patches for initial breakpoint insertion.  This mostly
c25f0b
  fixes tracing on PPC.
c25f0b
- Resolves: #773050
c25f0b
c25f0b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-4
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c25f0b
c25f0b
* Fri Nov 25 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-3
c25f0b
- Add several upstream patches that fix various races in tracing
c25f0b
  multi-threaded processes
c25f0b
- Add upstream patches for support of tracing across vfork
c25f0b
- Add upstream patches for ppc: excessive shift, and fetching
c25f0b
  function arguments
c25f0b
c25f0b
* Fri Sep  2 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-2
c25f0b
- Add upstream patches for tracing multi-threaded processes, endian
c25f0b
  fixes, and a test suite fixlet
c25f0b
c25f0b
* Tue Feb 15 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-1
c25f0b
- Update to 0.6.0
c25f0b
  - Drop most patches
c25f0b
  - Port exec-stripped patch
c25f0b
  - Add return-string-n patch
c25f0b
  - Leave just the testsuite part in ia64-sigill patch
c25f0b
c25f0b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-19.45svn
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c25f0b
c25f0b
* Thu Dec  9 2010 Petr Machata <pmachata@redhat.com> - 0.5-18.45svn
c25f0b
- Add memmove to /etc/ltrace.conf
c25f0b
- Resolves: #658311
c25f0b
c25f0b
* Wed Sep  8 2010 Petr Machata <pmachata@redhat.com> - 0.5-17.45svn
c25f0b
- Fix demangler resolution.  Libiberty is not in the default install
c25f0b
  anymore, and the fallback configure check for __cxa_demangle doesn't
c25f0b
  take into account the possibility that the symbol might be in
c25f0b
  libstdc++ instead.
c25f0b
- Resolves: #631069 FTBFS
c25f0b
c25f0b
* Wed May 19 2010 Petr Machata <pmachata@redhat.com> - 0.5-16.45svn.1
c25f0b
- When the value of undefined symbol in PPC 32-bit binary is 0, use
c25f0b
  PPC-specific magic to compute the PLT slots.
c25f0b
- Fix a problem with tracing stripped binary after execl on
c25f0b
  architectures that need PLT reinitalisation breakpoint.
c25f0b
- Support tracing of 31-bit binaries with 64-bit ltrace
c25f0b
- Fix handling of the case where forked child is reported before
c25f0b
  parent's fork event
c25f0b
- Patch from Supriya Kannery implements fetching 5th and further
c25f0b
  function arguments on s390
c25f0b
c25f0b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-14.45svn
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c25f0b
c25f0b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-13.45svn
c25f0b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c25f0b
c25f0b
* Tue Oct  7 2008 Petr Machata <pmachata@redhat.com> - 0.5-12.45svn
c25f0b
- Fix fork & exec patches to apply cleanly under --fuzz=0
c25f0b
- Resolves: #465036
c25f0b
c25f0b
* Fri May 23 2008 Petr Machata <pmachata@redhat.com> - 0.5-11.45svn
c25f0b
- Patch from James M. Leddy, fixes interaction of -c and -o
c25f0b
- Fix compilation by using -D_LARGEFILE64_SOURCE
c25f0b
- related: #447404
c25f0b
c25f0b
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5-10.45svn
c25f0b
- Autorebuild for GCC 4.3
c25f0b
c25f0b
* Wed Sep 12 2007 Petr Machata <pmachata@redhat.com> - 0.5-9.45svn
c25f0b
- Cleanup spec.
c25f0b
- Fix parallel make bug in Makefile.
c25f0b
- resolves: #226109
c25f0b
c25f0b
* Thu Aug 16 2007 Petr Machata <pmachata@redhat.com> - 0.5-8.45svn
c25f0b
- Fix licensing tag.
c25f0b
c25f0b
* Fri May  4 2007 Petr Machata <pmachata@redhat.com> - 0.5-7.45svn
c25f0b
- added fork/exec patches, mostly IBM's work
c25f0b
- added trace-exec tests into suite
c25f0b
- added ia64 sigill patch
c25f0b
c25f0b
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 0.5-6.45svn
c25f0b
- tidy up the specfile per rpmlint comments
c25f0b
- fix man page
c25f0b
c25f0b
* Mon Sep  4 2006 Petr Machata <pmachata@redhat.com> - 0.5-5.45svn
c25f0b
- fix plt handling on ppc32 (symval patch)
c25f0b
- fix attaching to process (attach patch)
c25f0b
- add fork & exec patches from IBM
c25f0b
- adjust weak symbol handling (ppc32fc5 patch)
c25f0b
c25f0b
* Wed Aug 23 2006 Petr Machata <pmachata@redhat.com> - 0.5-3.45svn
c25f0b
- use "{X}.{release}svn" release string per naming guidelines
c25f0b
c25f0b
* Tue Aug 22 2006 Petr Machata <pmachata@redhat.com> - 0.5-1.1.45svn
c25f0b
- using dist tag
c25f0b
c25f0b
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 0.5-1.0.45svn.6
c25f0b
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
c25f0b
  (#203001)
c25f0b
c25f0b
* Fri Jul 14 2006 Petr Machata <pmachata@redhat.com> - 0.5-1.0.45svn.5
c25f0b
- adding .gnu.hash patch to support new ELF hash table section
c25f0b
- adding testsuite patch to silent some bogus failures
c25f0b
c25f0b
* Fri Jul 14 2006 Petr Machata <pmachata@redhat.com> - 0.5-1.0.45svn
c25f0b
- adding upstream (svn) version.  It contains most of patches that we
c25f0b
  already use, and has support for secure PLTs.
c25f0b
c25f0b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.4-1.7.1
c25f0b
- rebuild
c25f0b
c25f0b
* Wed Jun 14 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.7
c25f0b
- drop broken ppc support
c25f0b
c25f0b
* Thu Jun  1 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.6
c25f0b
- e_entry patch: use elf's e_entry field instead of looking up _start
c25f0b
  symbol, which failed on stripped binaries.
c25f0b
c25f0b
* Wed May  3 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.5
c25f0b
- Correct a typo that prevented the inclusion of "demangle.h"
c25f0b
- Adding -Wl,-z,relro
c25f0b
c25f0b
* Mon Apr 24 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.4
c25f0b
- turn off opd translation on ia64, GElf already gives us function
c25f0b
  address.
c25f0b
- turn on main-internal test, it should pass now.
c25f0b
c25f0b
* Wed Apr 12 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.2
c25f0b
- svn fix for opt_x patch
c25f0b
- patches for testsuite for s390{,x}
c25f0b
- turning off main-internal test. Fails on ia64, needs investigation.
c25f0b
c25f0b
* Fri Apr  7 2006 Petr Machata <pmachata@redhat.com> - 0.4-1
c25f0b
- Upstream 0.4
c25f0b
- opt_x patch: New structure for opt_x list elements, now with
c25f0b
  'found'.  Using it in options.c, elf.c.
c25f0b
- testsuite patch: Automated testsuite for ltrace.
c25f0b
c25f0b
* Wed Mar  1 2006 Petr Machata  <pmachata@redhat.com> - 0.3.36-4.3
c25f0b
- include %%{ix86} to ExclusiveArch, instead of mere i386
c25f0b
c25f0b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.2
c25f0b
- bump again for double-long bug on ppc(64)
c25f0b
c25f0b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.1
c25f0b
- rebuilt for new gcc4.1 snapshot and glibc changes
c25f0b
c25f0b
* Mon Jan  9 2006 Jakub Jelinek <jakub@redhat.com> 0.3.36-4
c25f0b
- added ppc64 and s390x support (IBM)
c25f0b
- added ia64 support (Ian Wienand)
c25f0b
c25f0b
* Sat Mar  5 2005 Jakub Jelinek <jakub@redhat.com> 0.3.36-3
c25f0b
- rebuilt with GCC 4
c25f0b
c25f0b
* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 0.3.36-2
c25f0b
- make x86_64 ltrace trace both 32-bit and 64-bit binaries (#141955,
c25f0b
  IT#55600)
c25f0b
- fix tracing across execve
c25f0b
- fix printf-style format handling on 64-bit arches
c25f0b
c25f0b
* Thu Nov 18 2004 Jakub Jelinek <jakub@redhat.com> 0.3.36-1
c25f0b
- update to 0.3.36
c25f0b
c25f0b
* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 0.3.35-1
c25f0b
- update to 0.3.35
c25f0b
- update syscall tables from latest kernel source
c25f0b
c25f0b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c25f0b
- rebuilt
c25f0b
c25f0b
* Tue Jun  8 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-3
c25f0b
- buildreq elfutils-libelf-devel (#124921)
c25f0b
c25f0b
* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-2
c25f0b
- fix demangling
c25f0b
c25f0b
* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-1
c25f0b
- update to 0.3.32
c25f0b
  - fix dict.c assertion (#114359)
c25f0b
  - x86_64 support
c25f0b
- rewrite elf.[ch] using libelf
c25f0b
- don't rely on st_value of SHN_UNDEF symbols in binaries,
c25f0b
  instead walk .rel{,a}.plt and compute the addresses (#115299)
c25f0b
- fix x86-64 support
c25f0b
- some ltrace.conf additions
c25f0b
- some format string printing fixes
c25f0b
c25f0b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c25f0b
- rebuilt
c25f0b
c25f0b
* Mon Feb  3 2003 Jakub Jelinek <jakub@redhat.com> 0.3.29-1
c25f0b
- update to 0.3.29
c25f0b
c25f0b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
c25f0b
- rebuilt
c25f0b
c25f0b
* Sun Sep  1 2002 Jakub Jelinek <jakub@redhat.com> 0.3.10-12
c25f0b
- add a bunch of missing functions to ltrace.conf
c25f0b
  (like strlen, ugh)
c25f0b
c25f0b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
c25f0b
- automated rebuild
c25f0b
c25f0b
* Tue May 28 2002 Phil Knirsch <pknirsch@redhat.com>
c25f0b
- Added the 'official' s390 patch.
c25f0b
c25f0b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
c25f0b
- automated rebuild
c25f0b
c25f0b
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
c25f0b
- automated rebuild
c25f0b
c25f0b
* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
c25f0b
- fix stale symlink in documentation directory (#47749)
c25f0b
c25f0b
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
c25f0b
- Bump release + rebuild.
c25f0b
c25f0b
* Wed Aug  2 2000 Tim Waugh <twaugh@redhat.com>
c25f0b
- fix off-by-one problem in checking syscall number
c25f0b
c25f0b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
c25f0b
- automatic rebuild
c25f0b
c25f0b
* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
c25f0b
- rebuilt for next release
c25f0b
- patched Makefile.in to take a hint on mandir (patch2)
c25f0b
- use %%{_mandir} and %%makeinstall
c25f0b
c25f0b
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
c25f0b
- fix description
c25f0b
c25f0b
* Fri Jan  7 2000 Jeff Johnson <jbj@redhat.com>
c25f0b
- update to 0.3.10.
c25f0b
- include (but don't apply) sparc patch from Jakub Jellinek.
c25f0b
c25f0b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
c25f0b
- auto rebuild in the new build environment (release 2)
c25f0b
c25f0b
* Fri Mar 12 1999 Jeff Johnson <jbj@redhat.com>
c25f0b
- update to 0.3.6.
c25f0b
c25f0b
* Mon Sep 21 1998 Preston Brown <pbrown@redhat.com>
c25f0b
- upgraded to 0.3.4