rpms/vim/devel README.patches,1.156,1.157 vim.spec,1.275,1.276

Karsten Hopp karsten at fedoraproject.org
Sat Jun 12 22:10:28 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -p -r1.156 -r1.157
--- README.patches	5 Jun 2010 16:10:26 -0000	1.156
+++ README.patches	12 Jun 2010 22:10:28 -0000	1.157
@@ -474,3 +474,4 @@ Individual patches for Vim 7.2:
   5861  7.2.440  crash when deleting a funcref in the function it refers to
   3446  7.2.441  when using ":earlier" undo information may be wrong
   7872  7.2.442  (after 7.2.201) copy/paste with OpenOffice doesn't work
+  3953  7.2.443  taglist() on tag file with duplicate fields causes int. error


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -p -r1.275 -r1.276
--- vim.spec	5 Jun 2010 16:10:27 -0000	1.275
+++ vim.spec	12 Jun 2010 22:10:28 -0000	1.276
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 442
+%define patchlevel 443
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -508,6 +508,7 @@ Patch439: ftp://ftp.vim.org/pub/vim/patc
 Patch440: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.440
 Patch441: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.441
 Patch442: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.442
+Patch443: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.443
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1088,6 +1089,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch440 -p0
 %patch441 -p0
 %patch442 -p0
+%patch443 -p0
 
 
 # install spell files
@@ -1552,6 +1554,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sun Jun 13 2010 Karsten Hopp <karsten at redhat.com> 7.2.443-1
+- patchlevel 443
+
 * Sat Jun 05 2010 Karsten Hopp <karsten at redhat.com> 7.2.442-1
 - patchlevel 442
 



More information about the scm-commits mailing list