diff --git a/ltrace.spec b/ltrace.spec index bf21297..e3bfaf5 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,7 +1,7 @@ Summary: Tracks runtime library calls from dynamically linked executables Name: ltrace Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://ltrace.alioth.debian.org/ License: GPLv2+ Group: Development/Debuggers @@ -84,13 +84,12 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/ltrace.conf %changelog -* Fri Nov 25 2011 Petr Machata - 0.6.0-4 +* Fri Nov 25 2011 Petr Machata - 0.6.0-3 - Add several upstream patches that fix various races in tracing multi-threaded processes - Add upstream patches for support of tracing across vfork - Add upstream patches for ppc: excessive shift, and fetching function arguments -- Bump up revision to preserve upgrade path * Fri Sep 2 2011 Petr Machata - 0.6.0-2 - Add upstream patches for tracing multi-threaded processes, endian