Add upstream patches for initial breakpoint insertion

This commit is contained in:
Petr Machata 2012-02-08 00:18:26 +01:00
parent f2cc79905f
commit 6e5a20e2b8
2 changed files with 1061 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: Tracks runtime library calls from dynamically linked executables
Name: ltrace
Version: 0.6.0
Release: 3%{?dist}
Release: 4%{?dist}
URL: http://ltrace.alioth.debian.org/
License: GPLv2+
Group: Development/Debuggers
@ -27,6 +27,7 @@ Patch9: ltrace-0.6.0-ppc-args.patch
Patch10: ltrace-0.6.0-ppc-shift.patch
Patch11: ltrace-0.6.0-vfork.patch
Patch12: ltrace-0.6.0-thread-races.patch
Patch13: ltrace-0.6.0-process-start.patch
%description
Ltrace is a debugging program which runs a specified command until the
@ -52,6 +53,7 @@ execution of processes.
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
sed -i -e 's/-o root -g root//' Makefile.in
%build
@ -84,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/ltrace.conf
%changelog
* Tue Feb 7 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-4
- Add upstream patches for initial breakpoint insertion. This mostly
fixes tracing on PPC.
- Resolves: #773050
* Fri Nov 25 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-3
- Add several upstream patches that fix various races in tracing
multi-threaded processes