patchlevel 6, fixes bz# 175048
This commit is contained in:
parent
937d1ce674
commit
935040a61a
@ -29,3 +29,5 @@ Individual patches for Vim 6.4:
|
|||||||
7802 6.4.002 Unix: may change owner of wrong file in rare cases
|
7802 6.4.002 Unix: may change owner of wrong file in rare cases
|
||||||
1463 6.4.003 (after 6.4.002) build problem on non-Unix system
|
1463 6.4.003 (after 6.4.002) build problem on non-Unix system
|
||||||
1581 6.4.004 "go" doesn't work correctly when 'virtualedit' is set
|
1581 6.4.004 "go" doesn't work correctly when 'virtualedit' is set
|
||||||
|
1577 6.4.005 truncating message may write before buffer
|
||||||
|
2320 6.4.006 ":argedit", "argdel" and ":argadd" used count argument
|
||||||
|
11
vim.spec
11
vim.spec
@ -20,12 +20,12 @@
|
|||||||
|
|
||||||
%define baseversion 6.4
|
%define baseversion 6.4
|
||||||
%define vimdir vim64
|
%define vimdir vim64
|
||||||
%define patchlevel 004
|
%define patchlevel 006
|
||||||
|
|
||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 2
|
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
|
||||||
@ -56,6 +56,8 @@ Patch2010: xxd-locale.patch
|
|||||||
Patch002: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.002
|
Patch002: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.002
|
||||||
Patch003: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.003
|
Patch003: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.003
|
||||||
Patch004: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.004
|
Patch004: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.004
|
||||||
|
Patch005: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.005
|
||||||
|
Patch006: ftp://ftp.vim.org/pub/vim/patches/6.4/6.4.006
|
||||||
|
|
||||||
Patch3000: vim-6.1-syntax.patch
|
Patch3000: vim-6.1-syntax.patch
|
||||||
Patch3001: vim-6.2-rh1.patch
|
Patch3001: vim-6.2-rh1.patch
|
||||||
@ -184,6 +186,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch002 -p0
|
%patch002 -p0
|
||||||
%patch003 -p0
|
%patch003 -p0
|
||||||
%patch004 -p0
|
%patch004 -p0
|
||||||
|
%patch005 -p0
|
||||||
|
%patch006 -p0
|
||||||
|
|
||||||
|
|
||||||
%patch3000 -p1
|
%patch3000 -p1
|
||||||
@ -484,6 +488,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 02 2006 Karsten Hopp <karsten@redhat.de> 6.4.006-1
|
||||||
|
- patchlevel 6, fixes bz# 175048
|
||||||
|
|
||||||
* Tue Dec 20 2005 Karsten Hopp <karsten@redhat.de> 6.4.004-2
|
* Tue Dec 20 2005 Karsten Hopp <karsten@redhat.de> 6.4.004-2
|
||||||
- disable templates when editing new .c / .h files (#175878)
|
- disable templates when editing new .c / .h files (#175878)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user