diff --git a/.gitignore b/.gitignore
index ad29c44..45ea98d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@ vim-7.2.tar.bz2
 /vim-7.4-1297.tar.bz2
 /vim-7.4-1301.tar.bz2
 /vim-7.4-1304.tar.bz2
+/vim-7.4-1308.tar.bz2
diff --git a/README.patches b/README.patches
index 7118f36..975cee2 100644
--- a/README.patches
+++ b/README.patches
@@ -1,3 +1,36 @@
+commit 45c7f054730da5c88e1e5c7de290d25c450578a0
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Fri Feb 12 22:35:51 2016 +0100
+
+    patch 7.4.1308
+    Problem:    Typo in test.
+    Solution:   Change endf to endif.
+
+commit f02c5cffd8cd567d8dfbe4d9e93ec75eb29e7910
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Fri Feb 12 22:25:56 2016 +0100
+
+    patch 7.4.1307
+    Problem:    Some channel tests fail on MS-Windows.
+    Solution:   Disable the failing tests temporarily.
+
+commit 76467dfcafcf295fd987f712730774c6f55317d3
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Fri Feb 12 19:30:26 2016 +0100
+
+    patch 7.4.1306
+    Problem:    Job control doesn't work well on MS-Windows.
+    Solution:   Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira,
+                Yasuhiro Matsumoto)
+
+commit 7c29f387819b5817b003d2ba73e2b5cf3cb3d0dd
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Fri Feb 12 19:08:15 2016 +0100
+
+    patch 7.4.1305
+    Problem:    "\%1l^#.*" does not match on a line starting with "#".
+    Solution:   Do not clear the start-of-line flag. (Christian Brabandt)
+
 commit 7823a3bd2eed6ff9e544d201de96710bd5344aaf
 Author: Bram Moolenaar <Bram@vim.org>
 Date:   Thu Feb 11 21:08:32 2016 +0100
diff --git a/sources b/sources
index 35c66da..d5ebdd1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bd102d635dc37ea5d118a1482bb46d74  vim-7.4-1304.tar.bz2
+d543c4f5dff4a271e48389997e5aeaaa  vim-7.4-1308.tar.bz2
diff --git a/vim.spec b/vim.spec
index 3837f99..caf2a16 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 1304
+%define patchlevel 1308
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -756,6 +756,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/hicolor/*/apps/*
 
 %changelog
+* Sat Feb 13 2016 Karsten Hopp <karsten@redhat.com> 7.4.1308-1
+- patchlevel 1308
+
 * Fri Feb 12 2016 Karsten Hopp <karsten@redhat.com> 7.4.1304-1
 - patchlevel 1304