- patchlevel 576
This commit is contained in:
parent
4a18510a7b
commit
f5c6106681
@ -589,3 +589,12 @@ Individual patches for Vim 7.4:
|
|||||||
10949 7.4.565 some ranges are not checked to be valid
|
10949 7.4.565 some ranges are not checked to be valid
|
||||||
19788 7.4.566 :argdo, :bufdo, :windo and :tabdo don't take a range
|
19788 7.4.566 :argdo, :bufdo, :windo and :tabdo don't take a range
|
||||||
1571 7.4.567 non-ascii vertical separater characters are always redrawn
|
1571 7.4.567 non-ascii vertical separater characters are always redrawn
|
||||||
|
2093 7.4.568 giving an error for ":0wincmd w" is a problem for some plugins
|
||||||
|
5096 7.4.569 having CTRL-C interrupt does not check the mapping mode
|
||||||
|
4492 7.4.570 building with dynamic library does not work for Ruby 2.2.0
|
||||||
|
1821 7.4.571 can't build with tiny features
|
||||||
|
6076 7.4.572 address type of :wincmd depends on the argument
|
||||||
|
2979 7.4.573 mapping CTRL-C in Visual mode doesn't work
|
||||||
|
2177 7.4.574 no error for eval('$')
|
||||||
|
16995 7.4.575 Unicode character properties are outdated
|
||||||
|
4671 7.4.576 redrawing problem with 'relativenumber' and 'linebreak'
|
||||||
|
26
vim.spec
26
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 567
|
%define patchlevel 576
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -614,6 +614,15 @@ Patch564: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.564
|
|||||||
Patch565: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.565
|
Patch565: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.565
|
||||||
Patch566: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.566
|
Patch566: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.566
|
||||||
Patch567: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.567
|
Patch567: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.567
|
||||||
|
Patch568: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.568
|
||||||
|
Patch569: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.569
|
||||||
|
Patch570: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.570
|
||||||
|
Patch571: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.571
|
||||||
|
Patch572: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.572
|
||||||
|
Patch573: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.573
|
||||||
|
Patch574: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.574
|
||||||
|
Patch575: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.575
|
||||||
|
Patch576: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.576
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1328,6 +1337,15 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch565 -p0
|
%patch565 -p0
|
||||||
%patch566 -p0
|
%patch566 -p0
|
||||||
%patch567 -p0
|
%patch567 -p0
|
||||||
|
%patch568 -p0
|
||||||
|
%patch569 -p0
|
||||||
|
%patch570 -p0
|
||||||
|
%patch571 -p0
|
||||||
|
%patch572 -p0
|
||||||
|
%patch573 -p0
|
||||||
|
%patch574 -p0
|
||||||
|
%patch575 -p0
|
||||||
|
%patch576 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1845,6 +1863,12 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jan 14 2015 Karsten Hopp <karsten@redhat.com> 7.4.576-1
|
||||||
|
- patchlevel 576
|
||||||
|
|
||||||
|
* Mon Jan 12 2015 Karsten Hopp <karsten@redhat.com> 7.4.567-1
|
||||||
|
- use %%make_install in spec-template.new (rhbz#919270)
|
||||||
|
|
||||||
* Thu Jan 08 2015 Karsten Hopp <karsten@redhat.com> 7.4.567-1
|
* Thu Jan 08 2015 Karsten Hopp <karsten@redhat.com> 7.4.567-1
|
||||||
- patchlevel 567
|
- patchlevel 567
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user