rpms/vim/devel README.patches,1.157,1.158 vim.spec,1.276,1.277

Karsten Hopp karsten at fedoraproject.org
Sun Jun 13 04:10:28 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -p -r1.157 -r1.158
--- README.patches	12 Jun 2010 22:10:28 -0000	1.157
+++ README.patches	13 Jun 2010 04:10:27 -0000	1.158
@@ -475,3 +475,4 @@ Individual patches for Vim 7.2:
   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
+  2904  7.2.444  (after 7.2.442) can't build with GTK 1


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.276
retrieving revision 1.277
diff -u -p -r1.276 -r1.277
--- vim.spec	12 Jun 2010 22:10:28 -0000	1.276
+++ vim.spec	13 Jun 2010 04:10:28 -0000	1.277
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 443
+%define patchlevel 444
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -509,6 +509,7 @@ Patch440: ftp://ftp.vim.org/pub/vim/patc
 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
+Patch444: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.444
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1090,6 +1091,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch441 -p0
 %patch442 -p0
 %patch443 -p0
+%patch444 -p0
 
 
 # install spell files
@@ -1554,6 +1556,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sun Jun 13 2010 Karsten Hopp <karsten at redhat.com> 7.2.444-1
+- patchlevel 444
+
 * Sun Jun 13 2010 Karsten Hopp <karsten at redhat.com> 7.2.443-1
 - patchlevel 443
 



More information about the scm-commits mailing list