Accepting request 616254 from editors
- update to 8.1 revision 0042 - modernize spec.skeleton * if omni completion opens a window Insert mode is stopped * Attribute "width" missing from python window attribute list * Cannot easily delete lines in another buffer * Cannot easily append lines to another buffer * Not restoring Insert mode if leaving a prompt buffer by using a mouse click * Not easy to switch between prompt buffer and other windows - update to 8.1 revision 0034 * cursor not restored with ":edit #" * keys to stop Vim in terminal are wrong * BS in prompt buffer starts new line * terminal test aucmd_on_close if flaky * stoping Vim running in a terminal may not work * difficult to make a plugin that feeds a line to a job * gcc 8.1 warns for use of strncpy() * repeating put from expression register fails OBS-URL: https://build.opensuse.org/request/show/616254 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vim?expand=0&rev=211
This commit is contained in:
commit
8a4dc22682
@ -27,7 +27,6 @@ Group:
|
|||||||
Url:
|
Url:
|
||||||
Source:
|
Source:
|
||||||
BuildRequires:
|
BuildRequires:
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -36,7 +35,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
@ -45,7 +44,7 @@ make %{?_smp_mflags}
|
|||||||
%postun
|
%postun
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc ChangeLog README COPYING
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6cab8f5e6f6a430e1b4a767ea7d8b77ec264e068fe9bdc454b70a232fc0a365f
|
|
||||||
size 13646081
|
|
3
vim-8.1.0042.tar.gz
Normal file
3
vim-8.1.0042.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7456f188fca3222b9a813bbd3d12c0e8dddc18d79b540359100f46be742d6f86
|
||||||
|
size 13653976
|
26
vim.changes
26
vim.changes
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 11 21:18:38 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
- update to 8.1 revision 0042
|
||||||
|
- modernize spec.skeleton
|
||||||
|
* if omni completion opens a window Insert mode is stopped
|
||||||
|
* Attribute "width" missing from python window attribute list
|
||||||
|
* Cannot easily delete lines in another buffer
|
||||||
|
* Cannot easily append lines to another buffer
|
||||||
|
* Not restoring Insert mode if leaving a prompt buffer by using a
|
||||||
|
mouse click
|
||||||
|
* Not easy to switch between prompt buffer and other windows
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 5 16:04:54 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
- update to 8.1 revision 0034
|
||||||
|
* cursor not restored with ":edit #"
|
||||||
|
* keys to stop Vim in terminal are wrong
|
||||||
|
* BS in prompt buffer starts new line
|
||||||
|
* terminal test aucmd_on_close if flaky
|
||||||
|
* stoping Vim running in a terminal may not work
|
||||||
|
* difficult to make a plugin that feeds a line to a job
|
||||||
|
* gcc 8.1 warns for use of strncpy()
|
||||||
|
* repeating put from expression register fails
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 23 10:15:50 UTC 2018 - mimi.vx@gmail.com
|
Wed May 23 10:15:50 UTC 2018 - mimi.vx@gmail.com
|
||||||
|
|
||||||
|
8
vim.spec
8
vim.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define pkg_version 8.1
|
%define pkg_version 8.1
|
||||||
%define patchlevel 0020
|
%define patchlevel 0042
|
||||||
%define patchlevel_compact %{patchlevel}
|
%define patchlevel_compact %{patchlevel}
|
||||||
%define VIM_SUBDIR vim81
|
%define VIM_SUBDIR vim81
|
||||||
%define site_runtimepath %{_datadir}/vim/site
|
%define site_runtimepath %{_datadir}/vim/site
|
||||||
@ -29,7 +29,7 @@ Release: 0
|
|||||||
Summary: Vi IMproved
|
Summary: Vi IMproved
|
||||||
License: Vim
|
License: Vim
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
Url: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Source: https://github.com/vim/vim/archive/v%{pkg_version}.%{patchlevel}.tar.gz#/vim-%{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
|
Source3: suse.vimrc
|
||||||
Source4: vimrc_example1
|
Source4: vimrc_example1
|
||||||
@ -89,7 +89,7 @@ Requires(post): update-alternatives
|
|||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Recommends: vim-data = %{version}-%{release}
|
Recommends: vim-data = %{version}-%{release}
|
||||||
Requires: vim-data-common = %{version}-%{release}
|
Requires: vim-data-common = %{version}-%{release}
|
||||||
Conflicts: vim-base < 8.0
|
Conflicts: vim-base < 8.1
|
||||||
Provides: vi
|
Provides: vi
|
||||||
Provides: vim-base = %{version}-%{release}
|
Provides: vim-base = %{version}-%{release}
|
||||||
Provides: vim-enhanced = %{version}-%{release}
|
Provides: vim-enhanced = %{version}-%{release}
|
||||||
@ -134,7 +134,7 @@ Requires: gvim_client
|
|||||||
Requires: vim-data = %{version}-%{release}
|
Requires: vim-data = %{version}-%{release}
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
Conflicts: gvim < 8.0
|
Conflicts: gvim < 8.1
|
||||||
Provides: gvim-base = %{version}-%{release}
|
Provides: gvim-base = %{version}-%{release}
|
||||||
Provides: gvim-enhanced = %{version}-%{release}
|
Provides: gvim-enhanced = %{version}-%{release}
|
||||||
Obsoletes: gvim-base < %{version}-%{release}
|
Obsoletes: gvim-base < %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user