Hello community,

here is the log from the commit of package vim for openSUSE:Factory checked in 
at 2011-12-27 18:39:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vim (Old)
 and      /work/SRC/openSUSE:Factory/.vim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vim", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vim/vim.changes  2011-12-07 21:41:22.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes     2011-12-27 
18:39:39.000000000 +0100
@@ -1,0 +2,26 @@
+Fri Dec 23 11:18:17 UTC 2011 - [email protected]
+
+- Update to patchlevel 382, fixes the following problems
+  * IME characters are inserted twice.
+  * C-indenting wrong for a function header.
+  * C-indenting wrong for static enum.
+  * No support for bitwise AND, OR, XOR and invert.
+  * A tags file with an extremely long name may cause 
+    an infinite loop.
+
+-------------------------------------------------------------------
+Wed Dec 21 10:51:09 UTC 2011 - [email protected]
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Fri Dec  9 13:20:50 UTC 2011 - [email protected]
+
+- Update to patchlevel 372, fixes the following problems 
+  * Crash when using a large Unicode character in a file that has
+    syntax highlighting.
+  * :wundo and :rundo use a wrong checksum.
+  * When using a command line mapping to <Up> with file name 
+    completion to go one directory up, 'wildchar' is inserted.
+
+-------------------------------------------------------------------

Old:
----
  vim-7.2-lzma-support.patch

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

Other differences:
------------------
++++++ vim.spec ++++++
--- /var/tmp/diff_new_pack.inljNR/_old  2011-12-27 18:39:41.000000000 +0100
+++ /var/tmp/diff_new_pack.inljNR/_new  2011-12-27 18:39:41.000000000 +0100
@@ -15,17 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:           vim
 Version:        7.3
-Release:        1
-License:        Vim
-Group:          Productivity/Editors/Vi
+Release:        0
 BuildRequires:  db-devel
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 %endif
+BuildRequires:  autoconf
 BuildRequires:  gettext-devel
 BuildRequires:  gtk2-devel
 BuildRequires:  libacl-devel
@@ -47,7 +44,7 @@
 %endif
 #
 %define pkg_version 7.3
-%define official_ptchlvl 364
+%define official_ptchlvl 382
 %define VIM_SUBDIR vim73
 %define site_runtimepath /usr/share/vim/site
 #
@@ -74,6 +71,8 @@
 Recommends:     vim-data = %{version}
 %endif
 Summary:        Vi IMproved
+License:        Vim
+Group:          Productivity/Editors/Vi
 #
 Url:            http://www.vim.org/
 Source:         ftp://ftp.vim.org/pub/vim/unix/vim-%{pkg_version}.tar.bz2
@@ -109,7 +108,6 @@
 Patch19:        %{name}-7.3-diff_check.patch
 Patch21:        %{name}-7.3-filetype_changes.patch
 Patch22:        %{name}-7.3-filetype_mine.patch
-Patch25:        vim-7.2-lzma-support.patch
 Patch100:       vim-7.1.314-CVE-2009-0316-debian.patch
 Patch101:       vim73-no-static-libpython.patch
 
@@ -276,12 +274,9 @@
 %patch19 -p1
 %patch21 -p1
 %patch22 -p1
-#%patch25
 %patch100 -p1
 %patch101
 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE8} %{SOURCE10} .
-#rename no nb $RPM_BUILD_DIR/vim*/src/po/no.*
-#rename menu_no menu_nb $RPM_BUILD_DIR/vim*/runtime/lang/menu_no*
 
 %build
 export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing"
@@ -309,16 +304,12 @@
     --enable-tclinterp \
     --with-tclsh=%{_bindir}/tclsh \
     --with-python-config-dir=%{py_libdir}/config"
-# TODO:
-#      - if suse_version for gnome path
+
 export GUI_OPTIONS="\
     --enable-xim \
     --enable-fontset \
-    --enable-gnome-check \
-    --enable-gui=gnome2 \
-    --enable-gtk2-check \
-    --with-gtk-prefix=/opt/gnome \
-    --with-gnome=/opt/gnome"
+    --enable-gui=gtk2 \
+    --enable-gtk2-check"
 
 pushd src
 autoconf 


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

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

Reply via email to