diff --git a/.gitignore b/.gitignore
index 09f76ef..144ca40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /meson-0.24.0.tar.gz
 /meson-0.25.0.tar.gz
 /meson-0.26.0.tar.gz
+/meson-0.27.0.tar.gz
diff --git a/meson.spec b/meson.spec
index 49a5104..4246a66 100644
--- a/meson.spec
+++ b/meson.spec
@@ -1,15 +1,13 @@
 %global __python %{__python3}
 
 Name:           meson
-Version:        0.26.0
-Release:        3%{?dist}
+Version:        0.27.0
+Release:        1%{?dist}
 Summary:        High productivity build system
 
 License:        ASL 2.0
 URL:            http://mesonbuild.com/
 Source0:        https://github.com/mesonbuild/meson/archive/%{version}/%{name}-%{version}.tar.gz
-# https://github.com/mesonbuild/meson/pull/301
-Patch0:         0001-rpm-macros-export-FLAGS.patch
 BuildArch:      noarch
 
 BuildRequires:  python3-devel ninja-build
@@ -48,7 +46,7 @@ Requires:       python3-qt5
 GUI for high productivity build system.
 
 %prep
-%autosetup -S git
+%autosetup
 
 %build
 # Nothing to build
@@ -85,6 +83,9 @@ MESON_PRINT_TEST_OUTPUT=1 ./run_tests.py
 %{_mandir}/man1/%{name}gui.1.*
 
 %changelog
+* Wed Nov 25 2015 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 0.27.0-1
+- 0.27.0
+
 * Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
 
diff --git a/sources b/sources
index c060928..26f323b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6dd8a68ec6ad9ca81a9ca61df1538d4  meson-0.26.0.tar.gz
+a2ec18d9e7ef09dc10712b500fe72097  meson-0.27.0.tar.gz