- patchlevel 52
This commit is contained in:
parent
6c213b5159
commit
dbf82fbe01
@ -51,3 +51,28 @@ Individual patches for Vim 7.4:
|
|||||||
2074 7.4.025 reading before start of a string
|
2074 7.4.025 reading before start of a string
|
||||||
1710 7.4.026 clang warning for int shift overflow
|
1710 7.4.026 clang warning for int shift overflow
|
||||||
2815 7.4.027 valgrind error when using CTRL-X CTRL-F at start of the line
|
2815 7.4.027 valgrind error when using CTRL-X CTRL-F at start of the line
|
||||||
|
27323 7.4.028 equivalence classes are not working for multi-byte characters
|
||||||
|
1837 7.4.029 an error in a pattern is reported twice
|
||||||
|
2724 7.4.030 the -mno-cygwin argument is no longer supported by Cygwin
|
||||||
|
1748 7.4.031 ":diffoff!" resets options even when 'diff' is not set
|
||||||
|
2629 7.4.032 NFA engine does not match the NUL character
|
||||||
|
3610 7.4.033 if terminal has 20 lines test 92 and 93 overwrite input file
|
||||||
|
5336 7.4.034 using "p" in Visual block mode only changes the first line
|
||||||
|
1696 7.4.035 MS-Windows: mouse pointer flickers when going to Normal mode
|
||||||
|
7996 7.4.036 NFA engine does not capture group correctly when using \@>
|
||||||
|
4274 7.4.037 "\ze" in a sub-pattern does set the end of the match
|
||||||
|
3579 7.4.038 Using "zw" and "zg" when 'spell' is off give confusing error
|
||||||
|
6108 7.4.039 MS-Windows: < MSCV10 can't handle symlinks to a directory
|
||||||
|
2320 7.4.040 error on exit when variable holds reference to a script scope
|
||||||
|
1695 7.4.041 Visual selection does not remain after being copied over
|
||||||
|
2104 7.4.042 after ":setlocal" 'spell'/'spellang' :spelldump doesn't work
|
||||||
|
2920 7.4.043 VMS can't handle long function names
|
||||||
|
2134 7.4.044 can't build with old MSVC
|
||||||
|
3167 7.4.045 substitute() has a problem with pattern starting with "\ze".
|
||||||
|
2147 7.4.046 can't use Tcl 8.6
|
||||||
|
1685 7.4.047 input() does not work in a function invoked by a mapping
|
||||||
|
4441 7.4.048 recent clang version complains about -fno-strength-reduce
|
||||||
|
2145 7.4.049 in Ex mode substitute prompt is wrong with line numbers
|
||||||
|
2605 7.4.050 "gn" may select too much when there are two matching lines
|
||||||
|
2068 7.4.051 syntax highlighting a Yaml file causes a crash
|
||||||
|
5890 7.4.052 cursor may end up in the wrong position when auto-formatting
|
||||||
|
57
vim.spec
57
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 027
|
%define patchlevel 052
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -20,7 +20,7 @@ Summary: The VIM editor
|
|||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Vim
|
License: Vim
|
||||||
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
|
||||||
@ -74,6 +74,31 @@ Patch024: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.024
|
|||||||
Patch025: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.025
|
Patch025: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.025
|
||||||
Patch026: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.026
|
Patch026: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.026
|
||||||
Patch027: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.027
|
Patch027: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.027
|
||||||
|
Patch028: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.028
|
||||||
|
Patch029: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.029
|
||||||
|
Patch030: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.030
|
||||||
|
Patch031: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.031
|
||||||
|
Patch032: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.032
|
||||||
|
Patch033: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.033
|
||||||
|
Patch034: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.034
|
||||||
|
Patch035: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.035
|
||||||
|
Patch036: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.036
|
||||||
|
Patch037: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.037
|
||||||
|
Patch038: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.038
|
||||||
|
Patch039: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.039
|
||||||
|
Patch040: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.040
|
||||||
|
Patch041: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.041
|
||||||
|
Patch042: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.042
|
||||||
|
Patch043: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.043
|
||||||
|
Patch044: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.044
|
||||||
|
Patch045: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.045
|
||||||
|
Patch046: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.046
|
||||||
|
Patch047: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.047
|
||||||
|
Patch048: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.048
|
||||||
|
Patch049: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.049
|
||||||
|
Patch050: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.050
|
||||||
|
Patch051: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.051
|
||||||
|
Patch052: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.052
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -246,6 +271,31 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch025 -p0
|
%patch025 -p0
|
||||||
%patch026 -p0
|
%patch026 -p0
|
||||||
%patch027 -p0
|
%patch027 -p0
|
||||||
|
%patch028 -p0
|
||||||
|
%patch029 -p0
|
||||||
|
%patch030 -p0
|
||||||
|
%patch031 -p0
|
||||||
|
%patch032 -p0
|
||||||
|
%patch033 -p0
|
||||||
|
%patch034 -p0
|
||||||
|
%patch035 -p0
|
||||||
|
%patch036 -p0
|
||||||
|
%patch037 -p0
|
||||||
|
%patch038 -p0
|
||||||
|
%patch039 -p0
|
||||||
|
%patch040 -p0
|
||||||
|
%patch041 -p0
|
||||||
|
%patch042 -p0
|
||||||
|
%patch043 -p0
|
||||||
|
%patch044 -p0
|
||||||
|
%patch045 -p0
|
||||||
|
%patch046 -p0
|
||||||
|
%patch047 -p0
|
||||||
|
%patch048 -p0
|
||||||
|
%patch049 -p0
|
||||||
|
%patch050 -p0
|
||||||
|
%patch051 -p0
|
||||||
|
%patch052 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -746,6 +796,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 15 2013 Karsten Hopp <karsten@redhat.com> 7.4.052-1
|
||||||
|
- patchlevel 052
|
||||||
|
|
||||||
* Wed Sep 11 2013 Karsten Hopp <karsten@redhat.com> 7.4.027-2
|
* Wed Sep 11 2013 Karsten Hopp <karsten@redhat.com> 7.4.027-2
|
||||||
- update vim icons (#1004788)
|
- update vim icons (#1004788)
|
||||||
- check if 'id -u' returns empty string (vim.sh)
|
- check if 'id -u' returns empty string (vim.sh)
|
||||||
|
Loading…
Reference in New Issue
Block a user