df0f312
Summary: Tracks runtime library calls from dynamically linked executables
cvsdist 8688751
Name: ltrace
Petr Machata 5bfaa48
Version: 0.7.2
Petr Machata cb74839
Release: 4%{?dist}
71bb011
URL: http://ltrace.alioth.debian.org/
71bb011
License: GPLv2+
71bb011
Group: Development/Debuggers
449eeac
71bb011
BuildRequires: elfutils-libelf-devel dejagnu
Petr Machata 4d003cd
BuildRequires: libselinux-devel
Petr Machata 4b23d2c
BuildRequires: autoconf automake libtool
71bb011
Petr Machata 5bfaa48
# Note: this URL needs to be updated for each release, as the file
Petr Machata 5bfaa48
# number changes for each file.  Full list of released files is at:
Petr Machata 5bfaa48
#  https://alioth.debian.org/frs/?group_id=30892
Petr Machata 5bfaa48
Source: http://alioth.debian.org/frs/download.php/3848/ltrace-0.7.2.tar.bz2
cvsdist 8688751
Petr Machata 4b23d2c
# Many small fixes brought from master branch.
Petr Machata 4b23d2c
Patch0: ltrace-0.7.2-bits.patch
Petr Machata 4b23d2c
Petr Machata cb74839
# Upstream patch which introduces support for ARM architecture.
Petr Machata 4b23d2c
Patch1: ltrace-0.7.2-arm.patch
Petr Machata 3a2cf5c
Petr Machata 5ab8e7f
# Work around a recently-added GCC warning.
Petr Machata 5ab8e7f
Patch2: ltrace-0.7.2-unused-typedef.patch
Petr Machata 5ab8e7f
cvsdist 8688751
%description
cvsdist 8688751
Ltrace is a debugging program which runs a specified command until the
cvsdist 8688751
command exits.  While the command is executing, ltrace intercepts and
cvsdist 8688751
records both the dynamic library calls called by the executed process
cvsdist 8688751
and the signals received by the executed process.  Ltrace can also
cvsdist 8688751
intercept and print system calls executed by the process.
cvsdist 8688751
cvsdist 8688751
You should install ltrace if you need a sysadmin tool for tracking the
cvsdist 8688751
execution of processes.
cvsdist 8688751
cvsdist 8688751
%prep
cvsdist 8688751
%setup -q
Petr Machata 3a2cf5c
%patch0 -p1
Petr Machata 4b23d2c
%patch1 -p1
Petr Machata 5ab8e7f
%patch2 -p1
cvsdist 8688751
cvsdist 8688751
%build
Petr Machata 4b23d2c
autoreconf -i
Petr Machata 5bfaa48
%configure
71bb011
make %{?_smp_mflags}
cvsdist 8688751
cvsdist 8688751
%install
71bb011
make DESTDIR=$RPM_BUILD_ROOT bindir=%{_bindir} docdir=%{_docdir}/ltrace-%{version}/ install
ce39071
86b4c4e
# The testsuite is useful for development in real world, but fails in
86b4c4e
# koji for some reason.  Disable it, but have it handy.
Petr Machata 0039e56
%check
Petr Machata 0039e56
echo ====================TESTING=========================
Petr Machata 7e4d565
make check ||:
Petr Machata 0039e56
echo ====================TESTING END=====================
cvsdist 8688751
cvsdist 8688751
%files
cvsdist 8688751
%defattr(-,root,root)
Petr Machata 85e5504
%doc COPYING README NEWS
71bb011
%{_bindir}/ltrace
cvsdist 8688751
%{_mandir}/man1/ltrace.1*
Petr Machata 85e5504
%{_mandir}/man5/ltrace.conf.5*
71bb011
%config(noreplace) %{_sysconfdir}/ltrace.conf
cvsdist 8688751
cvsdist 8688751
%changelog
Petr Machata cb74839
* Wed Feb  6 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-4
Petr Machata cb74839
- Update the ARM patch (ltrace-0.7.2-arm.patch) with support for
Petr Machata cb74839
  parameter passing conventions.
Petr Machata cb74839
Petr Machata 4b23d2c
* Thu Jan 31 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-3
Petr Machata 4b23d2c
- Bring small fixes from master branch
Petr Machata 4b23d2c
  (ltrace-0.7.2-bits.patch; drop ltrace-0.7.2-man.patch)
Petr Machata 4b23d2c
- Add a patch that implements ARM sofware singlestepping.  This mostly
Petr Machata 4b23d2c
  fixes test suite on ARM, though parameter passing conventions are
Petr Machata 4b23d2c
  still not implemented.  (ltrace-0.7.2-arm.patch)
Petr Machata 5ab8e7f
- Work around a new GCC warning (ltrace-0.7.2-unused-typedef.patch)
Petr Machata 4b23d2c
Petr Machata 3a2cf5c
* Fri Jan 11 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-2
Petr Machata 3a2cf5c
- Improve documentation: better correlation between ltrace(1) and
Petr Machata 3a2cf5c
  --help, other minor improvements in ltrace(1).
Petr Machata 3a2cf5c
  (ltrace-0.7.2-man.patch)
Petr Machata 3a2cf5c
Petr Machata 5bfaa48
* Mon Dec 10 2012 Petr Machata <pmachata@redhat.com> - 0.7.2-1
Petr Machata 5bfaa48
- Upstream 0.7.2
Petr Machata 5bfaa48
  - Drop all the patches
Petr Machata 5bfaa48
Petr Machata 85e5504
* Sat Nov 10 2012 Petr Machata <pmachata@redhat.com> - 0.7.0-1
Petr Machata 85e5504
- Upstream 0.7.0
Petr Machata 85e5504
  - Drop all the patches
Petr Machata 85e5504
  - Upstream patch for missing sysdeps/linux-gnu/ppc/insn.h
Petr Machata 85e5504
    (ltrace-0.7.0-ppc-insn.h.patch)
Petr Machata 85e5504
  - Upstream patch for installing ltrace.conf.5 to man5
Petr Machata 85e5504
    (ltrace-0.7.0-man5.patch)
Petr Machata 85e5504
Petr Machata f09484d
* Mon Oct  1 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-19
Petr Machata f09484d
- Upstream patch for ia64 parameter passing
Petr Machata f09484d
  (ltrace-0.6.0-abi-ia64.patch)
Petr Machata f09484d
- Upstream fix for a bug in computation of time spent in a syscall
Petr Machata f09484d
  (ltrace-0.6.0-syscall-time.patch)
Petr Machata f09484d
- Upstream fix for a bug in passing struct(float,struct(float,float))
Petr Machata f09484d
  on x86_64 (ltrace-0.6.0-x86_64-flatten.patch)
Petr Machata f09484d
- Upstream patch for support of -l option (ltrace-0.6.0-dash-l.patch)
Petr Machata f09484d
- Several more upstream patches with random cleanups.  Those were
Petr Machata f09484d
  brought to Fedora to make porting of other patches easier.
Petr Machata f09484d
  (ltrace-0.6.0-cleanups.patch)
Petr Machata f09484d
Petr Machata ba67ad5
* Thu Aug 30 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-18
Petr Machata ba67ad5
- PPC64 passes floating point equivalent structures in registers
Petr Machata ba67ad5
a6abbf9
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-17
a6abbf9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a6abbf9
Petr Machata 9bde653
* Fri Jun  1 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-16
Petr Machata d4035c4
- Look for __cxa_demangle in libstdc++ as well
Petr Machata d4035c4
- Demangle test case should report it's unsupported if demangling
Petr Machata 9bde653
  support isn't compiled in (ltrace-0.6.0-demangle.patch)
Petr Machata d4035c4
- Resolves: #827422
Petr Machata d4035c4
Petr Machata aa961fb
* Thu May 31 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-15
Petr Machata aa961fb
- Add upstream patches for parameter passing.  Apart from a couple of
Petr Machata aa961fb
  fixes, this brings in s390 support (ltrace-0.6.0-abi-s390.patch)
Petr Machata aa961fb
Petr Machata 811ce88
* Fri May 18 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-14
Petr Machata 811ce88
- Add upstream patch that improves parameter passing support (the
Petr Machata 811ce88
  upstream "revamp" branch) (ltrace-0.6.0-abi.patch)
Petr Machata 811ce88
Petr Machata e06544f
* Thu May  3 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-13
Petr Machata 7e71d7b
- Check -n argument for validity (ltrace-0.6.0-dash-n.patch)
Petr Machata 29759cc
- Resolves: #818529
Petr Machata e06544f
- ltrace-0.6.0-libs-fixes-1.patch
Petr Machata e06544f
  - Fix double free when process initialization fails for some reason
Petr Machata e06544f
  - Don't indent first level of calls
Petr Machata e06544f
Petr Machata 17b8f90
* Mon Apr 30 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-12
Petr Machata 17b8f90
- Fix 32-bit builds
Petr Machata 17b8f90
Petr Machata ee71d18
* Mon Apr 30 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-11
Petr Machata ee71d18
- Fix detach from sleeping process
Petr Machata ee71d18
- Add limited support for return from tail call
Petr Machata ee71d18
- Fix singlestep over atomic instruction sequence on PPC
Petr Machata ee71d18
- Add extensive upstream patch that implements
Petr Machata ee71d18
  - tracing calls done from DSOs
Petr Machata ee71d18
  - better tools for filtering symbol tables
Petr Machata ee71d18
  - support for tracing PLT calls on PPC64 (not entry points read from .plt)
Petr Machata ee71d18
  - support for PPC32 old-style (BSS) PLT table
Petr Machata ee71d18
- Drop ppc-shift patch that was superseded by the above
Petr Machata ee71d18
- Drop demangle patch that hasn't been applied for some time now
Petr Machata 29759cc
449eeac
* Wed Apr 11 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.6.0-10
449eeac
- Drop ExclusiveArch as all current Primary/Secondary Arches are supported
449eeac
Petr Machata 66bd20f
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-9
Petr Machata 66bd20f
- And patch configure and config.h, not just configure.ac
Petr Machata eb7a707
- Resolves: #810973
Petr Machata eb7a707
Petr Machata 4d003cd
* Wed Apr 11 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-7
Petr Machata 4d003cd
- And patch configure and config.h, not just configure.ac
Petr Machata 38b7905
- Add libselinux-devel BR
Petr Machata 4d003cd
- Resolves: #810973
Petr Machata 4d003cd
Petr Machata 7a148c4
* Tue Apr 10 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-6
Petr Machata 7a148c4
- If we fail to attach to traced process, check whether deny_ptrace
Petr Machata 7a148c4
  isn't enabled.  If yes, warn about it.
Petr Machata 7a148c4
- Resolves: #810973
Petr Machata 7a148c4
Petr Machata d8c3bd7
* Tue Feb  7 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-5
Petr Machata 6e5a20e
- Add upstream patches for initial breakpoint insertion.  This mostly
Petr Machata 6e5a20e
  fixes tracing on PPC.
Petr Machata 6e5a20e
- Resolves: #773050
Petr Machata 6e5a20e
2a671a2
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.0-4
2a671a2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2a671a2
Petr Machata f2cc799
* Fri Nov 25 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-3
Petr Machata d2c71fc
- Add several upstream patches that fix various races in tracing
Petr Machata d2c71fc
  multi-threaded processes
Petr Machata d2c71fc
- Add upstream patches for support of tracing across vfork
Petr Machata d2c71fc
- Add upstream patches for ppc: excessive shift, and fetching
Petr Machata d2c71fc
  function arguments
Petr Machata d2c71fc
Petr Machata 1e29979
* Fri Sep  2 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-2
Petr Machata 1e29979
- Add upstream patches for tracing multi-threaded processes, endian
Petr Machata 1e29979
  fixes, and a test suite fixlet
Petr Machata 1e29979
Petr Machata 0039e56
* Tue Feb 15 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-1
Petr Machata 0039e56
- Update to 0.6.0
Petr Machata 0039e56
  - Drop most patches
Petr Machata 0039e56
  - Port exec-stripped patch
Petr Machata 0039e56
  - Add return-string-n patch
Petr Machata 0039e56
  - Leave just the testsuite part in ia64-sigill patch
Petr Machata 0039e56
195817b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-19.45svn
195817b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
195817b
Petr Machata 3daa665
* Thu Dec  9 2010 Petr Machata <pmachata@redhat.com> - 0.5-18.45svn
Petr Machata 3daa665
- Add memmove to /etc/ltrace.conf
Petr Machata 3daa665
- Resolves: #658311
Petr Machata 3daa665
Petr Machata 9035544
* Wed Sep  8 2010 Petr Machata <pmachata@redhat.com> - 0.5-17.45svn
Petr Machata 9035544
- Fix demangler resolution.  Libiberty is not in the default install
Petr Machata 9035544
  anymore, and the fallback configure check for __cxa_demangle doesn't
Petr Machata 9035544
  take into account the possibility that the symbol might be in
Petr Machata 9035544
  libstdc++ instead.
Petr Machata 9035544
- Resolves: #631069 FTBFS
Petr Machata 9035544
6fe6558
* Wed May 19 2010 Petr Machata <pmachata@redhat.com> - 0.5-16.45svn.1
6fe6558
- When the value of undefined symbol in PPC 32-bit binary is 0, use
6fe6558
  PPC-specific magic to compute the PLT slots.
6fe6558
- Fix a problem with tracing stripped binary after execl on
6fe6558
  architectures that need PLT reinitalisation breakpoint.
6fe6558
- Support tracing of 31-bit binaries with 64-bit ltrace
6fe6558
- Fix handling of the case where forked child is reported before
6fe6558
  parent's fork event
6fe6558
- Patch from Supriya Kannery implements fetching 5th and further
6fe6558
  function arguments on s390
6fe6558
aba8df1
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-14.45svn
aba8df1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
aba8df1
4e80ab7
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5-13.45svn
4e80ab7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4e80ab7
38bd73f
* Tue Oct  7 2008 Petr Machata <pmachata@redhat.com> - 0.5-12.45svn
38bd73f
- Fix fork & exec patches to apply cleanly under --fuzz=0
38bd73f
- Resolves: #465036
38bd73f
280ab21
* Fri May 23 2008 Petr Machata <pmachata@redhat.com> - 0.5-11.45svn
280ab21
- Patch from James M. Leddy, fixes interaction of -c and -o
280ab21
- Fix compilation by using -D_LARGEFILE64_SOURCE
280ab21
- related: #447404
280ab21
2640872
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.5-10.45svn
2640872
- Autorebuild for GCC 4.3
2640872
71bb011
* Wed Sep 12 2007 Petr Machata <pmachata@redhat.com> - 0.5-9.45svn
6eaf4f9
- Cleanup spec.
6eaf4f9
- Fix parallel make bug in Makefile.
71bb011
- resolves: #226109
71bb011
3da7ccd
* Thu Aug 16 2007 Petr Machata <pmachata@redhat.com> - 0.5-8.45svn
3da7ccd
- Fix licensing tag.
3da7ccd
768acb9
* Fri May  4 2007 Petr Machata <pmachata@redhat.com> - 0.5-7.45svn
768acb9
- added fork/exec patches, mostly IBM's work
768acb9
- added trace-exec tests into suite
768acb9
- added ia64 sigill patch
768acb9
df0f312
* Thu Jan 25 2007 Petr Machata <pmachata@redhat.com> - 0.5-6.45svn
df0f312
- tidy up the specfile per rpmlint comments
df0f312
- fix man page
df0f312
311c7f7
* Mon Sep  4 2006 Petr Machata <pmachata@redhat.com> - 0.5-5.45svn
311c7f7
- fix plt handling on ppc32 (symval patch)
311c7f7
- fix attaching to process (attach patch)
311c7f7
- add fork & exec patches from IBM
311c7f7
- adjust weak symbol handling (ppc32fc5 patch)
4bdde30
75f7ddf
* Wed Aug 23 2006 Petr Machata <pmachata@redhat.com> - 0.5-3.45svn
feb4ced
- use "{X}.{release}svn" release string per naming guidelines
feb4ced
feb4ced
* Tue Aug 22 2006 Petr Machata <pmachata@redhat.com> - 0.5-1.1.45svn
82e1d8c
- using dist tag
82e1d8c
369fdb2
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 0.5-1.0.45svn.6
369fdb2
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
369fdb2
  (#203001)
369fdb2
8e9981a
* Fri Jul 14 2006 Petr Machata <pmachata@redhat.com> - 0.5-1.0.45svn.5
4fb08dd
- adding .gnu.hash patch to support new ELF hash table section
c468e10
- adding testsuite patch to silent some bogus failures
4fb08dd
fffe0fb
* Fri Jul 14 2006 Petr Machata <pmachata@redhat.com> - 0.5-1.0.45svn
fffe0fb
- adding upstream (svn) version.  It contains most of patches that we
fffe0fb
  already use, and has support for secure PLTs.
fffe0fb
0a5af20
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.4-1.7.1
0a5af20
- rebuild
0a5af20
2e6aee2
* Wed Jun 14 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.7
2e6aee2
- drop broken ppc support
2e6aee2
b29b2e1
* Thu Jun  1 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.6
b29b2e1
- e_entry patch: use elf's e_entry field instead of looking up _start
b29b2e1
  symbol, which failed on stripped binaries.
b29b2e1
43ee98e
* Tue May  3 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.5
43ee98e
- Correct a typo that prevented the inclusion of "demangle.h"
43ee98e
- Adding -Wl,-z,relro
43ee98e
a1bac0b
* Mon Apr 24 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.4
a1bac0b
- turn off opd translation on ia64, GElf already gives us function
a1bac0b
  address.
a1bac0b
- turn on main-internal test, it should pass now.
a1bac0b
39ba8c9
* Wed Apr 12 2006 Petr Machata <pmachata@redhat.com> - 0.4-1.2
39ba8c9
- svn fix for opt_x patch
39ba8c9
- patches for testsuite for s390{,x}
39ba8c9
- turning off main-internal test. Fails on ia64, needs investigation.
39ba8c9
ce39071
* Fri Apr  7 2006 Petr Machata <pmachata@redhat.com> - 0.4-1
ce39071
- Upstream 0.4
ce39071
- opt_x patch: New structure for opt_x list elements, now with
ce39071
  'found'.  Using it in options.c, elf.c.
ce39071
- testsuite patch: Automated testsuite for ltrace.
ce39071
2eec108
* Wed Mar  1 2006 Petr Machata  <pmachata@redhat.com> - 0.3.36-4.3
df0f312
- include %%{ix86} to ExclusiveArch, instead of mere i386
8e3bf5e
8bb274d
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.2
8bb274d
- bump again for double-long bug on ppc(64)
8bb274d
6bd795f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.1
6bd795f
- rebuilt for new gcc4.1 snapshot and glibc changes
6bd795f
c8e65f8
* Mon Jan  9 2006 Jakub Jelinek <jakub@redhat.com> 0.3.36-4
c8e65f8
- added ppc64 and s390x support (IBM)
c8e65f8
- added ia64 support (Ian Wienand)
0bf57fd
9288c75
* Sat Mar  5 2005 Jakub Jelinek <jakub@redhat.com> 0.3.36-3
9288c75
- rebuilt with GCC 4
9288c75
9288c75
* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 0.3.36-2
a29f3b5
- make x86_64 ltrace trace both 32-bit and 64-bit binaries (#141955,
a29f3b5
  IT#55600)
a29f3b5
- fix tracing across execve
a29f3b5
- fix printf-style format handling on 64-bit arches
a29f3b5
eab4703
* Thu Nov 18 2004 Jakub Jelinek <jakub@redhat.com> 0.3.36-1
eab4703
- update to 0.3.36
eab4703
65e4c9f
* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 0.3.35-1
65e4c9f
- update to 0.3.35
65e4c9f
- update syscall tables from latest kernel source
65e4c9f
cvsdist a9ac1c1
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a9ac1c1
- rebuilt
cvsdist a9ac1c1
cvsdist 0ffa440
* Tue Jun  8 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-3
cvsdist 0ffa440
- buildreq elfutils-libelf-devel (#124921)
cvsdist 0ffa440
cvsdist 66f0399
* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-2
cvsdist 66f0399
- fix demangling
cvsdist 66f0399
cvsdist 66f0399
* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-1
cvsdist 66f0399
- update to 0.3.32
cvsdist 66f0399
  - fix dict.c assertion (#114359)
cvsdist 66f0399
  - x86_64 support
cvsdist 66f0399
- rewrite elf.[ch] using libelf
cvsdist 66f0399
- don't rely on st_value of SHN_UNDEF symbols in binaries,
cvsdist 66f0399
  instead walk .rel{,a}.plt and compute the addresses (#115299)
cvsdist 66f0399
- fix x86-64 support
cvsdist 66f0399
- some ltrace.conf additions
cvsdist 66f0399
- some format string printing fixes
cvsdist 66f0399
cvsdist 0fddda6
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0fddda6
- rebuilt
cvsdist 0fddda6
cvsdist b4d7532
* Mon Feb  3 2003 Jakub Jelinek <jakub@redhat.com> 0.3.29-1
cvsdist b4d7532
- update to 0.3.29
cvsdist b4d7532
cvsdist b4d7532
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist b4d7532
- rebuilt
cvsdist b4d7532
cvsdist 6299e6a
* Sun Sep  1 2002 Jakub Jelinek <jakub@redhat.com> 0.3.10-12
cvsdist 6299e6a
- add a bunch of missing functions to ltrace.conf
cvsdist 6299e6a
  (like strlen, ugh)
cvsdist 6299e6a
cvsdist f9d99cc
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist f9d99cc
- automated rebuild
cvsdist f9d99cc
cvsdist 5d64697
* Tue May 28 2002 Phil Knirsch <pknirsch@redhat.com>
cvsdist 5d64697
- Added the 'official' s390 patch.
cvsdist 5d64697
cvsdist 9290b07
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist 9290b07
- automated rebuild
cvsdist 9290b07
cvsdist 9290b07
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
cvsdist 9290b07
- automated rebuild
cvsdist 9290b07
cvsdist 996c7ed
* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
cvsdist 996c7ed
- fix stale symlink in documentation directory (#47749)
cvsdist 996c7ed
cvsdist c61eec4
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
cvsdist c61eec4
- Bump release + rebuild.
cvsdist c61eec4
cvsdist 8688751
* Thu Aug  2 2000 Tim Waugh <twaugh@redhat.com>
cvsdist 8688751
- fix off-by-one problem in checking syscall number
cvsdist 8688751
cvsdist 8688751
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 8688751
- automatic rebuild
cvsdist 8688751
cvsdist 8688751
* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
cvsdist 8688751
- rebuilt for next release
cvsdist 8688751
- patched Makefile.in to take a hint on mandir (patch2)
cvsdist 8688751
- use %%{_mandir} and %%makeinstall
cvsdist 8688751
cvsdist 8688751
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 8688751
- fix description
cvsdist 8688751
cvsdist 8688751
* Fri Jan  7 2000 Jeff Johnson <jbj@redhat.com>
cvsdist 8688751
- update to 0.3.10.
cvsdist 8688751
- include (but don't apply) sparc patch from Jakub Jellinek.
cvsdist 8688751
cvsdist 8688751
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 8688751
- auto rebuild in the new build environment (release 2)
cvsdist 8688751
cvsdist 8688751
* Fri Mar 12 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 8688751
- update to 0.3.6.
cvsdist 8688751
cvsdist 8688751
* Mon Sep 21 1998 Preston Brown <pbrown@redhat.com>
cvsdist 8688751
- upgraded to 0.3.4