diff --git a/SPECS/freetype.spec b/SPECS/freetype.spec
index d9773ca..1464abf 100644
--- a/SPECS/freetype.spec
+++ b/SPECS/freetype.spec
@@ -7,7 +7,7 @@
 Summary: A free and portable font rendering engine
 Name: freetype
 Version: 2.4.11
-Release: 10%{?dist}.1
+Release: 11%{?dist}
 License: (FTL or GPLv2+) and BSD and MIT and Public Domain and zlib with acknowledgement
 Group: System Environment/Libraries
 URL: http://www.freetype.org
@@ -32,7 +32,7 @@ Patch89:  freetype-2.4.11-fix-emboldening.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=1010341
 Patch90:  0001-Fix-vertical-size-of-emboldened-glyphs.patch
 
-# https://bugzilla.redhat.com/show_bug.cgi?id=1197739
+# https://bugzilla.redhat.com/show_bug.cgi?id=1197740
 Patch91:  freetype-2.4.11-CVE-2014-9657.patch
 Patch92:  freetype-2.4.11-CVE-2014-9658.patch
 Patch93:  freetype-2.4.11-ft-strncmp.patch
@@ -253,7 +253,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/tutorial
 
 %changelog
-* Tue Mar 10 2015 Marek Kasik <mkasik@redhat.com> - 2.4.11-10.el7_1.1
+* Tue Mar 10 2015 Marek Kasik <mkasik@redhat.com> - 2.4.11-11
 - Fixes CVE-2014-9657
    - Check minimum size of `record_size'.
 - Fixes CVE-2014-9658
@@ -286,7 +286,7 @@ rm -rf $RPM_BUILD_ROOT
    - Fix integer overflow by a broken POST table in resource-fork.
    - Additional overflow check in the summation of POST fragment lengths.
 - Work around behaviour of X11's `pcfWriteFont' and `pcfReadFont' functions
-- Resolves: #1197739
+- Resolves: #1197740
 
 * Mon Aug 18 2014 Peter Robinson <pbrobinson@redhat.com> - 2.4.11-10
 - Generic 32/64 bit platform detection (fix ppc64le build)