Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2018-06-15 14:36:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim"

Fri Jun 15 14:36:07 2018 rev:211 rq:616254 version:8.1.0042

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2018-05-25 21:35:11.260587369 
+0200
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2018-06-15 
14:36:13.594396174 +0200
@@ -1,0 +2,26 @@
+Mon Jun 11 21:18:38 UTC 2018 - mimi...@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...@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
+
+-------------------------------------------------------------------

Old:
----
  vim-8.1.0020.tar.gz

New:
----
  vim-8.1.0042.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.nfaJ0m/_old  2018-06-15 14:36:15.126340139 +0200
+++ /var/tmp/diff_new_pack.nfaJ0m/_new  2018-06-15 14:36:15.126340139 +0200
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.1
-%define patchlevel  0020
+%define patchlevel  0042
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim81
 %define site_runtimepath %{_datadir}/vim/site
@@ -29,7 +29,7 @@
 Summary:        Vi IMproved
 License:        Vim
 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
 Source3:        suse.vimrc
 Source4:        vimrc_example1
@@ -89,7 +89,7 @@
 Requires(postun): update-alternatives
 Recommends:     vim-data = %{version}-%{release}
 Requires:       vim-data-common = %{version}-%{release}
-Conflicts:      vim-base < 8.0
+Conflicts:      vim-base < 8.1
 Provides:       vi
 Provides:       vim-base = %{version}-%{release}
 Provides:       vim-enhanced = %{version}-%{release}
@@ -134,7 +134,7 @@
 Requires:       vim-data = %{version}-%{release}
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-Conflicts:      gvim < 8.0
+Conflicts:      gvim < 8.1
 Provides:       gvim-base = %{version}-%{release}
 Provides:       gvim-enhanced = %{version}-%{release}
 Obsoletes:      gvim-base < %{version}-%{release}







++++++ spec.skeleton ++++++
--- /var/tmp/diff_new_pack.nfaJ0m/_old  2018-06-15 14:36:15.270334871 +0200
+++ /var/tmp/diff_new_pack.nfaJ0m/_new  2018-06-15 14:36:15.270334871 +0200
@@ -27,7 +27,6 @@
 Url:            
 Source:         
 BuildRequires:  
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 
@@ -36,7 +35,7 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
@@ -45,7 +44,7 @@
 %postun
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog README COPYING
+%license COPYING
+%doc ChangeLog README
 
 %changelog

++++++ vim-8.1.0020.tar.gz -> vim-8.1.0042.tar.gz ++++++
/work/SRC/openSUSE:Factory/vim/vim-8.1.0020.tar.gz 
/work/SRC/openSUSE:Factory/.vim.new/vim-8.1.0042.tar.gz differ: char 29, line 1


Reply via email to