diff --git a/7.4.501 b/7.4.501 new file mode 100644 index 0000000..e21745a --- /dev/null +++ b/7.4.501 @@ -0,0 +1,52 @@ +To: vim_dev@googlegroups.com +Subject: Patch 7.4.501 +Fcc: outbox +From: Bram Moolenaar +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 /// diff --git a/README.patches b/README.patches index 6e863d6..3f43038 100644 --- a/README.patches +++ b/README.patches @@ -514,3 +514,13 @@ Individual patches for Vim 7.4: 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 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 diff --git a/vim.spec b/vim.spec index 39bd8c9..dd1a410 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 492 +%define patchlevel 502 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %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 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 +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 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 %patch491 -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 %if %{withvimspell} @@ -1695,6 +1715,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Wed Nov 05 2014 Karsten Hopp 7.4.502-1 +- patchlevel 502 + * Sat Nov 01 2014 Karsten Hopp 7.4.492-1 - patchlevel 492