rpms/vim/devel README.patches,1.159,1.160 vim.spec,1.279,1.280

Karsten Hopp karsten at fedoraproject.org
Mon Jul 12 22:10:33 UTC 2010


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32715

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -p -r1.159 -r1.160
--- README.patches	7 Jul 2010 22:10:32 -0000	1.159
+++ README.patches	12 Jul 2010 22:10:32 -0000	1.160
@@ -477,3 +477,4 @@ Individual patches for Vim 7.2:
   3953  7.2.443  taglist() on tag file with duplicate fields causes int. error
   2904  7.2.444  (after 7.2.442) can't build with GTK 1
   6993  7.2.445  crash when using undo/redo and FileChangedRO autocmd
+  2372  7.2.446  crash in GUI when closing the last window in a tabpage


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.279
retrieving revision 1.280
diff -u -p -r1.279 -r1.280
--- vim.spec	7 Jul 2010 22:10:32 -0000	1.279
+++ vim.spec	12 Jul 2010 22:10:33 -0000	1.280
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 445
+%define patchlevel 446
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -511,6 +511,7 @@ Patch442: ftp://ftp.vim.org/pub/vim/patc
 Patch443: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.443
 Patch444: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.444
 Patch445: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.445
+Patch446: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.446
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1094,6 +1095,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch443 -p0
 %patch444 -p0
 %patch445 -p0
+%patch446 -p0
 
 
 # install spell files
@@ -1558,6 +1560,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Tue Jul 13 2010 Karsten Hopp <karsten at redhat.com> 7.2.446-1
+- patchlevel 446
+
 * Thu Jul 08 2010 Karsten Hopp <karsten at redhat.com> 7.2.445-1
 - patchlevel 445
 



More information about the scm-commits mailing list