From 489e0dc1337e5a01bd4e9a1a73099ae4a39e47e26f7c09a1d4a77f8540c50532 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 11 Jul 2011 14:04:08 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/vim revision 61.0 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=99940146fac61790c5ecf1fd27e101e0 --- vim.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vim.spec b/vim.spec index 85a8ad0..11b5046 100644 --- a/vim.spec +++ b/vim.spec @@ -19,7 +19,7 @@ Name: vim Version: 7.3 -Release: 1 +Release: 9 License: Vim Group: Productivity/Editors/Vi BuildRequires: db-devel @@ -130,6 +130,7 @@ environment install additionally vim-data. %package data + Summary: Vi IMproved Group: Productivity/Editors/Vi PreReq: %{vim_prereq} @@ -153,6 +154,7 @@ Package vim-data contains the runtime files. %package base + Summary: Vi IMproved Group: Productivity/Editors/Vi PreReq: %{vim_prereq} @@ -177,6 +179,7 @@ want to install the vim-data package. %package enhanced + Summary: A version of the VIM editor which includes recent enhancements Group: Productivity/Editors/Vi PreReq: %{vim_prereq} @@ -201,6 +204,7 @@ graphical features of vim, you might want to install package gvim too. %package -n gvim-base + Summary: dummy package for a subpackage only build in the buildservice Group: Productivity/Editors/Vi PreReq: %{vim_prereq} @@ -212,6 +216,7 @@ dummy package for a subpackage only build in the buildservice %package -n gvim-enhanced + Summary: dummy package for a subpackage only build in the buildservice Group: Productivity/Editors/Vi PreReq: %{gvim_prereq} @@ -227,6 +232,7 @@ dummy package for a subpackage only build in the buildservice %package -n gvim + Summary: A GUI for Vi Group: Productivity/Editors/Vi PreReq: %{gvim_prereq} From 5db24cbfee1a1adf62f6c5c395623ccb948f4e81de112cf57101b01fb2773d6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 4 Aug 2011 12:01:30 +0000 Subject: [PATCH 2/2] - Update to official patchlevel 266 * Fix python 3.2 detection * Python: Errors in Unicode characters not handled nicely. * "gH" deletes the current line, except when it's the last line. * "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'. * The coladd field is not reset when setting the line number for a ":call" command. * When editing a file such as "File[2010-08-15].vim" an E16 error is given. * Equivalence classes only work for latin characters. * CursorHold triggers on an incomplete mapping. * G++ error message errornously recognized as error. * When the current directory name contains wildcard characters, such as "foo[with]bar", the tags file can't be found. * When storing a pattern in search history there is no proper check for the separator character. * In Gvim with iBus typing space in Insert mode doesn't work. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=50 --- vim-7.3-patches.tar.bz2 | 4 ++-- vim.changes | 22 ++++++++++++++++++++++ vim.spec | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/vim-7.3-patches.tar.bz2 b/vim-7.3-patches.tar.bz2 index 645ad7f..5664aee 100644 --- a/vim-7.3-patches.tar.bz2 +++ b/vim-7.3-patches.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:28e42b9b681f005d317a00b759c269032acedf0dc95504edd350e62bde0290f9 -size 248903 +oid sha256:d2e31888e0c4b4db235d2645fc60b6cbdf6530a9a92e7f116ee5977fed75aabe +size 272879 diff --git a/vim.changes b/vim.changes index 334f5ba..06c074b 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Aug 4 11:54:55 UTC 2011 - idonmez@novell.com + +- Update to official patchlevel 266 + * Fix python 3.2 detection + * Python: Errors in Unicode characters not handled nicely. + * "gH" deletes the current line, except when it's the last + line. + * "echo 'abc' > ''" returns 0 or 1, depending on 'ignorecase'. + * The coladd field is not reset when setting the line number for a + ":call" command. + * When editing a file such as "File[2010-08-15].vim" an E16 error is + given. + * Equivalence classes only work for latin characters. + * CursorHold triggers on an incomplete mapping. + * G++ error message errornously recognized as error. + * When the current directory name contains wildcard characters, such + as "foo[with]bar", the tags file can't be found. + * When storing a pattern in search history there is no proper check + for the separator character. + * In Gvim with iBus typing space in Insert mode doesn't work. + ------------------------------------------------------------------- Tue Jul 11 15:00:00 UTC 2011 - idonmez@novell.com diff --git a/vim.spec b/vim.spec index 11b5046..447c584 100644 --- a/vim.spec +++ b/vim.spec @@ -46,7 +46,7 @@ BuildRequires: gpm %endif # %define pkg_version 7.3 -%define official_ptchlvl 243 +%define official_ptchlvl 266 %define VIM_SUBDIR vim73 %define site_runtimepath /usr/share/vim/site #