- patchlevel 53
This commit is contained in:
parent
43c7a53b53
commit
5617c4f983
@ -75,3 +75,6 @@ Individual patches for Vim 7.0:
|
|||||||
2173 7.0.048 the gzip plugin can't handle file names that have a paren
|
2173 7.0.048 the gzip plugin can't handle file names that have a paren
|
||||||
2221 7.0.049 some Tcl scripts are not recognized
|
2221 7.0.049 some Tcl scripts are not recognized
|
||||||
1437 7.0.050 can't properly close a buffer through the NetBeans interface
|
1437 7.0.050 can't properly close a buffer through the NetBeans interface
|
||||||
|
6097 7.0.051 (after 7.0.44) compile and/or run problem with Perl interface
|
||||||
|
2237 7.0.052 the Vim server may expose more functionality than expected
|
||||||
|
1379 7.0.053 shortening multi-byte directory name may fail
|
||||||
|
14
vim.spec
14
vim.spec
@ -15,7 +15,7 @@
|
|||||||
#used for pre-releases:
|
#used for pre-releases:
|
||||||
%define beta %{nil}
|
%define beta %{nil}
|
||||||
%define vimdir vim70%{?beta}
|
%define vimdir vim70%{?beta}
|
||||||
%define patchlevel 050
|
%define patchlevel 053
|
||||||
|
|
||||||
Summary: The VIM editor.
|
Summary: The VIM editor.
|
||||||
Name: vim
|
Name: vim
|
||||||
@ -95,6 +95,9 @@ Patch047: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.047
|
|||||||
Patch048: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.048
|
Patch048: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.048
|
||||||
Patch049: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.049
|
Patch049: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.049
|
||||||
Patch050: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.050
|
Patch050: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.050
|
||||||
|
Patch051: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.051
|
||||||
|
Patch052: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.052
|
||||||
|
Patch053: ftp://ftp.vim.org/pub/vim/patches/7.0/7.0.053
|
||||||
|
|
||||||
|
|
||||||
Patch3000: vim-7.0-syntax.patch
|
Patch3000: vim-7.0-syntax.patch
|
||||||
@ -188,7 +191,7 @@ need to install the vim-common package.
|
|||||||
Summary: The VIM version of the vi editor for the X Window System.
|
Summary: The VIM version of the vi editor for the X Window System.
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
Requires: vim-common = %{epoch}:%{version}-%{release} libattr
|
Requires: vim-common = %{epoch}:%{version}-%{release} libattr
|
||||||
BuildRequires: gtk2-devel libSM-devel libXt-devel
|
BuildRequires: gtk2-devel libSM-devel libXt-devel libXpm-devel
|
||||||
Prereq: gtk2 >= 2.6
|
Prereq: gtk2 >= 2.6
|
||||||
Obsoletes: vim7-X11
|
Obsoletes: vim7-X11
|
||||||
|
|
||||||
@ -275,6 +278,9 @@ perl -pi -e "s,bin/nawk,bin/awk,g" runtime/tools/mve.awk
|
|||||||
%patch048 -p0
|
%patch048 -p0
|
||||||
%patch049 -p0
|
%patch049 -p0
|
||||||
%patch050 -p0
|
%patch050 -p0
|
||||||
|
%patch051 -p0
|
||||||
|
%patch052 -p0
|
||||||
|
%patch053 -p0
|
||||||
|
|
||||||
%patch3000 -p1
|
%patch3000 -p1
|
||||||
%patch3001 -p1
|
%patch3001 -p1
|
||||||
@ -598,6 +604,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/icons/hicolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 09 2006 Karsten Hopp <karsten@redhat.de> 7.0.053-1
|
||||||
|
- Patchlevel 53
|
||||||
|
- Buildrequires libXpm-devel
|
||||||
|
|
||||||
* Wed Aug 09 2006 Karsten Hopp <karsten@redhat.de> 7.0.050-1
|
* Wed Aug 09 2006 Karsten Hopp <karsten@redhat.de> 7.0.050-1
|
||||||
- Patchlevel 50
|
- Patchlevel 50
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user