diff --git a/ltrace.spec b/ltrace.spec index dee6fe7..4ea8190 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,7 +1,7 @@ Summary: Tracks runtime library calls from dynamically linked executables Name: ltrace Version: 0.7.91 -Release: 27%{?dist} +Release: 28%{?dist} URL: http://ltrace.alioth.debian.org/ License: GPLv2+ Group: Development/Debuggers @@ -170,6 +170,9 @@ echo ====================TESTING END===================== %{_datadir}/ltrace %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.7.91-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Thu Jul 05 2018 DJ Delorie - 0.7.91-27 - Fix aarch64 long parameters (via $r8) support. - Make system_call_params test compare more exactly.