From 50feed51fe8bfa8ae4ae40fc515387600dc588ff2784f9cca1fdc433c57a241b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 22 Nov 2016 12:06:25 +0000 Subject: [PATCH 1/3] - Updated to revision 95, fixes the following problems * Problems with GTK 3.22.2 fixed in 3.22.4. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=396 --- v8.0.0092.tar.gz | 3 --- v8.0.0095.tar.gz | 3 +++ vim.changes | 6 ++++++ vim.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 v8.0.0092.tar.gz create mode 100644 v8.0.0095.tar.gz diff --git a/v8.0.0092.tar.gz b/v8.0.0092.tar.gz deleted file mode 100644 index 525eca7..0000000 --- a/v8.0.0092.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cfef722ca09619b1f9c62fa929177eb6bf16b8dc36c6c12fe778cde3d150b95 -size 12944948 diff --git a/v8.0.0095.tar.gz b/v8.0.0095.tar.gz new file mode 100644 index 0000000..96c8c31 --- /dev/null +++ b/v8.0.0095.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e756ab7c7ab31e1208ff11f47d55f4d168d586ecb8fa932f74ef36fcbf5811f2 +size 12944792 diff --git a/vim.changes b/vim.changes index 5622f1f..dee34e4 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 22 12:03:22 UTC 2016 - idonmez@suse.com + +- Updated to revision 95, fixes the following problems + * Problems with GTK 3.22.2 fixed in 3.22.4. + ------------------------------------------------------------------- Mon Nov 21 16:01:17 UTC 2016 - dimstar@opensuse.org diff --git a/vim.spec b/vim.spec index e82710d..dbafd0a 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0092 -%define patchlevel_compact 92 +%define patchlevel 0095 +%define patchlevel_compact 95 %define VIM_SUBDIR vim80 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags} From 7e8f7cb2e81b587f77ce89550cf1fd189677d771c6c61394b7348b51a024186c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 25 Nov 2016 13:59:00 +0000 Subject: [PATCH 2/3] - Updated to revision 101, fixes the following problems * When the input or output is not a tty Vim appears to hang. * When a channel callback consumes a lot of time Vim becomes unresponsive. (skywind) * Can't build on MS-Windows. * Popup menu always appears above the cursor when it is in the lower half of the screen. (Matt Gardner) * Options that are a file name may contain non-filename characters. * Some options are not strictly checked. OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=398 --- v8.0.0095.tar.gz | 3 --- vim-8.0.0101.tar.gz | 3 +++ vim.changes | 13 +++++++++++++ vim.spec | 6 +++--- 4 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 v8.0.0095.tar.gz create mode 100644 vim-8.0.0101.tar.gz diff --git a/v8.0.0095.tar.gz b/v8.0.0095.tar.gz deleted file mode 100644 index 96c8c31..0000000 --- a/v8.0.0095.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e756ab7c7ab31e1208ff11f47d55f4d168d586ecb8fa932f74ef36fcbf5811f2 -size 12944792 diff --git a/vim-8.0.0101.tar.gz b/vim-8.0.0101.tar.gz new file mode 100644 index 0000000..c4362bc --- /dev/null +++ b/vim-8.0.0101.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288fb70d17918148ad81f95c4db92c71b6d17f21e78ec565912863bbcb0df34f +size 12945272 diff --git a/vim.changes b/vim.changes index dee34e4..fae6635 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Nov 25 13:47:03 UTC 2016 - idonmez@suse.com + +- Updated to revision 101, fixes the following problems + * When the input or output is not a tty Vim appears to hang. + * When a channel callback consumes a lot of time Vim becomes + unresponsive. (skywind) + * Can't build on MS-Windows. + * Popup menu always appears above the cursor when it is in the + lower half of the screen. (Matt Gardner) + * Options that are a file name may contain non-filename characters. + * Some options are not strictly checked. + ------------------------------------------------------------------- Tue Nov 22 12:03:22 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index dbafd0a..ece7f2f 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0095 -%define patchlevel_compact 95 +%define patchlevel 0101 +%define patchlevel_compact 101 %define VIM_SUBDIR vim80 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags} @@ -64,7 +64,7 @@ Summary: Vi IMproved License: Vim Group: Productivity/Editors/Vi Url: http://www.vim.org/ -Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz +Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz#/vim-%{pkg_version}.%{patchlevel}.tar.gz Source3: suse.vimrc Source4: vimrc_example1 Source5: vimrc_example2 From 7339b7512042d502e58b18c9a8cd05d93d67cf6b13452aae40d1497d61c01015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 26 Nov 2016 08:24:04 +0000 Subject: [PATCH 3/3] * Some options are not strictly checked. * (after 8.0.0101) cannot set 'dictionary' to a path OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=399 --- vim-8.0.0101.tar.gz | 3 --- vim-8.0.0102.tar.gz | 3 +++ vim.changes | 5 +++-- vim.spec | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 vim-8.0.0101.tar.gz create mode 100644 vim-8.0.0102.tar.gz diff --git a/vim-8.0.0101.tar.gz b/vim-8.0.0101.tar.gz deleted file mode 100644 index c4362bc..0000000 --- a/vim-8.0.0101.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:288fb70d17918148ad81f95c4db92c71b6d17f21e78ec565912863bbcb0df34f -size 12945272 diff --git a/vim-8.0.0102.tar.gz b/vim-8.0.0102.tar.gz new file mode 100644 index 0000000..119bad3 --- /dev/null +++ b/vim-8.0.0102.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec25523841812505aed05230296272c6598696b1bffb58fdbd21d6589839441 +size 12945134 diff --git a/vim.changes b/vim.changes index fae6635..675a4e3 100644 --- a/vim.changes +++ b/vim.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 25 13:47:03 UTC 2016 - idonmez@suse.com +Sat Nov 26 09:21:03 UTC 2016 - idonmez@suse.com - Updated to revision 101, fixes the following problems * When the input or output is not a tty Vim appears to hang. @@ -9,7 +9,8 @@ Fri Nov 25 13:47:03 UTC 2016 - idonmez@suse.com * Popup menu always appears above the cursor when it is in the lower half of the screen. (Matt Gardner) * Options that are a file name may contain non-filename characters. - * Some options are not strictly checked. + * Some options are not strictly checked. + * (after 8.0.0101) cannot set 'dictionary' to a path ------------------------------------------------------------------- Tue Nov 22 12:03:22 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index ece7f2f..2fa25cc 100644 --- a/vim.spec +++ b/vim.spec @@ -17,8 +17,8 @@ %define pkg_version 8.0 -%define patchlevel 0101 -%define patchlevel_compact 101 +%define patchlevel 0102 +%define patchlevel_compact 102 %define VIM_SUBDIR vim80 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}