- patchlevel 604

This commit is contained in:
Karsten Hopp 2012-07-18 10:58:12 +02:00
parent 2a3f8b98bb
commit f26c8d0091
2 changed files with 35 additions and 2 deletions

View File

@ -625,3 +625,13 @@ Individual patches for Vim 7.3:
3343 7.3.592 Vim on GTK does not support g:browsefilter 3343 7.3.592 Vim on GTK does not support g:browsefilter
2237 7.3.593 no easy way to decide if b:browsefilter will work 2237 7.3.593 no easy way to decide if b:browsefilter will work
4873 7.3.594 the X command server sends an empty reply for as-keys requests 4873 7.3.594 the X command server sends an empty reply for as-keys requests
3921 7.3.595 the X command server responds slowly
4967 7.3.596 can't remove all signs for a file or buffer
21669 7.3.597 'clipboard' "autoselect" only applies to the * register
2635 7.3.598 cannot act upon end of insert mode completion
3042 7.3.599 (after 7.3.597) missing change in one file
1572 7.3.600 <f-args> is not expanded properly with DBCS encoding
1492 7.3.601 bad code style
1532 7.3.602 missing files in distribution
11248 7.3.603 it is possible to add or replace builtin functions
1861 7.3.604 inputdialog() doesn't use the cancel argument in the console

View File

@ -18,13 +18,13 @@
#used for pre-releases: #used for pre-releases:
%define beta %{nil} %define beta %{nil}
%define vimdir vim73%{?beta} %define vimdir vim73%{?beta}
%define patchlevel 594 %define patchlevel 604
Summary: The VIM editor Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
Name: vim Name: vim
Version: %{baseversion}.%{beta}%{patchlevel} Version: %{baseversion}.%{beta}%{patchlevel}
Release: 2%{?dist} Release: 1%{?dist}
License: Vim License: Vim
Group: Applications/Editors Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}%{?beta}%{?CVSDATE}.tar.bz2
@ -650,6 +650,16 @@ Patch591: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.591
Patch592: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.592 Patch592: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.592
Patch593: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.593 Patch593: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.593
Patch594: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.594 Patch594: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.594
Patch595: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.595
Patch596: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.596
Patch597: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.597
Patch598: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.598
Patch599: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.599
Patch600: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.600
Patch601: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.601
Patch602: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.602
Patch603: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.603
Patch604: ftp://ftp.vim.org/pub/vim/patches/7.3/7.3.604
Patch3000: vim-7.3-syntax.patch Patch3000: vim-7.3-syntax.patch
Patch3002: vim-7.1-nowarnings.patch Patch3002: vim-7.1-nowarnings.patch
@ -1390,6 +1400,16 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch592 -p0 %patch592 -p0
%patch593 -p0 %patch593 -p0
%patch594 -p0 %patch594 -p0
%patch595 -p0
%patch596 -p0
%patch597 -p0
%patch598 -p0
%patch599 -p0
%patch600 -p0
%patch601 -p0
%patch602 -p0
%patch603 -p0
%patch604 -p0
# install spell files # install spell files
@ -1846,6 +1866,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Wed Jul 18 2012 Karsten Hopp <karsten@redhat.com> 7.3.604-1
- patchlevel 604
* Wed Jul 11 2012 Petr Pisar <ppisar@redhat.com> - 2:7.3.594-2 * Wed Jul 11 2012 Petr Pisar <ppisar@redhat.com> - 2:7.3.594-2
- Perl 5.16 rebuild - Perl 5.16 rebuild