diff --git a/_service b/_service
index e63b93d..5712c1d 100644
--- a/_service
+++ b/_service
@@ -3,8 +3,8 @@
hg
https://code.google.com/p/vim
vim
- 7.4.516.hg
- v7-4-516
+ 7.4.537.hg
+ v7-4-537
xz
diff --git a/vim-7.4.516.hg.6367.tar.xz b/vim-7.4.516.hg.6367.tar.xz
deleted file mode 100644
index b914fc2..0000000
--- a/vim-7.4.516.hg.6367.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:2851e1aa2bcb92581ec5d303063d3b6fec908c80b6862e7658c2ad46dd0f0f40
-size 7750580
diff --git a/vim-7.4.537.hg.6413.tar.xz b/vim-7.4.537.hg.6413.tar.xz
new file mode 100644
index 0000000..a79c56e
--- /dev/null
+++ b/vim-7.4.537.hg.6413.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:fe51761099406c84e1ab209ea3545da95eca836faf3dea38777fffb77d227e59
+size 7756892
diff --git a/vim.changes b/vim.changes
index 0565e6d..01e447b 100644
--- a/vim.changes
+++ b/vim.changes
@@ -1,3 +1,33 @@
+-------------------------------------------------------------------
+Fri Nov 28 07:14:34 UTC 2014 - idonmez@suse.com
+
+- Updated to revision 537, fixes the following problems
+ * With a wrapping line the cursor may not end up in the right place.
+ (Nazri Ramliy)
+ * Using status line height in width computations.
+ * Crash when using syntax highlighting.
+ * Sun PCK locale is not recognzed.
+ * When using "vep" a mark is moved to the next line. (Maxi Padulo,
+ Issue 283)
+ * Specifying wrong buffer size for GetLongPathName().
+ * When the X11 server is stopped and restarted, while Vim is kept in
+ the background, copy/paste no longer works. (Issue 203)
+ * When using ":ownsyntax" spell checking is messed up. (Issue 78)
+ * map() leaks memory when there is an error in the expression.
+ * matchstr() fails on long text. Daniel Hahler)
+ * Still confusing regexp failure and NFA_TOO_EXPENSIVE.
+ * Crash when using matchadd() (Yasuhiro Matsumoto)
+ * No test for what 7.4.517 fixes.
+ * Many commands take a count or range that is not using line
+ numbers.
+ * Comments about parsing an Ex command are wrong.
+ * When using 'incsearch' "2/pattern/e" highlights the first match.
+ * ":hardcopy" leaks memory in case of errors.
+ * Warnings when compiling if_ruby.c.
+ * Can't build with tiny features.
+ * Test 63 fails when using a black&white terminal.
+ * Value of v:hlsearch reflects an internal variable.
+
-------------------------------------------------------------------
Tue Nov 18 11:50:40 UTC 2014 - idonmez@suse.com
diff --git a/vim.spec b/vim.spec
index 46c018d..cbffd63 100644
--- a/vim.spec
+++ b/vim.spec
@@ -17,8 +17,8 @@
%define pkg_version 7.4
-%define patchlevel 516
-%define revision 6367
+%define patchlevel 537
+%define revision 6413
%define VIM_SUBDIR vim74
%define site_runtimepath /usr/share/vim/site
%define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}