[vim] - patchlevel 204

Karsten Hopp karsten at fedoraproject.org
Wed Mar 12 19:35:04 UTC 2014


commit 3dd1d455a82d7e04e8a3abcfde87ce204eba5bd7
Author: Karsten Hopp <karsten at redhat.com>
Date:   Wed Mar 12 20:34:24 2014 +0100

    - patchlevel 204

 README.patches |   12 ++++++++++++
 vim.spec       |   29 ++++++++++++++++++++++++++++-
 2 files changed, 40 insertions(+), 1 deletions(-)
---
diff --git a/README.patches b/README.patches
index 30942d6..039689a 100644
--- a/README.patches
+++ b/README.patches
@@ -216,3 +216,15 @@ Individual patches for Vim 7.4:
   2139  7.4.190  compiler warning for using %lld for off_t
  27520  7.4.191  can't escape a file name for shell commands without a function
   1329  7.4.192  memory leak when giving E853
+  3561  7.4.193  typos in messages
+  1829  7.4.194  can't build for Android
+  7729  7.4.195  (after 7.4.193) Python tests fail
+  1651  7.4.196  tests fail on Solaris 9 and 10
+ 34900  7.4.197  various problems on VMS
+  3101  7.4.198  can't build with non-threding Perl and dynamic loading
+  2946  7.4.199  (issue 197) ]P doesn't paste over Visual selection
+  1817  7.4.200  too many #ifdefs in the code
+  7626  7.4.201  'lispwords' is a global option
+  7151  7.4.202  MS-Windows: non-ASCII font names don't work
+  7124  7.4.203  parsing 'errorformat' is not correct
+  3446  7.4.204  a mapping where the second byte is 0x80 doesn't work
diff --git a/vim.spec b/vim.spec
index 3ac35b3..d3481c7 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 192
+%define patchlevel 204
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -240,6 +240,18 @@ Patch189: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.189
 Patch190: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.190
 Patch191: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.191
 Patch192: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.192
+Patch193: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.193
+Patch194: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.194
+Patch195: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.195
+Patch196: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.196
+Patch197: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.197
+Patch198: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.198
+Patch199: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.199
+Patch200: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.200
+Patch201: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.201
+Patch202: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.202
+Patch203: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.203
+Patch204: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.204
 
 Patch3000: vim-7.4-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -580,6 +592,18 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
 %patch190 -p0
 %patch191 -p0
 %patch192 -p0
+%patch193 -p0
+%patch194 -p0
+%patch195 -p0
+%patch196 -p0
+%patch197 -p0
+%patch198 -p0
+%patch199 -p0
+%patch200 -p0
+%patch201 -p0
+%patch202 -p0
+%patch203 -p0
+%patch204 -p0
 
 # install spell files
 %if %{withvimspell}
@@ -1090,6 +1114,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Mar 12 2014 Karsten Hopp <karsten at redhat.com> 7.4.204-1
+- patchlevel 204
+
 * Mon Feb 24 2014 Karsten Hopp <karsten at redhat.com> 7.4.192-1
 - patchlevel 192
 


More information about the scm-commits mailing list