diff --git a/.cvsignore b/.cvsignore index f27431d..ead6152 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ctags-4.0.2.tar.gz +ctags-4.0.3.tar.gz diff --git a/ctags.spec b/ctags.spec index cafdb1b..3175549 100644 --- a/ctags.spec +++ b/ctags.spec @@ -1,6 +1,6 @@ Summary: A C programming language indexing and/or cross-reference tool. Name: ctags -Version: 4.0.2 +Version: 4.0.3 Release: 1 License: GPL Group: Development/Tools @@ -42,10 +42,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc FAQ INSTALL NEWS QUOTES README -%{_bindir}/* -%{_mandir}/man1/* +%{_bindir}/ctags +%{_mandir}/man1/ctags* %changelog +* Thu Jan 04 2001 Preston Brown +- 4.0.3 +- remove etags, it is not fully compatible with cmd line of GNU etags. + * Sun Jul 16 2000 Florian La Roche - update to 4.0.2 from sourceforge diff --git a/sources b/sources index 643433e..429e5cd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f5acb5dd493df9614b14e50c7ea088a ctags-4.0.2.tar.gz +2926495819de668f5bcda2e6b547c550 ctags-4.0.3.tar.gz