- patchlevel 50
This commit is contained in:
parent
fa13f04431
commit
bf84e6bf7c
@ -67,3 +67,11 @@ Individual patches for Vim 7.0:
|
|||||||
1946 7.0.040 mouse selection with "z=" and inputlist() gets wrong entry
|
1946 7.0.040 mouse selection with "z=" and inputlist() gets wrong entry
|
||||||
2229 7.0.041 cursor([1, 2]) failed, required third item in the list
|
2229 7.0.041 cursor([1, 2]) failed, required third item in the list
|
||||||
1603 7.0.042 crash or hang when pasting a block in Insert mode
|
1603 7.0.042 crash or hang when pasting a block in Insert mode
|
||||||
|
1534 7.0.043 "%!" at start of 'statusline' didn't work
|
||||||
|
5277 7.0.044 Perl: changing a line in a non-current buffer may not work
|
||||||
|
1741 7.0.045 (extra) Win32: MSVC 2005 compiler warnings for OLE version
|
||||||
|
2318 7.0.046 the matchparen plugin didn't handle parens in single quotes
|
||||||
|
2219 7.0.047 the exit status of the configure script can be wrong
|
||||||
|
2173 7.0.048 the gzip plugin can't handle file names that have a paren
|
||||||
|
2221 7.0.049 some Tcl scripts are not recognized
|
||||||
|
1437 7.0.050 can't properly close a buffer through the NetBeans interface
|
||||||
|
24
vim.spec
24
vim.spec
@ -15,12 +15,12 @@
|
|||||||
#used for pre-releases:
|
#used for pre-releases:
|
||||||
%define beta %{nil}
|
%define beta %{nil}
|
||||||
%define vimdir vim70%{?beta}
|
%define vimdir vim70%{?beta}
|
||||||
%define patchlevel 042
|
%define patchlevel 050
|
||||||
|
|
||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{beta}%{patchlevel}
|
Version: %{baseversion}.%{beta}%{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}%{?beta}%{?CVSDATE}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
|
||||||
@ -87,6 +87,14 @@ Patch039: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.039
|
|||||||
Patch040: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.040
|
Patch040: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.040
|
||||||
Patch041: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.041
|
Patch041: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.041
|
||||||
Patch042: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.042
|
Patch042: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.042
|
||||||
|
Patch043: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.043
|
||||||
|
Patch044: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.044
|
||||||
|
Patch045: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.045
|
||||||
|
Patch046: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.046
|
||||||
|
Patch047: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.047
|
||||||
|
Patch048: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.048
|
||||||
|
Patch049: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.049
|
||||||
|
Patch050: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.050
|
||||||
|
|
||||||
|
|
||||||
Patch3000: vim-7.0-syntax.patch
|
Patch3000: vim-7.0-syntax.patch
|
||||||
@ -258,6 +266,15 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch040 -p0
|
%patch040 -p0
|
||||||
%patch041 -p0
|
%patch041 -p0
|
||||||
%patch042 -p0
|
%patch042 -p0
|
||||||
|
%patch043 -p0
|
||||||
|
%patch044 -p0
|
||||||
|
# Win32:
|
||||||
|
#patch045 -p0
|
||||||
|
%patch046 -p0
|
||||||
|
%patch047 -p0
|
||||||
|
%patch048 -p0
|
||||||
|
%patch049 -p0
|
||||||
|
%patch050 -p0
|
||||||
|
|
||||||
%patch3000 -p1
|
%patch3000 -p1
|
||||||
%patch3001 -p1
|
%patch3001 -p1
|
||||||
@ -581,6 +598,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 09 2006 Karsten Hopp <karsten@redhat.de> 7.0.050-1
|
||||||
|
- Patchlevel 50
|
||||||
|
|
||||||
* Thu Aug 03 2006 Karsten Hopp <karsten@redhat.de> 7.0.042-2
|
* Thu Aug 03 2006 Karsten Hopp <karsten@redhat.de> 7.0.042-2
|
||||||
- clean up spec file
|
- clean up spec file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user