- patchlevel 182
This commit is contained in:
parent
52b51da40b
commit
562483e491
@ -203,3 +203,6 @@ Individual patches for Vim 7.4:
|
|||||||
1491 7.4.177 compiler warning for unused variable
|
1491 7.4.177 compiler warning for unused variable
|
||||||
1957 7.4.178 the J command does not update '[ and '] marks
|
1957 7.4.178 the J command does not update '[ and '] marks
|
||||||
1675 7.4.179 Compiler warning for type-punned pointer
|
1675 7.4.179 Compiler warning for type-punned pointer
|
||||||
|
2650 7.4.180 (after 7.4.174) older Python versions don't support %ld
|
||||||
|
1947 7.4.181 when using 'pastetoggle' the status lines are not updated
|
||||||
|
1916 7.4.182 building with mzscheme and racket does not work
|
||||||
|
13
vim.spec
13
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 179
|
%define patchlevel 182
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -21,7 +21,7 @@ Summary: The VIM editor
|
|||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{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}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}.tar.bz2
|
||||||
@ -227,6 +227,9 @@ Patch176: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.176
|
|||||||
Patch177: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.177
|
Patch177: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.177
|
||||||
Patch178: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.178
|
Patch178: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.178
|
||||||
Patch179: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.179
|
Patch179: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.179
|
||||||
|
Patch180: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.180
|
||||||
|
Patch181: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.181
|
||||||
|
Patch182: ftp://ftp.vim.org/pub/vim/patches/7.4/7.4.182
|
||||||
|
|
||||||
Patch3000: vim-7.4-syntax.patch
|
Patch3000: vim-7.4-syntax.patch
|
||||||
Patch3002: vim-7.1-nowarnings.patch
|
Patch3002: vim-7.1-nowarnings.patch
|
||||||
@ -554,6 +557,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch177 -p0
|
%patch177 -p0
|
||||||
%patch178 -p0
|
%patch178 -p0
|
||||||
%patch179 -p0
|
%patch179 -p0
|
||||||
|
%patch180 -p0
|
||||||
|
%patch181 -p0
|
||||||
|
%patch182 -p0
|
||||||
|
|
||||||
# install spell files
|
# install spell files
|
||||||
%if %{withvimspell}
|
%if %{withvimspell}
|
||||||
@ -1064,6 +1070,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 18 2014 Karsten Hopp <karsten@redhat.com> 7.4.182-1
|
||||||
|
- patchlevel 182
|
||||||
|
|
||||||
* Tue Feb 18 2014 Karsten Hopp <karsten@redhat.com> 7.4.179-2
|
* Tue Feb 18 2014 Karsten Hopp <karsten@redhat.com> 7.4.179-2
|
||||||
- enable dynamic lua interpreter
|
- enable dynamic lua interpreter
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user