[lilypond/f14/master] - exclude s390 because fontforge fails with an internal error

Dan Horák sharkcz at fedoraproject.org
Wed Jan 12 14:22:20 UTC 2011


commit a6e9d3ba638f64c995f5851dae1dce0b2e6f8056
Author: Dan Horák <dan at danny.cz>
Date:   Wed Jan 12 15:21:42 2011 +0100

    - exclude s390 because fontforge fails with an internal error
    
    Conflicts:
    
    	lilypond.spec

 lilypond.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/lilypond.spec b/lilypond.spec
index 09b0305..7c7009a 100644
--- a/lilypond.spec
+++ b/lilypond.spec
@@ -1,6 +1,6 @@
 Name:		lilypond
 Version:	2.13.39
-Release:	3%{?dist}
+Release:	3%{?dist}.1
 Summary:	A typesetting system for music notation
 
 Group:		Applications/Publishing
@@ -36,6 +36,9 @@ BuildRequires:  fontpackages-devel
 BuildRequires:	texlive-utils
 BuildRequires:	texi2html
 
+# fontforge fails with an internal error
+ExcludeArch: s390
+
 %description
 LilyPond is an automated music engraving system. It formats music
 beautifully and automatically, and has a friendly syntax for its input
@@ -237,6 +240,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 12 2011 Dan Horák <dan[at]danny.cz> - 2.13.39-3.1
+- exclude s390 because fontforge fails with an internal error
+
 * Wed Dec 29 2010 Jon Ciesla <limb at jcomserv.net> - 2.13.39-3
 - Scriptlet fix.
 


More information about the scm-commits mailing list