SHA256
1
0
forked from pool/vim
OBS User unknown 2008-09-13 10:25:42 +00:00 committed by Git OBS Bridge
parent 22976f7761
commit a1dc42963a
14 changed files with 204 additions and 228 deletions

View File

@ -1,117 +0,0 @@
From: Bram Moolenaar <Bram@moolenaar.net>
Date: Sat, 12 May 2007 18:06:51 +0200
Announcing: Vim (Vi IMproved) version 7.1
This is a stable release of Vim, version 7.1. Since version 7.0 lots of
problems were fixed and runtime files were updated. It has been one
year and five days since 7.0!
Most of Vim 7.1 was already available as patches for quite a while. A
couple of test versions were made to spot problems in the distribution.
Therefore Vim 7.1 can be considered very stable.
If you are using an older version, it is highly recommended you install
Vim 7.1. Several crashing bugs and a security issue were fixed.
Once you have installed Vim 7.1 you can find details about the
changes since Vim 7.0 with ":help version-7.1".
I will not make an Amiga or OS/2 binary for Vim 7.1. A Mac version is
hopefully available soon on http://macvim.org/
Where to get it
---------------
All files can be found below this directory:
ftp://ftp.vim.org/pub/vim/
Information about which files to download for what system:
http://www.vim.org/download.php
A list of mirror sites can be found here:
http://www.vim.org/mirrors.php
Vim 7.1 is also available from CVS and Subversion:
http://www.vim.org/cvs.php
http://www.vim.org/subversion.php
An overview of the files:
UNIX:
unix/vim-7.1.tar.bz2 sources + runtime files, bzip2 compressed
VARIOUS:
extra/vim-7.1-extra.tar.gz extra files
extra/vim-7.1-lang.tar.gz multi-language files
doc/vim71html.zip help files converted to HTML
MS-WINDOWS:
pc/gvim71.exe self-installing, includes all runtime files
pc/vim71rt.zip runtime files for binaries below
pc/vim71lang.zip files for translated messages and menus
pc/gvim71.zip GUI binary for Windows 95/98/NT/2000/XP
pc/gvim71ole.zip GUI binary with OLE support
pc/gvim71_s.zip GUI binary for Windows 3.1
pc/vim71d16.zip 16 bit console version for MS-DOS
pc/vim71d32.zip console version for MS-DOS/Windows 95/98
pc/vim71w32.zip console version for Windows NT/2000/XP
pc/vim71src.zip sources for PC (with CR-LF)
DIFFS TO PREVIOUS RELEASE:
unix/vim-7.0-7.1.diff.gz sources + runtime files
extra/vim-7.0-7.1-extra.diff.gz extra files
extra/vim-7.0-7.1-lang.diff.gz multi-language files
unstable/unix/vim-7.1b-7.1.diff.gz sources + runtime files
unstable/extra/vim-7.1b-7.1-extra.diff.gz extra files
unstable/extra/vim-7.1b-7.1-lang.diff.gz multi-language files
Mailing lists
-------------
For user questions you can turn to the Vim mailing list. There are a
lot of tips, scripts and solutions. You can ask your Vim questions, but
only if you subscribe. See http://www.vim.org/maillist.php#vim
If you want to help Vim development or get the latest patches, subscribe
to the vim-dev mailing list. See http://www.vim.org/maillist.php#vim-dev
Subject specific lists:
Multi-byte issues: http://www.vim.org/maillist.php#vim-multibyte
Macintosh issues: http://www.vim.org/maillist.php#vim-mac
Before you ask a question you should search the archives, someone may
already have given the answer.
Reporting bugs
--------------
Send them to <bugs@vim.org>. Please describe the problem precisely.
All the time spent on answering mail is subtracted from the time that is
spent on improving Vim! Always give a reproducible example and try to
find out which settings or other things influence the appearance of the
bug. Try starting without your own vimrc file: "vim -u NONE". Try
different machines if possible. See ":help bugs" in Vim. Send me a
patch if you can!
If something needs discussing with other developers, send a message to the
vim-dev mailing list. You need to subscribe first.
Happy Vimming!
--
hundred-and-one symptoms of being an internet addict:
114. You are counting items, you go "0,1,2,3,4,5,6,7,8,9,A,B,C,D...".
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///

148
ANNOUNCEMENT.vim-7.2 Normal file
View File

@ -0,0 +1,148 @@
Subject: Vim version 7.2 released!
From: Bram Moolenaar <Bram@moolenaar.net>
Date: Sat, 09 Aug 2008 20:18:37 +0200
Hello Vim users,
Announcing: Vim (Vi IMproved) version 7.2
This is a minor release of Vim. In the 15 months since Vim 7.1 many
bugs were fixed and runtime files have been added and updated. There
are also security improvements, therefore it's a good idea to upgrade.
The main new feature since 7.1 is floating point support. You can use
it in the Vim script language to add up a list of amounts, for example.
Once you have installed Vim 7.2 you can find details about the changes
since Vim 7.1 with ":help version-7.2".
Notes
-----
The new O'Reilly book "Learning the Vi and Vim editors" is now
available. See http://iccf-holland.org/click5.html
I will not make an Amiga or OS/2 binary for Vim 7.2. A Mac version is
hopefully available soon on http://macvim.org/ and/or from the MacVim
project at http://code.google.com/p/macvim/
A Win64 binary should be available soon at
http://code.google.com/p/vim-win3264/
There is no 16-bit DOS version, the executable is too big to fit in the
limited memory space.
Gratitude
---------
If you like Vim, this is the way to say thanks:
http://iccf-holland.org/clinic.html
Where to get it
---------------
All files can be found below this directory:
ftp://ftp.vim.org/pub/vim/
Information about which files to download for what system:
http://www.vim.org/download.php
A list of mirror sites can be found here:
http://www.vim.org/mirrors.php
Vim 7.2 is also available from CVS. Subversion will follow later.
http://www.vim.org/cvs.php
http://www.vim.org/subversion.php
The Aap files have also been updated, see http://www.a-a-p.org/ports.html
An overview of the files:
UNIX:
unix/vim-7.2.tar.bz2 sources + runtime files, bzip2 compressed
MS-WINDOWS one-size-fits-all:
pc/gvim72.exe self-installing, includes all runtime files
VARIOUS:
extra/vim-7.2-extra.tar.gz source files for non-Unix platforms
extra/vim-7.2-lang.tar.gz multi-language files
doc/vim72html.zip help files converted to HTML
MS-WINDOWS separate files:
pc/vim72rt.zip runtime files
pc/vim72lang.zip files for translated messages and menus
pc/gvim72.zip GUI binary for Windows 95/98/NT/2000/XP
pc/gvim72ole.zip GUI binary with OLE support
pc/gvim72_s.zip GUI binary for Windows 3.1 (untested)
pc/vim72d32.zip console version for MS-DOS/Windows 95/98
pc/vim72w32.zip console version for Windows NT/2000/XP
pc/vim72src.zip sources for PC (with CR-LF)
DIFFS TO PREVIOUS RELEASE:
unix/vim-7.1-7.2.diff.gz sources + runtime files
extra/vim-7.1-7.2-extra.diff.gz extra files
extra/vim-7.1-7.2-lang.diff.gz multi-language files
DIFFS TO PREVIOUS BETA RELEASE
unstable/unix/vim-7.2c-7.2.diff.gz sources + runtime files
unstable/extra/vim-7.2c-7.2-extra.diff.gz extra files
unstable/extra/vim-7.2c-7.2-lang.diff.gz multi-language files
Mailing lists
-------------
For user questions you can turn to the Vim mailing list. There are a
lot of tips, scripts and solutions. You can ask your Vim questions, but
only if you subscribe. See http://www.vim.org/maillist.php#vim
If you want to help Vim development, discuss new features or get the
latest patches, subscribe to the vim-dev mailing list. See
http://www.vim.org/maillist.php#vim-dev
Subject specific lists:
Multi-byte issues: http://www.vim.org/maillist.php#vim-multibyte
Macintosh issues: http://www.vim.org/maillist.php#vim-mac
Before you ask a question you should search the archives, someone may
already have given the answer.
Reporting bugs
--------------
Send them to <bugs@vim.org>. Please describe the problem precisely.
All the time spent on answering mail is subtracted from the time that is
spent on improving Vim! Always give a reproducible example and try to
find out which settings or other things influence the appearance of the
bug. Try starting without your own vimrc file: "vim -u NONE". Try
different machines if possible. See ":help bugs" in Vim. Send me a
patch if you can!
If something needs discussing with other developers, send a message to the
vim-dev mailing list. You need to subscribe first.
Happy Vimming!
--
"Software is like sex... it's better when it's free."
-- Linus Torvalds, initiator of the free Linux OS
Makes me wonder what FSF stands for...?
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ download, build and distribute -- http://www.A-A-P.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---


View File

@ -1,8 +1,8 @@
Index: vim71/runtime/syntax/fstab.vim
Index: vim72/runtime/syntax/fstab.vim
===================================================================
--- vim71.orig/runtime/syntax/fstab.vim
+++ vim71/runtime/syntax/fstab.vim
@@ -28,7 +28,7 @@ syn match fsOperator /[,=:]/
--- vim72.orig/runtime/syntax/fstab.vim 2008-01-16 21:52:16.000000000 +0100
+++ vim72/runtime/syntax/fstab.vim 2008-08-12 12:31:27.000000000 +0200
@@ -29,7 +29,7 @@ syn match fsOperator /[,=:#]/
" Device
syn cluster fsDeviceCluster contains=fsOperator,fsDeviceKeyword,fsDeviceError
syn match fsDeviceError /\%([^a-zA-Z0-9_\/#@:\.-]\|^\w\{-}\ze\W\)/ contained
@ -10,13 +10,13 @@ Index: vim71/runtime/syntax/fstab.vim
+syn keyword fsDeviceKeyword contained none proc linproc tmpfs debugfs devpts sysfs usbfs
syn keyword fsDeviceKeyword contained LABEL nextgroup=fsDeviceLabel
syn keyword fsDeviceKeyword contained UUID nextgroup=fsDeviceUUID
syn match fsDeviceKeyword contained /^[a-zA-Z0-9.\-]\+\ze:/
@@ -43,7 +43,7 @@ syn keyword fsMountPointKeyword containe
syn keyword fsDeviceKeyword contained sshfs nextgroup=fsDeviceSshfs
@@ -46,7 +46,7 @@ syn keyword fsMountPointKeyword containe
" Type
syn cluster fsTypeCluster contains=fsTypeKeyword,fsTypeUnknown
syn match fsTypeUnknown /\s\+\zs\w\+/ contained
-syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
+syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs debugfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
-syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs devfs devpts e2compr efs ext2 ext2fs ext3 fdesc ffs filecore fuse hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
+syn keyword fsTypeKeyword contained adfs ados affs atfs audiofs auto autofs befs bfs cd9660 cfs cifs coda cramfs debugfs devfs devpts e2compr efs ext2 ext2fs ext3 ext4 ext4dev fdesc ffs filecore fuse hfs hpfs iso9660 jffs jffs2 jfs kernfs lfs linprocfs mfs minix msdos ncpfs nfs none ntfs null nwfs overlay ovlfs portal proc procfs ptyfs qnx4 reiserfs romfs shm smbfs sshfs std subfs swap sysfs sysv tcfs tmpfs udf ufs umap umsdos union usbfs userfs vfat vs3fs vxfs wrapfs wvfs xfs zisofs
" Options
" -------

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1b31cadafc10d5f0666cdca33ba121a498aeddb44bcc8a96f155a0a5960ac64c
size 652226

View File

@ -1,13 +0,0 @@
Index: vim71/runtime/ftplugin/changelog.vim
===================================================================
--- vim71.orig/runtime/ftplugin/changelog.vim
+++ vim71/runtime/ftplugin/changelog.vim
@@ -131,7 +131,7 @@ if &filetype == 'changelog'
" Regular expression used to find the end of a date entry
if !exists('g:changelog_date_end_entry_search')
- let g:changelog_date_entry_search = '^\s*$'
+ let g:changelog_date_end_entry_search = '^\s*$'
endif

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8f227366f2c04a7c1adcd6b20cddac33e5518a5e8b934f3104963ac1014f435
size 630676

View File

@ -1,64 +0,0 @@
Index: vim71/runtime/autoload/netrw.vim
===================================================================
--- vim71.orig/runtime/autoload/netrw.vim
+++ vim71/runtime/autoload/netrw.vim
@@ -427,6 +427,40 @@ fun! s:NetOptionSave()
endfun
" ------------------------------------------------------------------------
+" NetUrlencode
+fun! s:NetUrlencode(str)
+ let flags='ge'
+ let r=a:str
+ let r=substitute(r,'\t','\\%09',flags)
+ let r=substitute(r,'\n','\\%0A',flags)
+ let r=substitute(r,' ','\\%20',flags)
+ let r=substitute(r,'!','\\%21',flags)
+ let r=substitute(r,'\$','\\%24',flags)
+ let r=substitute(r,"'",'\\%27',flags)
+ let r=substitute(r,'&','\\%26',flags)
+ let r=substitute(r,'(','\\%28',flags)
+ let r=substitute(r,')','\\%29',flags)
+ let r=substitute(r,'*','\\%2A',flags)
+ let r=substitute(r,'+','\\%2B',flags)
+ let r=substitute(r,',','\\%2C',flags)
+ let r=substitute(r,':','\\%3A',flags)
+ let r=substitute(r,';','\\%3B',flags)
+ let r=substitute(r,'<','\\%3C',flags)
+ let r=substitute(r,'=','\\%3D',flags)
+ let r=substitute(r,'>','\\%3E',flags)
+ let r=substitute(r,'?','\\%3F',flags)
+ let r=substitute(r,'[','\\%5B',flags)
+ let r=substitute(r,']','\\%5D',flags)
+ let r=substitute(r,'\^','\\%5E',flags)
+ let r=substitute(r,'`','\\%60',flags)
+ let r=substitute(r,'{','\\%7B',flags)
+ let r=substitute(r,'|','\\%7C',flags)
+ let r=substitute(r,'}','\\%7D',flags)
+ let r=substitute(r,'\~','\\%7E',flags)
+ return r
+endfun
+
+" ------------------------------------------------------------------------
" NetOptionRestore: restore options {{{2
fun! s:NetOptionRestore()
" call Dfunc("s:NetOptionRestore() win#".winnr()." buf#".bufnr("."))
@@ -763,7 +797,8 @@ fun! netrw#NetRead(mode,...)
" simple wget
let netrw_fname= escape(b:netrw_fname,g:netrw_fname_escape)
" call Decho("executing: !".g:netrw_http_cmd." ".tmpfile." http://".g:netrw_machine.netrw_fname)
- exe g:netrw_silentxfer."!".g:netrw_http_cmd." ".tmpfile." http://".g:netrw_machine.netrw_fname
+ exe g:netrw_silentxfer."!".g:netrw_http_cmd." ".tmpfile." http://".s:NetUrlencode(g:netrw_machine.netrw_fname)
+
let result = s:NetGetFile(readcmd, tmpfile, b:netrw_method)
else
@@ -773,7 +808,7 @@ fun! netrw#NetRead(mode,...)
" call Decho("netrw_html<".netrw_html.">")
" call Decho("netrw_tag <".netrw_tag.">")
" call Decho("executing: !".g:netrw_http_cmd." ".tmpfile." http://".g:netrw_machine.netrw_html)
- exe g:netrw_silentxfer."!".g:netrw_http_cmd." ".tmpfile." http://".g:netrw_machine.netrw_html
+ exe g:netrw_silentxfer."!".g:netrw_http_cmd." ".tmpfile." http://".s:NetUrlencode(g:netrw_machine.netrw_html)
let result = s:NetGetFile(readcmd, tmpfile, b:netrw_method)
" call Decho('<\s*a\s*name=\s*"'.netrw_tag.'"/')
exe 'norm! 1G/<\s*a\s*name=\s*"'.netrw_tag.'"/'."\<CR>"

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f0a5195db1981806090a46aa962f980edc68eba72ca5cfc8287aff612f1cf70
size 6876053

3
vim-7.2-extra.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1773cdb76d66e291afd4e9f7b6bb38eca730d90d7ceeda659649b71169f0b996
size 649002

3
vim-7.2-lang.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:425bd5eb0cf142a44d19faf7a6501fbdf992a245d8a640a23629b6372d9a57ca
size 725317

3
vim-7.2.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3546216b7a741229be363a82e40702962bea362a0faaacbe6cd4d2ca1c6dde1c
size 7203720

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cddfc9a6ae1e7cc8a082f9018a9f9328187edddfa261d5e7797fd7c6d9150031
size 188010

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 11 15:29:42 CEST 2008 - mkoenig@suse.de
- update to version 7.2
* bugfixes and security enhancements
* support for floating point numbers
- fixes security vulnerabilities [bnc#400508,bnc#406693,bnc#409516]
- fixes ada support [bnc#419506]
- remove patches:
vim-7.1-ftplugin_changelog.patch
vim-7.1-netrw_urlencode.patch
-------------------------------------------------------------------
Wed May 28 13:40:09 CEST 2008 - rodrigo@suse.de

View File

@ -1,10 +1,17 @@
#
# spec file for package vim (Version 7.1)
# spec file for package vim (Version 7.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@ -12,8 +19,8 @@
Name: vim
Version: 7.1
Release: 125
Version: 7.2
Release: 1
#
License: Other uncritical OpenSource License; http://vimdoc.sourceforge.net/htmldoc/uganda.html#license
Group: Productivity/Editors/Vi
@ -21,9 +28,9 @@ Group: Productivity/Editors/Vi
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: db-devel fdupes gettext-devel gpm gtk2-devel libacl-devel ncurses-devel perl python-devel ruby-devel tcl-devel update-alternatives update-desktop-files
#
%define pkg_version 7.1
%define pkg_version 7.2
%define official_ptchlvl 266
%define VIM_SUBDIR vim71
%define VIM_SUBDIR vim72
%define site_runtimepath /usr/share/vim/site
#
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?jobs:-j%jobs}
@ -67,7 +74,7 @@ Source16: gvim.png
Source18: missing-vim-client
Source19: gvim.desktop
Source99: vim-7.1-rpmlintrc
Patch0: %{name}-upstream-patches-7.1-%{official_ptchlvl}.patch.bz2
#Patch0: %{name}-upstream-patches-7.1-%{official_ptchlvl}.patch.bz2
Patch1: %{name}-7.0-no_nb.patch
Patch4: %{name}-7.0-gvimrc_fontset.patch
Patch5: %{name}-7.0-highlight_fstab.patch
@ -81,10 +88,8 @@ Patch12: %{name}-7.0-ruby_ldflags_configure.patch
Patch14: %{name}-7.0-grub.patch
Patch15: vim-7.0-filetype_apparmor.patch
Patch16: %{name}-7.0-flex-array.diff
Patch17: vim-7.1-ftplugin_changelog.patch
Patch18: vim-7.1-filetype_spec.patch
Patch19: vim-7.1-diff_check.patch
Patch20: vim-7.1-netrw_urlencode.patch
Patch21: vim-7.1-filetype_changes.patch
Patch22: vim-7.1-remove-terrible-hack.patch
# tbd??? %name-6.3-ga-utf8.diff
@ -276,7 +281,7 @@ Authors:
%prep
%setup -q -n %{VIM_SUBDIR} -b 1 -b 2
%patch
#%patch
%patch1 -p1
%patch4 -p1
%patch5 -p1
@ -290,10 +295,8 @@ Authors:
%patch14
%patch15 -p1
%patch16
%patch17 -p1
%patch18
%patch19 -p1
%patch20 -p1
%patch21 -p1
%patch22
cp %{S:3} %{S:4} %{S:5} %{S:6} %{S:8} %{S:9} %{S:10} .
@ -418,7 +421,7 @@ mkdir -m 0755 %{buildroot}%{site_runtimepath}/after/syntax
%{__install} -d -m 0755 %{buildroot}%{_docdir}/{,g}vim/
%{__install} -D -m 0644 \
vimrc_example1 vimrc_example2 suse.vimrc \
README.txt README_src.txt README_unix.txt README_lang.txt src/INSTALL ANNOUNCEMENT.vim-7.1 \
README.txt README_src.txt README_unix.txt README_lang.txt src/INSTALL ANNOUNCEMENT.vim-7.2 \
%{buildroot}%{_docdir}/vim/
# gvim
%{__install} -D -m 0644 \
@ -520,6 +523,7 @@ fi
# additional binaries
%{_bindir}/vitmp
%{_bindir}/vimtutor
%{_bindir}/gvimtutor
%{_bindir}/xxd
# man pages
%{_mandir}/man1/*
@ -658,6 +662,15 @@ fi
%endif
%changelog
* Thu Sep 11 2008 mkoenig@suse.de
- update to version 7.2
* bugfixes and security enhancements
* support for floating point numbers
- fixes security vulnerabilities [bnc#400508,bnc#406693,bnc#409516]
- fixes ada support [bnc#419506]
- remove patches:
vim-7.1-ftplugin_changelog.patch
vim-7.1-netrw_urlencode.patch
* Wed May 28 2008 rodrigo@suse.de
- Added vim-7.1-remove-terrible-hack.patch to remove a "terrible"
hack that was moving the mouse 100 pixels to the top left for