From 40055ca064fd21782a14f95bce0dd6eac338c050f2b582493242fcba8f7a33e3 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 23 Jan 2007 00:31:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=2 --- vim-7.0-official_patches_001-146.bz2 | 3 -- vim-7.0-official_patches_001-188.bz2 | 3 ++ vim.changes | 46 ++++++++++++++++++++++++++ vim.spec | 49 ++++++++++++++++++++++++++-- 4 files changed, 95 insertions(+), 6 deletions(-) delete mode 100644 vim-7.0-official_patches_001-146.bz2 create mode 100644 vim-7.0-official_patches_001-188.bz2 diff --git a/vim-7.0-official_patches_001-146.bz2 b/vim-7.0-official_patches_001-146.bz2 deleted file mode 100644 index 91186d5..0000000 --- a/vim-7.0-official_patches_001-146.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:907d30c1a2ccb0262dd6f2b7a2444ae1e992d1fb2a1b7e600b91c184289f48a9 -size 103328 diff --git a/vim-7.0-official_patches_001-188.bz2 b/vim-7.0-official_patches_001-188.bz2 new file mode 100644 index 0000000..bbdee84 --- /dev/null +++ b/vim-7.0-official_patches_001-188.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd0287cd5346650d872a4f7ff62cb87137c66abda8b221e0a9d9d539940e0c4 +size 131669 diff --git a/vim.changes b/vim.changes index 0926411..a7795ab 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,49 @@ +------------------------------------------------------------------- +Mon Jan 22 14:25:35 CET 2007 - mkoenig@suse.de + +- added official patches 147-188: + * no error message for ":call d.foo()" when "foo" doesn't exist + * when resizing windows scrolling is not done in the best way + * when resizing the Vim window scrollbinding doesn't work + * button order in GTK file dialog is different from Gnome rules + * crash when using lesstif 2 + * crash with cscope when temp file can't be opened + * when 'foldnextmax' is negative Vim could hang + * when getchar() returns a mouse button the position is unknown + * (extra) Vim doesn't compile on Amiga OS4 + * profiling info was bogus for a recursively called function + * cursor in closed fold after adding new line + * not enough information for an I/O error in the swap file + * ":@a" echoes the command + * (extra) Win32: window and tabline menu may use wrong encoding + * doesn't exit with "vim -o a b" and abort at ATTENTION prompt + * can't get the position of a sign over the netbeans interface + * ":redir @+" doesn't work + * using CTRL-L to add to a search pattern fails for some chars + * crash with cscope when a file descriptor is NULL + * can't redefine a function in a dictionary + * reading uninitialized memory and a memory leak in recovery + * Visual block highlighting not removed for "I" and "A" + * (extra) Win32: un-maximizing and tab pages line problem + * (extra) VMS: problem with file names with multiple paths + * crash when recovering a file and quitting hit-enter prompt + * ":call f().TT()" doesn't work + * ":mksession" doesn't restore tab page window layout properly + * tr() didn't add a final NUL + * ":emenu" isn't executed directly, breaks the crypt key prompt + * key from mapping at press-enter prompt would be remapped + * comparing utf-8 strings with 'ic' may look past NUL bytes + * crash when recovering without a swap file name + * (extra) VMS: build problem and problem with swap files + * when reloading a buffer an extra empty line may appear + * cannot reach every point in the undo tree after using "g-" + * accessing memory already freed after ":redir => var" ":let" + * cscope interface doesn't work with mlcscope + * multi-byte chars in message get attributes from previous char + * ml_get error when doing "/\_s*/e" with utf-8 'encoding' + * can't properly source a remote script + * (after 7.0.186) warning for wrong pointer type + ------------------------------------------------------------------- Mon Nov 6 11:05:29 CET 2006 - mkoenig@suse.de diff --git a/vim.spec b/vim.spec index c66f5f3..b7a4d6c 100644 --- a/vim.spec +++ b/vim.spec @@ -1,7 +1,7 @@ # # spec file for package vim (Version 7.0) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 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. # @@ -11,14 +11,14 @@ # norootforbuild Name: vim -%define official_ptchlvl 146 +%define official_ptchlvl 188 BuildRequires: db-devel gettext-devel gpm gtk2-devel libacl-devel ncurses-devel python-devel ruby-devel tcl-devel update-alternatives update-desktop-files License: Other License(s), see package Group: Productivity/Editors/Vi Provides: vi_clone Autoreqprov: on Version: 7.0 -Release: 27 +Release: 46 %define VIM_SUBDIR vim70 Summary: Vi IMproved URL: http://www.vim.org/ @@ -343,6 +343,49 @@ rm -rf $RPM_BUILD_ROOT; /usr/bin/vim-enhanced %changelog -n vim +* Mon Jan 22 2007 - mkoenig@suse.de +- added official patches 147-188: + * no error message for ":call d.foo()" when "foo" doesn't exist + * when resizing windows scrolling is not done in the best way + * when resizing the Vim window scrollbinding doesn't work + * button order in GTK file dialog is different from Gnome rules + * crash when using lesstif 2 + * crash with cscope when temp file can't be opened + * when 'foldnextmax' is negative Vim could hang + * when getchar() returns a mouse button the position is unknown + * (extra) Vim doesn't compile on Amiga OS4 + * profiling info was bogus for a recursively called function + * cursor in closed fold after adding new line + * not enough information for an I/O error in the swap file + * ":@a" echoes the command + * (extra) Win32: window and tabline menu may use wrong encoding + * doesn't exit with "vim -o a b" and abort at ATTENTION prompt + * can't get the position of a sign over the netbeans interface + * ":redir @+" doesn't work + * using CTRL-L to add to a search pattern fails for some chars + * crash with cscope when a file descriptor is NULL + * can't redefine a function in a dictionary + * reading uninitialized memory and a memory leak in recovery + * Visual block highlighting not removed for "I" and "A" + * (extra) Win32: un-maximizing and tab pages line problem + * (extra) VMS: problem with file names with multiple paths + * crash when recovering a file and quitting hit-enter prompt + * ":call f().TT()" doesn't work + * ":mksession" doesn't restore tab page window layout properly + * tr() didn't add a final NUL + * ":emenu" isn't executed directly, breaks the crypt key prompt + * key from mapping at press-enter prompt would be remapped + * comparing utf-8 strings with 'ic' may look past NUL bytes + * crash when recovering without a swap file name + * (extra) VMS: build problem and problem with swap files + * when reloading a buffer an extra empty line may appear + * cannot reach every point in the undo tree after using "g-" + * accessing memory already freed after ":redir => var" ":let" + * cscope interface doesn't work with mlcscope + * multi-byte chars in message get attributes from previous char + * ml_get error when doing "/\_s*/e" with utf-8 'encoding' + * can't properly source a remote script + * (after 7.0.186) warning for wrong pointer type * Mon Nov 06 2006 - mkoenig@suse.de - add apparmor syntax highlighting [#190084] * Tue Oct 31 2006 - mkoenig@suse.de