[ttname/f18] actually add the patch

T.C. Hollingsworth patches at fedoraproject.org
Wed Aug 28 13:24:40 UTC 2013


commit 61481cf901d3020ee50fd840929c894909e6ac5a
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Wed Aug 28 06:23:50 2013 -0700

    actually add the patch

 ttname-fc-postscriptname.patch |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/ttname-fc-postscriptname.patch b/ttname-fc-postscriptname.patch
new file mode 100644
index 0000000..f4c609e
--- /dev/null
+++ b/ttname-fc-postscriptname.patch
@@ -0,0 +1,38 @@
+From 4ec72595b8548143ba87110cb411ec5049284a2e Mon Sep 17 00:00:00 2001
+From: "T.C. Hollingsworth" <tchollingsworth at gmail.com>
+Date: Wed, 28 Aug 2013 06:12:46 -0700
+Subject: [PATCH] drop postscriptname fc-query tests
+
+fc-query in Fedira <= 18 doesn't output this information
+---
+ test/test_read.py  | 1 -
+ test/test_write.py | 1 -
+ 2 files changed, 2 deletions(-)
+
+diff --git a/test/test_read.py b/test/test_read.py
+index 1aea6c3..6dda765 100644
+--- a/test/test_read.py
++++ b/test/test_read.py
+@@ -63,7 +63,6 @@ def test_matches_fontconfig():
+     assert t.getName(1,1,0,0).string == fc['family']
+     assert t.getName(2,1,0,0).string == fc['style']
+     assert t.getName(4,1,0,0).string == fc['fullname']
+-    assert t.getName(6,1,0,0).string == fc['postscriptname']
+     
+ 
+ def test_get_section():
+diff --git a/test/test_write.py b/test/test_write.py
+index ed1d941..523d604 100644
+--- a/test/test_write.py
++++ b/test/test_write.py
+@@ -62,7 +62,6 @@ def test_write_existing_fields():
+     assert fc['family'] == 'Potato Sans'
+     assert fc['style'] == 'Book'
+     assert fc['fullname'] == 'Potato Sans'
+-    assert fc['postscriptname'] == 'PotatoSans'
+ 
+     os.unlink(tempfn)
+ 
+-- 
+1.8.3.1
+


More information about the scm-commits mailing list