@@ -640,3 +640,6 @@ Individual patches for Vim 7.4:
|
|
640
640
|
4582 7.4.616 cannot insert a tab in front of a block
|
641
641
|
2790 7.4.617 wrong ":argdo" range does not cause an error
|
642
642
|
1337 7.4.618 (after 7.4.609) luaV_setref() is missing a return statement
|
643
|
+
1929 7.4.619 (after 7.4.618) luaV_setref() not returning the correct value
|
644
|
+
1549 7.4.620 compiler warning for unitinialized variable
|
645
|
+
1755 7.4.621 (after 7.4.619) returning 1 in the wrong function
|
@@ -1,4 +1,4 @@
|
|
1
|
-
%define patchlevel
|
1
|
+
%define patchlevel 621
|
2
2
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
3
3
|
%define WITH_SELINUX 1
|
4
4
|
%endif
|
@@ -665,6 +665,9 @@ Patch615: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.615
|
|
665
665
|
Patch616: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.616
|
666
666
|
Patch617: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.617
|
667
667
|
Patch618: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.618
|
668
|
+
Patch619: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.619
|
669
|
+
Patch620: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.620
|
670
|
+
Patch621: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.621
|
668
671
|
|
669
672
|
Patch1559: 7.4.559.rhpatched
|
670
673
|
Patch3000: vim-7.4-syntax.patch
|
@@ -1432,6 +1435,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|
1432
1435
|
%patch616 -p0
|
1433
1436
|
%patch617 -p0
|
1434
1437
|
%patch618 -p0
|
1438
|
+
%patch619 -p0
|
1439
|
+
%patch620 -p0
|
1440
|
+
%patch621 -p0
|
1435
1441
|
|
1436
1442
|
# install spell files
|
1437
1443
|
%if %{withvimspell}
|
@@ -1949,6 +1955,9 @@ rm -rf %{buildroot}
|
|
1949
1955
|
%{_datadir}/icons/hicolor/*/apps/*
|
1950
1956
|
|
1951
1957
|
%changelog
|
1958
|
+
* Thu Feb 05 2015 Karsten Hopp <karsten@redhat.com> 7.4.621-1
|
1959
|
+
- patchlevel 621
|
1960
|
+
|
1952
1961
|
* Wed Feb 04 2015 Karsten Hopp <karsten@redhat.com> 7.4.618-1
|
1953
1962
|
- patchlevel 618
|
1954
1963
|
|