[fontmatrix] Shame format-security feature owner not provided any patch (rh#1037066)

pnemade pnemade at fedoraproject.org
Wed Dec 4 15:55:25 UTC 2013


commit 025b81f26f8e4be0bf8b0db4a3df6a31a478827b
Author: Parag Nemade <pnemade at redhat.com>
Date:   Wed Dec 4 21:25:13 2013 +0530

    Shame format-security feature owner not provided any patch (rh#1037066)

 fontmatrix-0.9.99-format-security-flag.patch |   28 ++++++++++++++++++++++++++
 fontmatrix.spec                              |    7 +++++-
 2 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/fontmatrix-0.9.99-format-security-flag.patch b/fontmatrix-0.9.99-format-security-flag.patch
new file mode 100644
index 0000000..c06f9bc
--- /dev/null
+++ b/fontmatrix-0.9.99-format-security-flag.patch
@@ -0,0 +1,28 @@
+diff -urN fontmatrix-0.9.99-Source.old/src/fmsharestruct.h fontmatrix-0.9.99-Source/src/fmsharestruct.h
+--- fontmatrix-0.9.99-Source.old/src/fmsharestruct.h	2011-10-03 11:32:54.364203920 +0530
++++ fontmatrix-0.9.99-Source/src/fmsharestruct.h	2013-12-04 21:19:22.996748833 +0530
+@@ -18,6 +18,7 @@
+ 
+ #include <QString>
+ #include <QStringList>
++#include <QDebug>
+ 
+ struct OTFSet
+ {
+@@ -83,14 +84,14 @@
+ 	void dump() const
+ 	{
+ 		QString ds("glyph %1; log %2; xadv %3; yadv %4; xof %5; yof %6; char %7; hyph %8");
+-		qDebug(ds.arg(glyph)
++		qDebug() << ds.arg(glyph)
+ 				.arg(log)
+ 				.arg(xadvance)
+ 				.arg(yadvance)
+ 				.arg(xoffset)
+ 				.arg(yoffset)
+ 				.arg(QChar(lChar))
+-				.arg(hyphen.first.count()).toLocal8Bit());
++				.arg(hyphen.first.count());
+ 	}
+ };
+ 
diff --git a/fontmatrix.spec b/fontmatrix.spec
index c251624..c8ea201 100644
--- a/fontmatrix.spec
+++ b/fontmatrix.spec
@@ -3,7 +3,7 @@
 Name: fontmatrix
 Summary: A fonts manager
 Version: 0.9.99
-Release: 13.r%{svnrev}%{?dist}
+Release: 14.r%{svnrev}%{?dist}
 License: GPLv2+
 
 ##### svn checkout HOWTO #####
@@ -21,6 +21,7 @@ Source0: %{name}-%{version}-Source.tar.gz
 Patch0: bug_564904_fix-missing-DSO-icuuc.patch 
 Patch1: fontmatrix-0.9.99-arm.patch
 Patch2: fontmatrix-0.9.99-rh893080-move-fonts-config-file.patch
+Patch3: fontmatrix-0.9.99-format-security-flag.patch
 
 BuildRequires: qt-devel freetype-devel qt-webkit-devel
 BuildRequires: desktop-file-utils cmake python2-devel
@@ -37,6 +38,7 @@ A powerful and well designed fonts manager
 %patch0 -p0
 %patch1 -p0
 %patch2 -p1
+%patch3 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -82,6 +84,9 @@ fi
 
 
 %changelog
+* Wed Dec 04 2013 Parag Nemade <pnemade AT redhat DOT com>- 0.9.99-14.r1218
+- Shame format-security feature owner not provided any patch (rh#1037066)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.99-13.r1218
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the fonts-bugs mailing list