diff --git a/.gitignore b/.gitignore
index 362a58e..297dbc8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/harfbuzz-0.9.36.tar.bz2
+SOURCES/harfbuzz-1.3.2.tar.bz2
diff --git a/.harfbuzz.metadata b/.harfbuzz.metadata
index 3c9b09b..32a6493 100644
--- a/.harfbuzz.metadata
+++ b/.harfbuzz.metadata
@@ -1 +1 @@
-237e869d9dafc30c37cb6ab9886a616ffee6d71e SOURCES/harfbuzz-0.9.36.tar.bz2
+1ae99f7b8c50467e9fdaeac1e385edc27dcc1a5a SOURCES/harfbuzz-1.3.2.tar.bz2
diff --git a/SPECS/harfbuzz.spec b/SPECS/harfbuzz.spec
index 79b20db..300433a 100644
--- a/SPECS/harfbuzz.spec
+++ b/SPECS/harfbuzz.spec
@@ -1,5 +1,5 @@
 Name:           harfbuzz
-Version:        0.9.36
+Version:        1.3.2
 Release:        1%{?dist}
 Summary:        Text shaping library
 
@@ -61,7 +61,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
 %files
-%doc NEWS AUTHORS COPYING README
+%license COPYING
+%doc NEWS AUTHORS README
 %{_libdir}/libharfbuzz.so.*
 
 %files devel
@@ -79,6 +80,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_libdir}/libharfbuzz-icu.so.*
 
 %changelog
+* Mon Oct 17 2016 Kalev Lember <klember@redhat.com> - 1.3.2-1
+- Update to 1.3.2
+- Resolves: #1386994
+
 * Tue Apr 28 2015 Parag Nemade <pnemade AT redhat DOT com> - 0.9.36-1
 - Update to 0.9.36 upstream release
 - Resolves: #1201148