Hello community,

here is the log from the commit of package vim for openSUSE:Factory
checked in at Mon Jul 11 16:04:06 CEST 2011.



--------
--- vim/vim.changes     2011-05-17 09:52:29.000000000 +0200
+++ /mounts/work_src_done/STABLE/vim/vim.changes        2011-07-11 
14:59:41.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Jul 11 15:00:00 UTC 2011 - [email protected]
+
+- Update to official patchlevel 243
+  * Fix multiple illegal memory accesses
+  * Fix: Using CTRL-R CTRL-W on the command line may insert only 
+    part of the word.
+  * Fix: Python corrects the cursor column without taking 
+    'virtualedit' into account.
+  * Fix: Python 3 doesn't compile without +multi_byte
+  * Fix: ";" gets stuck on a "t" command, it's not useful.
+  * Fix: ":scriptnames" and ":breaklist" show long file names.
+  * Fix: ":wundo" and ":rundo" don't unescape their argument
+  * Fix: "2gj" does not always move to the correct position.
+  * Fix: On a 64 bit system "syn sync fromstart" is very slow.
+  * Fix: Can't pass dict to sort function.
+  * Fix: Text from the clipboard is sometimes handled as linewise, 
+    but not consistently.
+  * Fix: Inside an "if" a ":wincmd" causes problems.
+
+-------------------------------------------------------------------
+Wed Jul  6 08:11:28 UTC 2011 - [email protected]
+
+- Use /usr/lib/tmpfiles.d instead of /etc/tmpfiles.d.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.0TReNI/_old  2011-07-11 16:02:18.000000000 +0200
+++ /var/tmp/diff_new_pack.0TReNI/_new  2011-07-11 16:02:18.000000000 +0200
@@ -19,7 +19,7 @@
 
 Name:           vim
 Version:        7.3
-Release:        8
+Release:        9
 License:        Vim
 Group:          Productivity/Editors/Vi
 BuildRequires:  db-devel
@@ -46,7 +46,7 @@
 %endif
 #
 %define pkg_version 7.3
-%define official_ptchlvl 189
+%define official_ptchlvl 243
 %define VIM_SUBDIR vim73
 %define site_runtimepath /usr/share/vim/site
 #
@@ -130,6 +130,7 @@
 
 %package data
 
+
 Summary:        Vi IMproved
 Group:          Productivity/Editors/Vi
 PreReq:         %{vim_prereq}
@@ -153,6 +154,7 @@
 
 %package base
 
+
 Summary:        Vi IMproved
 Group:          Productivity/Editors/Vi
 PreReq:         %{vim_prereq}
@@ -177,6 +179,7 @@
 
 %package enhanced
 
+
 Summary:        A version of the VIM editor which includes recent enhancements
 Group:          Productivity/Editors/Vi
 PreReq:         %{vim_prereq}
@@ -201,6 +204,7 @@
 
 %package -n gvim-base
 
+
 Summary:        dummy package for a subpackage only build in the buildservice
 Group:          Productivity/Editors/Vi
 PreReq:         %{vim_prereq}
@@ -212,6 +216,7 @@
 
 %package -n gvim-enhanced
 
+
 Summary:        dummy package for a subpackage only build in the buildservice
 Group:          Productivity/Editors/Vi
 PreReq:         %{gvim_prereq}
@@ -227,6 +232,7 @@
 
 %package -n gvim
 
+
 Summary:        A GUI for Vi
 Group:          Productivity/Editors/Vi
 PreReq:         %{gvim_prereq}
@@ -428,8 +434,8 @@
 # stupid helper
 install -m 0755 %{SOURCE18} 
%{buildroot}%{_datadir}/vim/current/tools/missing-vim-client
 # For /var/run on tmpfs
-mkdir -p %{buildroot}%{_sysconfdir}/tmpfiles.d/
-install -m 644 %{SOURCE22} %{buildroot}%{_sysconfdir}/tmpfiles.d/
+mkdir -p %{buildroot}/usr/lib/tmpfiles.d/
+install -m 644 %{SOURCE22} %{buildroot}/usr/lib/tmpfiles.d/
 # remove unecessary duplicate manpages
 rm -rf %{buildroot}%{_mandir}/fr.ISO8859-1/
 rm -rf %{buildroot}%{_mandir}/fr.UTF-8/
@@ -517,8 +523,8 @@
 %config(noreplace) %{_sysconfdir}/vimrc
 %config(noreplace) %{_sysconfdir}/skel/.vimrc
 %ghost %{_sysconfdir}/alternatives/vim
-%dir %{_sysconfdir}/tmpfiles.d
-%config(noreplace) %{_sysconfdir}/tmpfiles.d/vim.conf
+%dir /usr/lib/tmpfiles.d
+%config(noreplace) /usr/lib/tmpfiles.d/vim.conf
 # symlinks
 /bin/vi
 /bin/vim


++++++ vim-7.3-patches.tar.bz2 ++++++
++++ 9219 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to