- patchlevel 703

This commit is contained in:
Karsten Hopp 2015-04-18 18:00:04 +02:00
parent 0dc4fc3711
commit dc01b74fe1
2 changed files with 7 additions and 1 deletions

View File

@ -724,3 +724,4 @@ Individual patches for Vim 7.4:
3529 7.4.700 fold can't be opened after ":move" 3529 7.4.700 fold can't be opened after ":move"
1774 7.4.701 compiler warning for using uninitialized variable 1774 7.4.701 compiler warning for using uninitialized variable
1675 7.4.702 joining an empty list does uneccessary work 1675 7.4.702 joining an empty list does uneccessary work
1837 7.4.703 compiler warning for start_dir unused when building unittests

View File

@ -1,4 +1,4 @@
%define patchlevel 702 %define patchlevel 703
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -749,6 +749,7 @@ Patch699: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.699
Patch700: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.700 Patch700: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.700
Patch701: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.701 Patch701: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.701
Patch702: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.702 Patch702: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.702
Patch703: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.703
Patch1559: 7.4.559.rhpatched Patch1559: 7.4.559.rhpatched
Patch3000: vim-7.4-syntax.patch Patch3000: vim-7.4-syntax.patch
@ -1601,6 +1602,7 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
%patch700 -p0 %patch700 -p0
%patch701 -p0 %patch701 -p0
%patch702 -p0 %patch702 -p0
%patch703 -p0
# install spell files # install spell files
%if %{withvimspell} %if %{withvimspell}
@ -2118,6 +2120,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/* %{_datadir}/icons/hicolor/*/apps/*
%changelog %changelog
* Sat Apr 18 2015 Karsten Hopp <karsten@redhat.com> 7.4.703-1
- patchlevel 703
* Fri Apr 17 2015 Karsten Hopp <karsten@redhat.com> 7.4.702-1 * Fri Apr 17 2015 Karsten Hopp <karsten@redhat.com> 7.4.702-1
- patchlevel 702 - patchlevel 702