From dc01b74fe1d430534dcec90185dc2eeb6bc4e044 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Apr 18 2015 16:00:04 +0000 Subject: - patchlevel 703 --- diff --git a/README.patches b/README.patches index b0849fe..fa03572 100644 --- a/README.patches +++ b/README.patches @@ -724,3 +724,4 @@ Individual patches for Vim 7.4: 3529 7.4.700 fold can't be opened after ":move" 1774 7.4.701 compiler warning for using uninitialized variable 1675 7.4.702 joining an empty list does uneccessary work + 1837 7.4.703 compiler warning for start_dir unused when building unittests diff --git a/vim.spec b/vim.spec index 1d7e3c6..7324395 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 702 +%define patchlevel 703 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %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 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 +Patch703: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.703 Patch1559: 7.4.559.rhpatched 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 %patch701 -p0 %patch702 -p0 +%patch703 -p0 # install spell files %if %{withvimspell} @@ -2118,6 +2120,9 @@ rm -rf %{buildroot} %{_datadir}/icons/hicolor/*/apps/* %changelog +* Sat Apr 18 2015 Karsten Hopp 7.4.703-1 +- patchlevel 703 + * Fri Apr 17 2015 Karsten Hopp 7.4.702-1 - patchlevel 702