From 02b30902f42a6796264400f610b914bd91b83cfc4477134514da0a572c93f783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 14 Oct 2015 17:56:04 +0000 Subject: [PATCH] =?UTF-8?q?-=20Updated=20to=20revision=20898,=20fixes=20th?= =?UTF-8?q?e=20following=20problems=20=20=20*=20Build=20failure=20when=20u?= =?UTF-8?q?sing=20dynamic=20python=20but=20not=20python3.=20=20=20*=20Inde?= =?UTF-8?q?ntation=20of=20array=20initializer=20is=20wrong.=20=20=20*=20On?= =?UTF-8?q?=20MS-Windows=20the=20iconv=20DLL=20may=20have=20a=20different?= =?UTF-8?q?=20name.=20=20=20*=20C=20indenting=20is=20wrong=20below=20a=20"?= =?UTF-8?q?case=20(foo):"=20=20=20*=20vimrun.exe=20is=20picky=20about=20th?= =?UTF-8?q?e=20number=20of=20spaces=20before=20-s.=20=20=20*=20Custom=20co?= =?UTF-8?q?mmand=20line=20completion=20does=20not=20work=20for=20a=20comma?= =?UTF-8?q?nd=20containing=20digits.=20=20=20*=20Editing=20a=20URL,=20whic?= =?UTF-8?q?h=20netrw=20should=20handle,=20doesn't=20work.=20=20=20*=20Free?= =?UTF-8?q?ze=20and=20crash=20when=20there=20is=20a=20sleep=20in=20a=20rem?= =?UTF-8?q?ote=20command.=20(Karl=20Yngve=20Lerv=C3=A5g)=20=20=20*=20The?= =?UTF-8?q?=20'fixendofline'=20option=20is=20set=20on=20with=20":edit".?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=290 --- v7.4.889.tar.gz | 3 --- v7.4.898.tar.gz | 3 +++ vim.changes | 14 ++++++++++++++ vim.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 v7.4.889.tar.gz create mode 100644 v7.4.898.tar.gz diff --git a/v7.4.889.tar.gz b/v7.4.889.tar.gz deleted file mode 100644 index 7d9d0ce..0000000 --- a/v7.4.889.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4247eb470e965a5fc08989b26ad30998b7f3efce1d5a5001b85666ee26ee4f3 -size 12284392 diff --git a/v7.4.898.tar.gz b/v7.4.898.tar.gz new file mode 100644 index 0000000..85747ae --- /dev/null +++ b/v7.4.898.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae34137a48fd1ee58a596f18c9975d7d5927bf96fd0f746c2051ca29d21ea24e +size 12284787 diff --git a/vim.changes b/vim.changes index ca2bac9..198b0cf 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Oct 14 17:25:26 UTC 2015 - idonmez@suse.com + +- Updated to revision 898, fixes the following problems + * Build failure when using dynamic python but not python3. + * Indentation of array initializer is wrong. + * On MS-Windows the iconv DLL may have a different name. + * C indenting is wrong below a "case (foo):" + * vimrun.exe is picky about the number of spaces before -s. + * Custom command line completion does not work for a command containing digits. + * Editing a URL, which netrw should handle, doesn't work. + * Freeze and crash when there is a sleep in a remote command. (Karl Yngve LervÄg) + * The 'fixendofline' option is set on with ":edit". + ------------------------------------------------------------------- Wed Sep 30 09:10:28 UTC 2015 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 1a96bfb..bf3cc1b 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 889 +%define patchlevel 898 %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}