diff --git a/ctags.spec b/ctags.spec index 6e8508a..8bb58a8 100644 --- a/ctags.spec +++ b/ctags.spec @@ -1,8 +1,8 @@ Summary: A C programming language indexing and/or cross-reference tool Name: ctags Version: 5.8 -Release: 1%{?dist} -License: GPLv2+ +Release: 2%{?dist} +License: GPLv2+ or Public Domain Group: Development/Tools Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Patch0: ctags-5.7-destdir.patch @@ -85,6 +85,9 @@ rm -rf %{buildroot} %{_mandir}/man1/etags.%{name}.1* %changelog +* Mon Jan 4 2009 Marcela Mašláňová - 5.8-2 +- fix license tag + * Tue Sep 01 2009 Than Ngo - 5.8-1 - 5.8 - apply patch to fix segment fault, thanks to Masatake YAMATO