From 222d9110c8defc1d1b86fa97c27bf3dc65f75033ee5d44512fba2eb820515b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 12 Sep 2016 18:04:54 +0000 Subject: [PATCH] - Updated to revision 3, fixes the following problems * getwinvar() returns wrong Value of boolean and number options, especially non big endian systems. (James McCoy) - Updated to revision 2, fixes the following problems OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=384 --- v8.0.0002.tar.gz | 3 --- v8.0.0003.tar.gz | 3 +++ vim.changes | 9 ++++++++- vim.spec | 9 +++++---- 4 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 v8.0.0002.tar.gz create mode 100644 v8.0.0003.tar.gz diff --git a/v8.0.0002.tar.gz b/v8.0.0002.tar.gz deleted file mode 100644 index 23c4bfc..0000000 --- a/v8.0.0002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f74391256aa127b7c4002b5ec1f39a8026f6c9f22abab9b062ecd280dd2afd27 -size 12909083 diff --git a/v8.0.0003.tar.gz b/v8.0.0003.tar.gz new file mode 100644 index 0000000..bd6ae05 --- /dev/null +++ b/v8.0.0003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725d8bfafe9a415c36de2230644ddcff56f83b73d3ad236727ccff793b4b5b5c +size 12909094 diff --git a/vim.changes b/vim.changes index a65d4f8..05f3c20 100644 --- a/vim.changes +++ b/vim.changes @@ -1,7 +1,14 @@ +------------------------------------------------------------------- +Mon Sep 12 17:57:14 UTC 2016 - idonmez@suse.com + +- Updated to revision 3, fixes the following problems + * getwinvar() returns wrong Value of boolean and number options, + especially non big endian systems. (James McCoy) + ------------------------------------------------------------------- Mon Sep 12 14:41:09 UTC 2016 - idonmez@suse.com -- Updated to revision 0002, fixes the following problems +- Updated to revision 2, fixes the following problems * Intro screen still mentions version7. (Paul) * The netrw plugin does not work. diff --git a/vim.spec b/vim.spec index fa477b9..590931e 100644 --- a/vim.spec +++ b/vim.spec @@ -17,13 +17,14 @@ %define pkg_version 8.0 -%define patchlevel 0002 +%define patchlevel 0003 +%define patchlevel_compact 3 %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} Name: vim -Version: 8.0.%{patchlevel} +Version: %{pkg_version}.%{patchlevel_compact} Release: 0 BuildRequires: autoconf BuildRequires: db-devel @@ -63,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%{version}.tar.gz +Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz Source3: suse.vimrc Source4: vimrc_example1 Source5: vimrc_example2 @@ -149,7 +150,7 @@ You need package vim for the help and other documentation too. If you want less features, you might want to install vim instead. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{pkg_version}.%{patchlevel} %patch3 -p1 %patch4 -p1