rpms/vim/devel README.patches,1.133,1.134 vim.spec,1.250,1.251

Karsten Hopp karsten at fedoraproject.org
Wed Feb 17 23:05:10 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -p -r1.133 -r1.134
--- README.patches	17 Feb 2010 17:05:57 -0000	1.133
+++ README.patches	17 Feb 2010 23:05:09 -0000	1.134
@@ -396,3 +396,5 @@ Individual patches for Vim 7.2:
   2521  7.2.363  Perl 5.10 dynamic loading doesn't work
   2958  7.2.364  (extra) can't build gvimext.dll on Win 7 x64 using MinGW
   2390  7.2.365  (extra) MS-Windows with MingW: "File->Save As" does not work
+  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


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -p -r1.250 -r1.251
--- vim.spec	17 Feb 2010 17:05:58 -0000	1.250
+++ vim.spec	17 Feb 2010 23:05:09 -0000	1.251
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 365
+%define patchlevel 367
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -431,6 +431,8 @@ Patch362: ftp://ftp.vim.org/pub/vim/patc
 Patch363: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.363
 Patch364: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.364
 Patch365: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.365
+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
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -934,6 +936,8 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch363 -p0
 %patch364 -p0
 %patch365 -p0
+%patch366 -p0
+%patch367 -p0
 
 
 # install spell files
@@ -1398,6 +1402,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Thu Feb 18 2010 Karsten Hopp <karsten at redhat.com> 7.2.367-1
+- patchlevel 367
+
 * Wed Feb 17 2010 Karsten Hopp <karsten at redhat.com> 7.2.365-1
 - patchlevel 365
 



More information about the scm-commits mailing list