- patchlevel 204
This commit is contained in:
parent
3e0a94e8d0
commit
3dd1d455a8
@ -216,3 +216,15 @@ Individual patches for Vim 7.4:
|
||||
2139 7.4.190 compiler warning for using %lld for off_t
|
||||
27520 7.4.191 can't escape a file name for shell commands without a function
|
||||
1329 7.4.192 memory leak when giving E853
|
||||
3561 7.4.193 typos in messages
|
||||
1829 7.4.194 can't build for Android
|
||||
7729 7.4.195 (after 7.4.193) Python tests fail
|
||||
1651 7.4.196 tests fail on Solaris 9 and 10
|
||||
34900 7.4.197 various problems on VMS
|
||||
3101 7.4.198 can't build with non-threding Perl and dynamic loading
|
||||
2946 7.4.199 (issue 197) ]P doesn't paste over Visual selection
|
||||
1817 7.4.200 too many #ifdefs in the code
|
||||
7626 7.4.201 'lispwords' is a global option
|
||||
7151 7.4.202 MS-Windows: non-ASCII font names don't work
|
||||
7124 7.4.203 parsing 'errorformat' is not correct
|
||||
3446 7.4.204 a mapping where the second byte is 0x80 doesn't work
|
||||
|
29
vim.spec
29
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 192
|
||||
%define patchlevel 204
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -240,6 +240,18 @@ Patch189: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.189
|
||||
Patch190: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.190
|
||||
Patch191: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.191
|
||||
Patch192: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.192
|
||||
Patch193: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.193
|
||||
Patch194: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.194
|
||||
Patch195: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.195
|
||||
Patch196: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.196
|
||||
Patch197: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.197
|
||||
Patch198: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.198
|
||||
Patch199: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.199
|
||||
Patch200: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.200
|
||||
Patch201: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.201
|
||||
Patch202: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.202
|
||||
Patch203: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.203
|
||||
Patch204: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.204
|
||||
|
||||
Patch3000: vim-7.4-syntax.patch
|
||||
Patch3002: vim-7.1-nowarnings.patch
|
||||
@ -580,6 +592,18 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
||||
%patch190 -p0
|
||||
%patch191 -p0
|
||||
%patch192 -p0
|
||||
%patch193 -p0
|
||||
%patch194 -p0
|
||||
%patch195 -p0
|
||||
%patch196 -p0
|
||||
%patch197 -p0
|
||||
%patch198 -p0
|
||||
%patch199 -p0
|
||||
%patch200 -p0
|
||||
%patch201 -p0
|
||||
%patch202 -p0
|
||||
%patch203 -p0
|
||||
%patch204 -p0
|
||||
|
||||
# install spell files
|
||||
%if %{withvimspell}
|
||||
@ -1090,6 +1114,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Mar 12 2014 Karsten Hopp <karsten@redhat.com> 7.4.204-1
|
||||
- patchlevel 204
|
||||
|
||||
* Mon Feb 24 2014 Karsten Hopp <karsten@redhat.com> 7.4.192-1
|
||||
- patchlevel 192
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user