[freetype] Add aarch64 to 64 bit arch list

Peter Robinson pbrobinson at fedoraproject.org
Wed May 29 13:41:36 UTC 2013


commit 2282d315363a606d8b4ae953ae4578551f3c550b
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Wed May 29 14:41:26 2013 +0100

    Add aarch64 to 64 bit arch list

 freetype.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/freetype.spec b/freetype.spec
index bdd7e9f..2709d18 100644
--- a/freetype.spec
+++ b/freetype.spec
@@ -7,7 +7,7 @@
 Summary: A free and portable font rendering engine
 Name: freetype
 Version: 2.4.12
-Release: 4%{?dist}
+Release: 5%{?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
@@ -142,7 +142,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 alpha sparc64
+%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
 %define wordsize 64
 %else
 %define wordsize 32
@@ -216,6 +216,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc docs/tutorial
 
 %changelog
+* Wed May 29 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2.4.12-5
+- Add aarch64 to 64 bit arch list
+
 * Thu May 16 2013 Marek Kasik <mkasik at redhat.com> - 2.4.12-4
 - Change encoding of "docs/tutorial/example3.cpp" to UTF-8
 


More information about the fonts-bugs mailing list