diff --git a/.gitignore b/.gitignore
index 1595e5c..477d0c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -117,3 +117,4 @@
 /vim-8.0-1123.tar.bz2
 /vim-8.0-1127.tar.bz2
 /vim-8.0-1129.tar.bz2
+/vim-8.0-1132.tar.bz2
diff --git a/README.patches b/README.patches
index 777318c..2269e34 100644
--- a/README.patches
+++ b/README.patches
@@ -1,3 +1,31 @@
+commit fc7649f8b82efbb4c7066567dd69192d97a2749f
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Thu Sep 21 22:46:47 2017 +0200
+
+    patch 8.0.1132: #if condition is not portable
+    
+    Problem:    #if condition is not portable.
+    Solution:   Add defined(). (Zuloloxi, closes #2136)
+
+commit b00fdf6eed5fec589a86655249a851c2d9ba3bb8
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Thu Sep 21 22:16:21 2017 +0200
+
+    patch 8.0.1131: not easy to trigger an autocommand for new terminal window
+    
+    Problem:    It is not easy to trigger an autocommand for new terminal window.
+                (Marco Restelli)
+    Solution:   Trigger BufWinEnter after setting 'buftype'.
+
+commit 9cb03716c963338f9a98d2ebc7aa3ac8b9c1eea6
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Wed Sep 20 22:43:02 2017 +0200
+
+    patch 8.0.1130: the qf_jump() function is still too long
+    
+    Problem:    The qf_jump() function is still too long.
+    Solution:   Split of parts to separate functions. (Yegappan Lakshmanan)
+
 commit 2e6ab18729a634f3223a92be318e98e87b572a7b
 Author: Bram Moolenaar <Bram@vim.org>
 Date:   Wed Sep 20 10:03:07 2017 +0200
diff --git a/sources b/sources
index c146854..f77f490 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-8.0-1129.tar.bz2) = 61f239aec350f90583a8fd9d68cce2d4467cb605b184add4d6993488b9b18e8bb00a0ddb06ce280c7b5f669a02d49960ed684732866dfc05916a18f125506b14
+SHA512 (vim-8.0-1132.tar.bz2) = 225de2979bc283428371dd5ed70bca74c1020f6b7fd5247a1fb096bb5b51f2c240f3d0690c9d39dfddd3944853eb132fc3da9df5906b64d4fb59a3ad86d4e7ea
diff --git a/vim.spec b/vim.spec
index d8c3783..bef7d10 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 1129
+%define patchlevel 1132
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -24,7 +24,7 @@ Summary: The VIM editor
 URL:     http://www.vim.org/
 Name: vim
 Version: %{baseversion}.%{patchlevel}
-Release: 2%{?dist}
+Release: 1%{?dist}
 License: Vim
 Group: Applications/Editors
 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@@ -774,6 +774,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Fri Sep 22 2017 Karsten Hopp <karsten@redhat.com> 8.0.1132-1
+- patchlevel 1132
+
 * Wed Sep 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1129-2
 - vim-update.sh - update was in bad form