auto-import changelog data from vim-6.3.011-1.src.rpm
Sat Jul 03 2004 Karsten Hopp <karsten@redhat.de> 6.3.011-1 - patchlevel 11
This commit is contained in:
parent
1b4d760fe4
commit
145ee090b3
@ -21,6 +21,7 @@ After applying a patch, you need to compile Vim. There are no
|
|||||||
patches for binaries.
|
patches for binaries.
|
||||||
|
|
||||||
Individual patches for Vim 6.3:
|
Individual patches for Vim 6.3:
|
||||||
|
|
||||||
SIZE NAME FIXES
|
SIZE NAME FIXES
|
||||||
2672 6.3.001 ":browse split" gives file selection dialog twice
|
2672 6.3.001 ":browse split" gives file selection dialog twice
|
||||||
3913 6.3.002 utf-8 detection in translated help files is wrong
|
3913 6.3.002 utf-8 detection in translated help files is wrong
|
||||||
@ -28,3 +29,8 @@ Individual patches for Vim 6.3:
|
|||||||
2438 6.3.004 too many hit-enter prompts when searching for long string
|
2438 6.3.004 too many hit-enter prompts when searching for long string
|
||||||
2809 6.3.005 crash when searching with character offset in closed fold
|
2809 6.3.005 crash when searching with character offset in closed fold
|
||||||
1566 6.3.006 the current directory is prepended to the ":breakadd" argument
|
1566 6.3.006 the current directory is prepended to the ":breakadd" argument
|
||||||
|
1755 6.3.007 swap file is not deleted for a "nofile" buffer after ":cd"
|
||||||
|
1865 6.3.008 OS/2: can't compile, missing error message
|
||||||
|
3670 6.3.009 (after 6.3.006) ":breakadd file" does not match for a symlink
|
||||||
|
2450 6.3.010 writing to a named pipe causes an error message for fsync()
|
||||||
|
1896 6.3.011 crash when user command completion uses "normal :cmd"
|
||||||
|
15
vim.spec
15
vim.spec
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
%define baseversion 6.3
|
%define baseversion 6.3
|
||||||
%define vimdir vim63
|
%define vimdir vim63
|
||||||
%define patchlevel 006
|
%define patchlevel 011
|
||||||
|
|
||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
@ -57,6 +57,11 @@ Patch003: ftp://ftp.vim.org/pub/vim/patches/6.3.003
|
|||||||
Patch004: ftp://ftp.vim.org/pub/vim/patches/6.3.004
|
Patch004: ftp://ftp.vim.org/pub/vim/patches/6.3.004
|
||||||
Patch005: ftp://ftp.vim.org/pub/vim/patches/6.3.005
|
Patch005: ftp://ftp.vim.org/pub/vim/patches/6.3.005
|
||||||
Patch006: ftp://ftp.vim.org/pub/vim/patches/6.3.006
|
Patch006: ftp://ftp.vim.org/pub/vim/patches/6.3.006
|
||||||
|
Patch007: ftp://ftp.vim.org/pub/vim/patches/6.3.007
|
||||||
|
Patch008: ftp://ftp.vim.org/pub/vim/patches/6.3.008
|
||||||
|
Patch009: ftp://ftp.vim.org/pub/vim/patches/6.3.009
|
||||||
|
Patch010: ftp://ftp.vim.org/pub/vim/patches/6.3.010
|
||||||
|
Patch011: ftp://ftp.vim.org/pub/vim/patches/6.3.011
|
||||||
|
|
||||||
Patch3000: vim-6.1-syntax.patch
|
Patch3000: vim-6.1-syntax.patch
|
||||||
Patch3001: vim-6.2-rh1.patch
|
Patch3001: vim-6.2-rh1.patch
|
||||||
@ -186,6 +191,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch004 -p0
|
%patch004 -p0
|
||||||
%patch005 -p0
|
%patch005 -p0
|
||||||
%patch006 -p0
|
%patch006 -p0
|
||||||
|
%patch007 -p0
|
||||||
|
%patch008 -p0
|
||||||
|
%patch009 -p0
|
||||||
|
%patch010 -p0
|
||||||
|
%patch011 -p0
|
||||||
|
|
||||||
%patch3000 -p1 -b .syntx
|
%patch3000 -p1 -b .syntx
|
||||||
%patch3001 -p1 -b .rh1
|
%patch3001 -p1 -b .rh1
|
||||||
@ -414,6 +424,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 03 2004 Karsten Hopp <karsten@redhat.de> 6.3.011-1
|
||||||
|
- patchlevel 11
|
||||||
|
|
||||||
* Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 6.3.006-1
|
* Thu Jun 17 2004 Karsten Hopp <karsten@redhat.de> 6.3.006-1
|
||||||
- update to new major release
|
- update to new major release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user