diff --git a/README.patches b/README.patches index 342010a..6c72d8c 100644 --- a/README.patches +++ b/README.patches @@ -665,3 +665,8 @@ Individual patches for Vim 7.4: 2356 7.4.641 the tabline menu was using ":999tabnew" which is now invalid 4539 7.4.642 when using "gf" escaped spaces are not handled 6487 7.4.643 using the default file format for Mac files (Issue 77) + 1597 7.4.644 Stratus VOS doesn't have sync() + 3336 7.4.645 window count wrong when splitting window in BufAdd autocommand + 3961 7.4.646 ":bufdo" may start at a deleted buffer + 5305 7.4.647 files differ after running the tests on MS-Windows + 1462 7.4.648 (after 7.4.647) tests broken on MS-Windows diff --git a/vim.spec b/vim.spec index ffda8f0..82d0dee 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 643 +%define patchlevel 648 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -690,6 +690,11 @@ Patch640: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.640 Patch641: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.641 Patch642: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.642 Patch643: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.643 +Patch644: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.644 +Patch645: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.645 +Patch646: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.646 +Patch647: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.647 +Patch648: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.648 Patch1559: 7.4.559.rhpatched Patch3000: vim-7.4-syntax.patch @@ -1483,6 +1488,11 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk %patch641 -p0 %patch642 -p0 %patch643 -p0 +%patch644 -p0 +%patch645 -p0 +%patch646 -p0 +%patch647 -p0 +%patch648 -p0 # install spell files %if %{withvimspell} @@ -2000,6 +2010,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Sat Feb 28 2015 Karsten Hopp 7.4.648-1 +- patchlevel 648 + * Fri Feb 27 2015 Karsten Hopp 7.4.643-1 - patchlevel 643