Add upstream patches for parameter passing, add s390 support

This commit is contained in:
Petr Machata 2012-05-31 18:30:02 +02:00
parent abcce83fba
commit aa961fbb7f
2 changed files with 1702 additions and 1 deletions

1695
ltrace-0.6.0-abi-s390.patch Normal file

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: 14%{?dist}
Release: 15%{?dist}
URL: http://ltrace.alioth.debian.org/
License: GPLv2+
Group: Development/Debuggers
@ -34,6 +34,7 @@ Patch18: ltrace-0.6.0-libs.patch
Patch19: ltrace-0.6.0-libs-fixes-1.patch
Patch20: ltrace-0.6.0-dash-n.patch
Patch21: ltrace-0.6.0-abi.patch
Patch22: ltrace-0.6.0-abi-s390.patch
%description
Ltrace is a debugging program which runs a specified command until the
@ -66,6 +67,7 @@ execution of processes.
%patch19 -p1
%patch20 -p1
%patch21 -p1
%patch22 -p1
%build
# This ugly hack is necessary to build and link files for correct
@ -93,6 +95,10 @@ echo ====================TESTING END=====================
%config(noreplace) %{_sysconfdir}/ltrace.conf
%changelog
* Thu May 31 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-15
- Add upstream patches for parameter passing. Apart from a couple of
fixes, this brings in s390 support (ltrace-0.6.0-abi-s390.patch)
* Fri May 18 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-14
- Add upstream patch that improves parameter passing support (the
upstream "revamp" branch) (ltrace-0.6.0-abi.patch)