- patchlevel 90

- next attempt to fix perl requirements, add perl-epoch (#145475)
This commit is contained in:
Karsten Hopp 2005-10-10 09:26:30 +00:00
parent 6caafdc7f2
commit 14dbb9a04d
2 changed files with 21 additions and 3 deletions

View File

@ -111,3 +111,7 @@ Individual patches for Vim 6.3:
6773 6.3.084 (extra) Cygwin: update src makefile and add src/po makefile 6773 6.3.084 (extra) Cygwin: update src makefile and add src/po makefile
3408 6.3.085 crash in syntax highlighting 3408 6.3.085 crash in syntax highlighting
10618 6.3.086 (extra) Russian translation has a few mistakes 10618 6.3.086 (extra) Russian translation has a few mistakes
1471 6.3.087 Win32: crash when expanding file name when there isn't one
2269 6.3.088 editing ".in" causes error E218
2223 6.3.089 session file can't handle current directory with spaces
1484 6.3.090 crash with very large value for 'columns' or 'lines'

View File

@ -23,12 +23,12 @@
%define baseversion 6.3 %define baseversion 6.3
%define vimdir vim63 %define vimdir vim63
%define patchlevel 086 %define patchlevel 090
Summary: The VIM editor. Summary: The VIM editor.
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 5 Release: 1
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
@ -141,6 +141,10 @@ Patch083: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.083
Patch084: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.084 Patch084: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.084
Patch085: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.085 Patch085: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.085
Patch086: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.086 Patch086: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.086
Patch087: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.087
Patch088: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.088
Patch089: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.089
Patch090: ftp://ftp.vim.org/pub/vim/patches/6.3/6.3.090
Patch3000: vim-6.1-syntax.patch Patch3000: vim-6.1-syntax.patch
Patch3001: vim-6.2-rh1.patch Patch3001: vim-6.2-rh1.patch
@ -209,7 +213,8 @@ 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 = %{epoch}:%{version}-%{release} Requires: vim-common = %{epoch}:%{version}-%{release}
Requires: %(perl -le 'printf("perl >= %vd\n",$^V);') #Requires: %(perl -le 'printf("perl >= %vd\n",$^V);')
Requires: perl >= %(rpm -q --qf "%%{epoch}:%%{version}\n" perl)
Obsoletes: vim-color Obsoletes: vim-color
%description enhanced %description enhanced
@ -362,6 +367,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
#%patch084 -p0 #%patch084 -p0
%patch085 -p0 %patch085 -p0
%patch086 -p0 %patch086 -p0
# Win32:
#%patch087 -p0
%patch088 -p0
%patch089 -p0
%patch090 -p0
%patch3000 -p1 %patch3000 -p1
@ -668,6 +678,10 @@ rm -rf $RPM_BUILD_ROOT
%endif %endif
%changelog %changelog
* Mon Oct 10 2005 Karsten Hopp <karsten@redhat.de> 6.3.090-1
- patchlevel 90
- next attempt to fix perl requirements, add perl-epoch (#145475)
* Thu Sep 08 2005 Karsten Hopp <karsten@redhat.de> 6.3.086-5 * Thu Sep 08 2005 Karsten Hopp <karsten@redhat.de> 6.3.086-5
- fix path to csupport templates - fix path to csupport templates
- point user at README.csupport so that defaults can be set - point user at README.csupport so that defaults can be set