- patchlevel 502
This commit is contained in:
parent
780fcd75f1
commit
31dc0a351a
52
7.4.501
Normal file
52
7.4.501
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
To: vim_dev@googlegroups.com
|
||||||
|
Subject: Patch 7.4.501
|
||||||
|
Fcc: outbox
|
||||||
|
From: Bram Moolenaar <Bram@moolenaar.net>
|
||||||
|
Mime-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
------------
|
||||||
|
|
||||||
|
Patch 7.4.501 (after 7.4.497)
|
||||||
|
Problem: Typo in file pattern.
|
||||||
|
Solution: Insert a slash and remove a dot.
|
||||||
|
Files: Filelist
|
||||||
|
|
||||||
|
|
||||||
|
*** ../vim-7.4.500/Filelist 2014-11-05 14:29:27.708754099 +0100
|
||||||
|
--- Filelist 2014-11-05 17:03:41.104531126 +0100
|
||||||
|
***************
|
||||||
|
*** 104,110 ****
|
||||||
|
src/testdir/python_before/*.py \
|
||||||
|
src/testdir/bench*.in \
|
||||||
|
src/testdir/bench*.vim \
|
||||||
|
! src/testdir/samples.*.txt \
|
||||||
|
src/proto.h \
|
||||||
|
src/proto/blowfish.pro \
|
||||||
|
src/proto/buffer.pro \
|
||||||
|
--- 104,110 ----
|
||||||
|
src/testdir/python_before/*.py \
|
||||||
|
src/testdir/bench*.in \
|
||||||
|
src/testdir/bench*.vim \
|
||||||
|
! src/testdir/samples/*.txt \
|
||||||
|
src/proto.h \
|
||||||
|
src/proto/blowfish.pro \
|
||||||
|
src/proto/buffer.pro \
|
||||||
|
*** ../vim-7.4.500/src/version.c 2014-11-05 16:39:24.712566220 +0100
|
||||||
|
--- src/version.c 2014-11-05 17:03:19.828531639 +0100
|
||||||
|
***************
|
||||||
|
*** 743,744 ****
|
||||||
|
--- 743,746 ----
|
||||||
|
{ /* Add new patch number below this line */
|
||||||
|
+ /**/
|
||||||
|
+ 501,
|
||||||
|
/**/
|
||||||
|
|
||||||
|
--
|
||||||
|
"It's so simple to be wise. Just think of something stupid to say
|
||||||
|
and then don't say it." -- Sam Levenson
|
||||||
|
|
||||||
|
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
||||||
|
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
||||||
|
\\\ an exciting new programming language -- http://www.Zimbu.org ///
|
||||||
|
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|
@ -514,3 +514,13 @@ Individual patches for Vim 7.4:
|
|||||||
6856 7.4.490 cannot specify the buffer to use for "do" and "dp"
|
6856 7.4.490 cannot specify the buffer to use for "do" and "dp"
|
||||||
1907 7.4.491 negative "topline" value for winrestview() has display errors
|
1907 7.4.491 negative "topline" value for winrestview() has display errors
|
||||||
2917 7.4.492 Ctrl-O in Insert mode moves right after insert comment leader
|
2917 7.4.492 Ctrl-O in Insert mode moves right after insert comment leader
|
||||||
|
1686 7.4.493 a TextChanged autocommand is triggered when saving a file
|
||||||
|
1968 7.4.494 cursor shape is wrong after a CompleteDone autocommand
|
||||||
|
2484 7.4.495 XPM isn't used correctly in the Cygwin Makefile
|
||||||
|
78227 7.4.496 many lines are both in Make_cyg.mak and Make_ming.mak
|
||||||
|
118187 7.4.497 NFA engine is very slow with some regexp patterns
|
||||||
|
1770 7.4.498 (after 7.4.497) typo in DOS makefile
|
||||||
|
2341 7.4.499 substitute() can be slow with long strings
|
||||||
|
1991 7.4.500 test 72 still fails once in a while
|
||||||
|
1577 7.4.501 (after 7.4.497) typo in file pattern
|
||||||
|
6672 7.4.502 language mapping also applies to mapped characters
|
||||||
|
25
vim.spec
25
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 492
|
%define patchlevel 502
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -539,6 +539,16 @@ Patch489: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.489
|
|||||||
Patch490: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.490
|
Patch490: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.490
|
||||||
Patch491: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.491
|
Patch491: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.491
|
||||||
Patch492: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.492
|
Patch492: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.492
|
||||||
|
Patch493: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.493
|
||||||
|
Patch494: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.494
|
||||||
|
Patch495: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.495
|
||||||
|
Patch496: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.496
|
||||||
|
Patch497: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.497
|
||||||
|
Patch498: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.498
|
||||||
|
Patch499: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.499
|
||||||
|
Patch500: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.500
|
||||||
|
Patch501: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.501
|
||||||
|
Patch502: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.502
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -1178,6 +1188,16 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch490 -p0
|
%patch490 -p0
|
||||||
%patch491 -p0
|
%patch491 -p0
|
||||||
%patch492 -p0
|
%patch492 -p0
|
||||||
|
%patch493 -p0
|
||||||
|
%patch494 -p0
|
||||||
|
%patch495 -p0
|
||||||
|
%patch496 -p0
|
||||||
|
%patch497 -p0
|
||||||
|
%patch498 -p0
|
||||||
|
%patch499 -p0
|
||||||
|
%patch500 -p0
|
||||||
|
%patch501 -p0
|
||||||
|
%patch502 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1695,6 +1715,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 05 2014 Karsten Hopp <karsten@redhat.com> 7.4.502-1
|
||||||
|
- patchlevel 502
|
||||||
|
|
||||||
* Sat Nov 01 2014 Karsten Hopp <karsten@redhat.com> 7.4.492-1
|
* Sat Nov 01 2014 Karsten Hopp <karsten@redhat.com> 7.4.492-1
|
||||||
- patchlevel 492
|
- patchlevel 492
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user