diff --git a/.gitignore b/.gitignore
index 5bea279..4ab2632 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
 /vim-8.0-206.tar.bz2
 /vim-8.0-238.tar.bz2
 /vim-8.0-271.tar.bz2
+/vim-8.0-273.tar.bz2
diff --git a/README.patches b/README.patches
index 885093c..f2b7e87 100644
--- a/README.patches
+++ b/README.patches
@@ -1,3 +1,22 @@
+commit c4a249a736d40ec54794827ef95804c225d0e38f
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Mon Jan 30 22:56:48 2017 +0100
+
+    patch 8.0.0273: dead code detected by Coverity
+    
+    Problem:    Dead code detected by Coverity when not using gnome.
+    Solution:   Rearrange the #ifdefs to avoid dead code.
+
+commit 432c839ebd5b99d548de82f66ddb5a47740fdb28
+Author: Bram Moolenaar <Bram@vim.org>
+Date:   Mon Jan 30 22:01:01 2017 +0100
+
+    patch 8.0.0272: crash on exit is not detected when running tests
+    
+    Problem:    Crash on exit is not detected when running tests.
+    Solution:   Remove the dash before the command. (Dominique Pelle, closes
+                #1425)
+
 commit a4c906a4a111cbe59cf5f1e8354a36ba83e0a444
 Author: Bram Moolenaar <Bram@vim.org>
 Date:   Sun Jan 29 23:26:37 2017 +0100
diff --git a/sources b/sources
index fee84f5..2e6a80d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vim-8.0-271.tar.bz2) = 8774ca3ede48eff12a2a0b11c3202ccbc0de5ac689ee134f77b80c6215ef85eb5ed893d35fde03610e49c5c18025cfea4f043c443603f0a783285ccdc25f1732
+SHA512 (vim-8.0-273.tar.bz2) = 765abf4ae172391f1d075026c1d11bb111d7936bc28ebd87803f494784255d07348a423477ac5021983af5407a7c83d5bc69f6e24fceb8c9b731353d8f4450d3
diff --git a/vim.spec b/vim.spec
index 4f09e90..63ed1b9 100644
--- a/vim.spec
+++ b/vim.spec
@@ -1,4 +1,4 @@
-%define patchlevel 271
+%define patchlevel 273
 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
 %define WITH_SELINUX 1
 %endif
@@ -756,6 +756,9 @@ rm -rf %{buildroot}
 %{_datadir}/icons/locolor/*/apps/*
 
 %changelog
+* Tue Jan 31 2017 Karsten Hopp <karsten@redhat.com> 8.0.273-1
+- patchlevel 273
+
 * Mon Jan 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.271-1
 - patchlevel 271