- patchlevel 884
This commit is contained in:
parent
1ed1427ea1
commit
39d2399c58
@ -823,14 +823,14 @@ Individual patches for Vim 7.4:
|
|||||||
1598 7.4.799 accessing memory before an allocated block
|
1598 7.4.799 accessing memory before an allocated block
|
||||||
1889 7.4.800 using freed memory when triggering CmdUndefined autocommands
|
1889 7.4.800 using freed memory when triggering CmdUndefined autocommands
|
||||||
2265 7.4.801 (after 7.4.769) ":diffoff" test could catch more problems
|
2265 7.4.801 (after 7.4.769) ":diffoff" test could catch more problems
|
||||||
2317 7.4.802 using "A" in Visual mode with 'linebreak' set is not tested
|
2315 7.4.802 using "A" in Visual mode with 'linebreak' set is not tested
|
||||||
41522 7.4.803 C indent does not support C11 raw strings
|
41522 7.4.803 C indent does not support C11 raw strings
|
||||||
1515 7.4.804 Xxd doesn't have a license notice
|
1515 7.4.804 Xxd doesn't have a license notice
|
||||||
1662 7.4.805 ruler shows "Bot" when there are only filler lines missing
|
1662 7.4.805 ruler shows "Bot" when there are only filler lines missing
|
||||||
3907 7.4.806 CTRL-A in Visual mode fails with "alpha" in 'nrformat'
|
3907 7.4.806 CTRL-A in Visual mode fails with "alpha" in 'nrformat'
|
||||||
3649 7.4.807 (after 7.4.798) after CTRL-V CTRL-A mode isn't updated
|
3649 7.4.807 (after 7.4.798) after CTRL-V CTRL-A mode isn't updated
|
||||||
3304 7.4.808 on MS-Windows 10 IME input doesn't work correctly
|
3304 7.4.808 on MS-Windows 10 IME input doesn't work correctly
|
||||||
2338 7.4.809 (after 7.4.802) duplicate test case
|
2336 7.4.809 (after 7.4.802) duplicate test case
|
||||||
1825 7.4.810 sequence of commands using buffers in diff mode gives E749
|
1825 7.4.810 sequence of commands using buffers in diff mode gives E749
|
||||||
2419 7.4.811 invalid memory access when using "exe 'sc'"
|
2419 7.4.811 invalid memory access when using "exe 'sc'"
|
||||||
1927 7.4.812 Gcc sanitizer complains about using NULL pointer to memmove()
|
1927 7.4.812 Gcc sanitizer complains about using NULL pointer to memmove()
|
||||||
@ -895,3 +895,14 @@ Individual patches for Vim 7.4:
|
|||||||
5367 7.4.871 Vim leaks memory when 'wildignore' filters out all matches
|
5367 7.4.871 Vim leaks memory when 'wildignore' filters out all matches
|
||||||
3694 7.4.872 not using CI services available
|
3694 7.4.872 not using CI services available
|
||||||
3729 7.4.873 (after 7.4.866) compiler warning for unused variable
|
3729 7.4.873 (after 7.4.866) compiler warning for unused variable
|
||||||
|
2467 7.4.874 MS-Windows: size isn't right when inside another application
|
||||||
|
1459 7.4.875 not obvious how to contribute
|
||||||
|
3258 7.4.876 Windows7: using vim with msys/msys2, conhost.exe freezes
|
||||||
|
1484 7.4.877 ":find" sometimes fails
|
||||||
|
1527 7.4.878 Coverity error for clearing only one byte of struct
|
||||||
|
2727 7.4.879 can't see line numbers in nested function calls
|
||||||
|
1665 7.4.880 no build and coverage status
|
||||||
|
6097 7.4.881 (after 7.4.879) test 49 fails
|
||||||
|
1623 7.4.882 popup menu remains visible when leaving command line window
|
||||||
|
2651 7.4.883 (after 7.4.818) block-mode replace works characterwise
|
||||||
|
1293 7.4.884 Travis also builds on a tag push
|
||||||
|
29
vim.spec
29
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 873
|
%define patchlevel 884
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -21,7 +21,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
|
||||||
@ -920,6 +920,17 @@ Patch870: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.870
|
|||||||
Patch871: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.871
|
Patch871: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.871
|
||||||
Patch872: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.872
|
Patch872: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.872
|
||||||
Patch873: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.873
|
Patch873: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.873
|
||||||
|
Patch874: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.874
|
||||||
|
Patch875: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.875
|
||||||
|
Patch876: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.876
|
||||||
|
Patch877: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.877
|
||||||
|
Patch878: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.878
|
||||||
|
Patch879: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.879
|
||||||
|
Patch880: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.880
|
||||||
|
Patch881: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.881
|
||||||
|
Patch882: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.882
|
||||||
|
Patch883: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.883
|
||||||
|
Patch884: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.884
|
||||||
|
|
||||||
Patch1559: 7.4.559.rhpatched
|
Patch1559: 7.4.559.rhpatched
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
@ -1945,6 +1956,17 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch871 -p0
|
%patch871 -p0
|
||||||
%patch872 -p0
|
%patch872 -p0
|
||||||
%patch873 -p0
|
%patch873 -p0
|
||||||
|
%patch874 -p0
|
||||||
|
%patch875 -p0
|
||||||
|
%patch876 -p0
|
||||||
|
%patch877 -p0
|
||||||
|
%patch878 -p0
|
||||||
|
%patch879 -p0
|
||||||
|
%patch880 -p0
|
||||||
|
%patch881 -p0
|
||||||
|
%patch882 -p0
|
||||||
|
%patch883 -p0
|
||||||
|
%patch884 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -2507,6 +2529,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 26 2015 Karsten Hopp <karsten@redhat.com> 7.4.884-1
|
||||||
|
- patchlevel 884
|
||||||
|
|
||||||
* Tue Sep 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.873-2
|
* Tue Sep 22 2015 Karsten Hopp <karsten@redhat.com> 7.4.873-2
|
||||||
- fix garbled xxd manpage in Japanese locale (bugzilla #1035606), Masayuki Oshima
|
- fix garbled xxd manpage in Japanese locale (bugzilla #1035606), Masayuki Oshima
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user