diff --git a/_service b/_service
index 5712c1d..ff354f6 100644
--- a/_service
+++ b/_service
@@ -3,8 +3,8 @@
hg
https://code.google.com/p/vim
vim
- 7.4.537.hg
- v7-4-537
+ 7.4.560.hg
+ v7-4-560
xz
diff --git a/vim-7.4.537.hg.6413.tar.xz b/vim-7.4.537.hg.6413.tar.xz
deleted file mode 100644
index a79c56e..0000000
--- a/vim-7.4.537.hg.6413.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fe51761099406c84e1ab209ea3545da95eca836faf3dea38777fffb77d227e59
-size 7756892
diff --git a/vim-7.4.560.hg.6462.tar.xz b/vim-7.4.560.hg.6462.tar.xz
new file mode 100644
index 0000000..94040f2
--- /dev/null
+++ b/vim-7.4.560.hg.6462.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:360147f442c7317a0e0b3e231b70b4523f9a190dc464662b5de792fdaa487c45
+size 7760132
diff --git a/vim.changes b/vim.changes
index 7e36b15..0bcbbbd 100644
--- a/vim.changes
+++ b/vim.changes
@@ -1,3 +1,35 @@
+-------------------------------------------------------------------
+Mon Jan 5 09:54:11 UTC 2015 - idonmez@suse.com
+
+- Updated to revision 560, fixes the following problems
+ * Tests fail with small features plus Python.
+ * Crash when computing buffer count. Problem with range for user
+ commands. Line range wrong in Visual area.
+ * Cannot build with tiny and small features. (Taro Muraoka)
+ * Crash when doing a range assign.
+ * Using a range for window and buffer commands has a few problems.
+ Cannot specify the type of range for a user command.
+ * Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three.
+ (Eliseo MartÃnez) Issue 287
+ * Warnings for unused arguments when compiling with a combination of
+ features.
+ * Highlighting for multi-line matches is not correct.
+ * Repeated use of vim_snprintf() with a number.
+ * Using "vit" does not select a multi-byte character at the end correctly.
+ * Function name not recognized correctly when inside a function.
+ * curs_rows() function is always called with the second argument false.
+ * "ygn" may yank too much. (Fritzophrenic) Issue 295.
+ * Langmap applies to Insert mode expression mappings.
+ * Various small issues.
+ * Missing part of patch 7.4.519.
+ * test_close_count may fail for some combination of features.
+ * Failed commands in Python interface not handled correctly.
+ * One more small issue.
+ * When the X server restarts Vim may get stuck.
+ * Appending a block in the middle of a tab does not work correctly
+ when virtualedit is set.
+ * Memory leak using :wviminfo. Issue 296.
+
-------------------------------------------------------------------
Tue Dec 16 21:55:48 UTC 2014 - lars@linux-schulserver.de
diff --git a/vim.spec b/vim.spec
index cbffd63..dd297ea 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,7 +1,7 @@
#
# spec file for package vim
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
%define pkg_version 7.4
-%define patchlevel 537
-%define revision 6413
+%define patchlevel 560
+%define revision 6462
%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}