- patchlevel 330

This commit is contained in:
Karsten Hopp 2008-07-18 12:00:02 +00:00
parent 00e0e8bbe2
commit 54f32c3d8e
2 changed files with 68 additions and 1 deletions

View File

@ -342,3 +342,24 @@ Individual patches for Vim 7.1:
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

View File

@ -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 @@ Patch306: ftp://ftp.vim.org/pub/vim/patches/7.1/7.1.306
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 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%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 @@ cp runtime/doc/uganda.txt LICENSE
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 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Fri Jul 04 2008 Karsten Hopp <karsten@redhat.com> 7.1.330-1
- patchlevel 330
* Wed Jun 04 2008 Karsten Hopp <karsten@redhat.com> 7.1.309-1
- Patchlevel 309