rpms/vim/devel README.patches,1.155,1.156 vim.spec,1.274,1.275

Karsten Hopp karsten at fedoraproject.org
Sat Jun 5 16:10:27 UTC 2010


Author: karsten

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

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -p -r1.155 -r1.156
--- README.patches	30 May 2010 16:10:27 -0000	1.155
+++ README.patches	5 Jun 2010 16:10:26 -0000	1.156
@@ -473,3 +473,4 @@ Individual patches for Vim 7.2:
   3110  7.2.439  invalid memory access for thesaurus completion and 'infercase'
   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


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -p -r1.274 -r1.275
--- vim.spec	2 Jun 2010 09:01:01 -0000	1.274
+++ vim.spec	5 Jun 2010 16:10:27 -0000	1.275
@@ -18,13 +18,13 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim72%{?beta}
-%define patchlevel 441
+%define patchlevel 442
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
 Name: vim
 Version: %{baseversion}.%{beta}%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: Vim
 Group: Applications/Editors
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
@@ -507,6 +507,7 @@ Patch438: ftp://ftp.vim.org/pub/vim/patc
 Patch439: ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.439
 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
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -1086,6 +1087,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runti
 %patch439 -p0
 %patch440 -p0
 %patch441 -p0
+%patch442 -p0
 
 
 # install spell files
@@ -1550,6 +1552,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sat Jun 05 2010 Karsten Hopp <karsten at redhat.com> 7.2.442-1
+- patchlevel 442
+
 * Wed Jun 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 2:7.2.441-2
 - Mass rebuild with perl-5.12.0
 



More information about the scm-commits mailing list