rpms/vim/devel README.patches,1.108,1.109 vim.spec,1.212,1.213

Karsten Hopp (karsten) fedora-extras-commits at redhat.com
Fri Jul 18 12:00:48 UTC 2008


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9598

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


Index: README.patches
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/README.patches,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- README.patches	4 Jun 2008 14:07:58 -0000	1.108
+++ README.patches	18 Jul 2008 12:00:02 -0000	1.109
@@ -342,3 +342,24 @@
  23714  7.1.307  many warnings when compiling with Python 2.5
   2673  7.1.308  when in readonly mode ":options" produces an error
   3989  7.1.309  installing and testing with a shadow directory doesn't work
+  8024  7.1.310  incomplete utf-8 byte sequence at end of the file not detected
+  2547  7.1.311  compiler warning for missing sentinel in X code
+  2346  7.1.312  there is no check for error number mistakes in .po files
+  3425  7.1.313  status and tile not updated when using netbeans setModified
+  1915  7.1.314  'pastetoggle' is written to the session file without escaping
+  3287  7.1.315  crash with specific search pattern using look-behind match
+  1480  7.1.316  when 'cscopetag' is set ":tag" gives an error message
+  5203  7.1.317  compiler warnings in Motif calls
+  5428  7.1.318  mem leak when closing xsmp conn.; crash on exit with Lesstif
+  1514  7.1.319  illegal memory access when pasting illegal utf-8 on cmd line
+ 28763  7.1.320  Win64: Warnings while compiling Python interface
+  2603  7.1.321  (extra) Win32 / Win64: Install file is outdated
+  2677  7.1.322  can't get start of Visual area in an <expr> mapping
+  1734  7.1.323  test 19 and 38 fail with some termcaps
+  1847  7.1.324  file name path length on Unix is limited to 1024
+  3559  7.1.325  editing a command line that doesn't fit reverses char order
+  1641  7.1.326  ":smagic!from!to!" doesn't work, it sees the "!" as a flag
+  5454  7.1.327  gvimtutor is also installed when not building a GUI version
+  1859  7.1.328  crash when using Cygwin and non-posix path name in tags file
+  2172  7.1.329  right halve of double-wide char under popup menu not redrawn
+  1905  7.1.330  reading uninitialized memory when using Del in replace mode


Index: vim.spec
===================================================================
RCS file: /cvs/extras/rpms/vim/devel/vim.spec,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- vim.spec	4 Jun 2008 14:08:52 -0000	1.212
+++ vim.spec	18 Jul 2008 12:00:02 -0000	1.213
@@ -18,7 +18,7 @@
 #used for pre-releases:
 %define beta %{nil}
 %define vimdir vim71%{?beta}
-%define patchlevel 309
+%define patchlevel 330
 
 Summary: The VIM editor
 URL:     http://www.vim.org/
@@ -365,6 +365,27 @@
 Patch307: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.307
 Patch308: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.308
 Patch309: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.309
+Patch310: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.310
+Patch311: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.311
+Patch312: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.312
+Patch313: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.313
+Patch314: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.314
+Patch315: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.315
+Patch316: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.316
+Patch317: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.317
+Patch318: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.318
+Patch319: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.319
+Patch320: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.320
+Patch321: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.321
+Patch322: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.322
+Patch323: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.323
+Patch324: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.324
+Patch325: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.325
+Patch326: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.326
+Patch327: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.327
+Patch328: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.328
+Patch329: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.329
+Patch330: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.330
 
 Patch3000: vim-7.0-syntax.patch
 Patch3002: vim-7.1-nowarnings.patch
@@ -811,6 +832,27 @@
 %patch307 -p0
 %patch308 -p0
 %patch309 -p0
+%patch310 -p0                                          
+%patch311 -p0                                          
+%patch312 -p0                                          
+%patch313 -p0
+%patch314 -p0
+%patch315 -p0
+%patch316 -p0
+%patch317 -p0
+%patch318 -p0
+%patch319 -p0
+%patch320 -p0
+%patch321 -p0
+%patch322 -p0
+%patch323 -p0
+%patch324 -p0
+%patch325 -p0
+%patch326 -p0
+%patch327 -p0
+%patch328 -p0
+%patch329 -p0
+%patch330 -p0
 
 
 # install spell files
@@ -925,6 +967,7 @@
 
 cd src
 make install DESTDIR=$RPM_BUILD_ROOT BINDIR=/bin
+make installgtutorbin  DESTDIR=$RPM_BUILD_ROOT BINDIR=/bin
 mv $RPM_BUILD_ROOT/bin/xxd $RPM_BUILD_ROOT/%{_bindir}/xxd
 mv $RPM_BUILD_ROOT/bin/gvimtutor $RPM_BUILD_ROOT/%{_bindir}/gvimtutor
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/{16x16,32x32,48x48,64x64}/apps
@@ -1229,6 +1272,9 @@
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Fri Jul 04 2008 Karsten Hopp <karsten at redhat.com> 7.1.330-1
+- patchlevel 330
+
 * Wed Jun 04 2008 Karsten Hopp <karsten at redhat.com> 7.1.309-1
 - Patchlevel 309
 




More information about the fedora-extras-commits mailing list