rpms/vim/devel README.patches,1.135,1.136 vim.spec,1.252,1.253

Karsten Hopp karsten at fedoraproject.org
Wed Feb 24 16:24:41 UTC 2010


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16490

Modified Files:
	README.patches vim.spec 
Log Message:
- patchlevel 376


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -p -r1.135 -r1.136
--- README.patches	18 Feb 2010 15:29:13 -0000	1.135
+++ README.patches	24 Feb 2010 16:24:41 -0000	1.136
@@ -399,3 +399,11 @@ Individual patches for Vim 7.2:
   3802  7.2.366  CTRL-B doesn't go back to the first line of the buffer
   3236  7.2.367  "xxd -r -p" doesn't work as documented
   1623  7.2.368  (after 7.2.361) append line with Ruby interface doesn't work
+  1872  7.2.369  error message for :profile is not easy to understand
+  4352  7.2.370  (after 7.2.356) a redraw may cause folds to be closed
+ 10029  7.2.371  build problems on Tandem NonStop
+  9674  7.2.372  (extra) cross-compiling GvimExt and xxd doesn't work.
+  2901  7.2.373  new messages from gcc 4.5 are not in 'errorformat'
+  4434  7.2.374  Ruby eval() doesn't understand Vim types
+  1794  7.2.375  ml_get errors when using ":bprevious" in a BufEnter autocmd
+  1577  7.2.376  ml_get error when using SiSU syntax


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -p -r1.252 -r1.253
--- vim.spec	18 Feb 2010 15:29:13 -0000	1.252
+++ vim.spec	24 Feb 2010 16:24:41 -0000	1.253
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 368
+%define patchlevel 376
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -434,6 +434,14 @@ Patch365: ftp://ftp.vim.org/pub/vim/patc
 Patch366: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.366
 Patch367: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.367
 Patch368: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.368
+Patch369: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.369
+Patch370: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.370
+Patch371: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.371
+Patch372: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.372
+Patch373: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.373
+Patch374: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.374
+Patch375: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.375
+Patch376: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.376
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -940,6 +948,14 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch366 -p0
 %patch367 -p0
 %patch368 -p0
+%patch369 -p0
+%patch370 -p0
+%patch371 -p0
+%patch372 -p0
+%patch373 -p0
+%patch374 -p0
+%patch375 -p0
+%patch376 -p0
 
 
 # install spell files
@@ -1404,6 +1420,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Wed Feb 24 2010 Karsten Hopp <karsten at redhat.com> 7.2.376-1
+- patchlevel 376
+
 * Thu Feb 18 2010 Karsten Hopp <karsten at redhat.com> 7.2.368-1
 - patchlevel 368
 



More information about the scm-commits mailing list