From 3da7ccde1b44b20db57f3847840d397882a2ab9c Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Thu, 16 Aug 2007 11:27:37 +0000 Subject: [PATCH] - Fix licensing tag. --- ltrace.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ltrace.spec b/ltrace.spec index 86bfaa5..40d5cbf 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,7 +1,7 @@ Summary: Tracks runtime library calls from dynamically linked executables Name: ltrace Version: 0.5 -Release: 7.45svn%{?dist} +Release: 8.45svn%{?dist} URL: http://alioth.debian.org/projects/ltrace/ Source: ltrace-0.5.tar.gz Patch0: ltrace-0.4-exec.patch @@ -18,7 +18,7 @@ Patch10: ltrace-0.5-exec.patch Patch11: ltrace-0.5-exec-tests.patch Patch12: ltrace-0.5-man.patch Patch13: ltrace-0.5-ia64-sigill.patch -License: GPL +License: GPLv2+ Group: Development/Debuggers ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 s390 s390x alpha sparc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /etc/ltrace.conf %changelog +* Thu Aug 16 2007 Petr Machata - 0.5-8.45svn +- Fix licensing tag. + * Fri May 4 2007 Petr Machata - 0.5-7.45svn - added fork/exec patches, mostly IBM's work - added trace-exec tests into suite