auto-import changelog data from vim-6.3.014-2.src.rpm

Mon Jul 26 2004 Warren Togami <wtogami@redhat.com> 6.3.014-2
- future proof vim-enhanced perl dep
This commit is contained in:
cvsdist 2004-09-09 14:15:00 +00:00
parent 409f8fcadf
commit 3ed3c8d827

View File

@ -1,3 +1,6 @@
# REMOVE ME -- temporary hack
ExcludeArch: s390 s390x
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%define desktop_file 1 %define desktop_file 1
%if %{desktop_file} %if %{desktop_file}
@ -28,7 +31,7 @@
Summary: The VIM editor. Summary: The VIM editor.
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 1 Release: 2
License: freeware License: freeware
Group: Applications/Editors Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
@ -131,7 +134,7 @@ package is installed.
Summary: A version of the VIM editor which includes recent enhancements. Summary: A version of the VIM editor which includes recent enhancements.
Group: Applications/Editors Group: Applications/Editors
Requires: vim-common Requires: vim-common
Requires: %(perl -le 'use Config;print $Config{archlibexp}') Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Obsoletes: vim-color Obsoletes: vim-color
%description enhanced %description enhanced
@ -454,6 +457,9 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Mon Jul 26 2004 Warren Togami <wtogami@redhat.com> 6.3.014-2
- future proof vim-enhanced perl dep
* Thu Jul 22 2004 Karsten Hopp <karsten@redhat.de> 6.3.014-1 * Thu Jul 22 2004 Karsten Hopp <karsten@redhat.de> 6.3.014-1
- patchlevel 14, fixes 'helplang' default settings - patchlevel 14, fixes 'helplang' default settings
- fix escape sequence in /etc/vimrc (#128344) - fix escape sequence in /etc/vimrc (#128344)