[vim: 10/25] - patchlevel 648

Karsten Hopp karsten at fedoraproject.org
Mon Mar 9 13:11:20 UTC 2015


commit 62b5fe558a88c7f8dbffa2e9f597ef40206efe6f
Author: Karsten Hopp <karsten at redhat.com>
Date:   Sat Feb 28 18:00:05 2015 +0100

    - patchlevel 648

 README.patches |  5 +++++
 vim.spec       | 15 ++++++++++++++-
 2 files changed, 19 insertions(+), 1 deletion(-)
---
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 <karsten at redhat.com> 7.4.648-1
+- patchlevel 648
+
 * Fri Feb 27 2015 Karsten Hopp <karsten at redhat.com> 7.4.643-1
 - patchlevel 643
 


More information about the scm-commits mailing list