auto-import changelog data from ltrace-0.3.29-1.src.rpm
Mon Feb 03 2003 Jakub Jelinek <jakub@redhat.com> 0.3.29-1 - update to 0.3.29 Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt
This commit is contained in:
parent
6299e6a4db
commit
b4d7532f51
@ -1 +1 @@
|
||||
ltrace_0.3.10.tar.gz
|
||||
ltrace_0.3.29.tar.gz
|
||||
|
||||
28
ltrace.spec
28
ltrace.spec
@ -1,18 +1,15 @@
|
||||
Summary: Tracks runtime library calls from dynamically linked executables.
|
||||
Name: ltrace
|
||||
Version: 0.3.10
|
||||
Release: 12
|
||||
Source: ftp://ftp.debian.org/debian/dists/unstable/main/source/utils/ltrace_%{version}.tar.gz
|
||||
Version: 0.3.29
|
||||
Release: 1
|
||||
Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.tar.gz
|
||||
# XXX this patch doesn't work yet
|
||||
Patch0: ltrace-0.3.8.sparc.patch
|
||||
Patch1: ltrace-0.3.10-jbj.patch
|
||||
Patch2: ltrace-0.3.10-mandir.patch
|
||||
Patch3: ltrace-0.3.10-nsyscals0.patch
|
||||
Patch4: ltrace-0.3.11-s390.patch
|
||||
Patch5: ltrace-0.3.10-conf.patch
|
||||
Patch1: ltrace-0.3.29-nsyscals0.patch
|
||||
Patch2: ltrace-0.3.29-conf.patch
|
||||
Copyright: GPL
|
||||
Group: Development/Debuggers
|
||||
ExclusiveArch: i386 s390
|
||||
ExclusiveArch: i386 s390 ppc
|
||||
Prefix: %{_prefix}
|
||||
BuildRoot: /var/tmp/%{name}-root
|
||||
|
||||
@ -32,11 +29,8 @@ execution of processes.
|
||||
# XXX this patch doesn't work yet
|
||||
#%patch0 -p1 -b .sparc
|
||||
|
||||
%patch1 -p1 -b .jbj
|
||||
%patch2 -p1 -b .mandir
|
||||
%patch3 -p1 -b .nsyscals0
|
||||
%patch4 -p1 -b .s390
|
||||
%patch5 -p1 -b .conf
|
||||
%patch1 -p1 -b .nsyscals0
|
||||
%patch2 -p1 -b .conf
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -58,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config /etc/ltrace.conf
|
||||
|
||||
%changelog
|
||||
* Mon Feb 3 2003 Jakub Jelinek <jakub@redhat.com> 0.3.29-1
|
||||
- update to 0.3.29
|
||||
|
||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
* Sun Sep 1 2002 Jakub Jelinek <jakub@redhat.com> 0.3.10-12
|
||||
- add a bunch of missing functions to ltrace.conf
|
||||
(like strlen, ugh)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user