diff --git a/waf.spec b/waf.spec index 5ad5ecc..ea69527 100644 --- a/waf.spec +++ b/waf.spec @@ -14,7 +14,7 @@ Name: waf Version: 1.7.9 -Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}.1 +Release: %{?prerel:0.}2%{?prerel:.%prerel}%{?dist} Summary: A Python-based build system Group: Development/Tools # The entire source code is BSD apart from pproc.py (taken from Python 2.5) @@ -111,6 +111,13 @@ This package contains the HTML documentation for %{name}. # remove BOM, causes trouble later sed -i -e '1s/^\xEF\xBB\xBF//' waflib/extras/dpapi.py +# add missing quotes, see rhbz#914566 and +# https://code.google.com/p/waf/issues/detail?id=1263 +sed -i -e 's@fontname=\(Vera.*sans\),@fontname="\1",@g' \ + docs/sphinx/conf.py \ + docs/sphinx/coremodules.rst \ + docs/sphinx/featuremap.rst + %build extras= @@ -209,6 +216,9 @@ rm -rf %{buildroot} %changelog +* Sat Mar 9 2013 Thomas Moschny - 1.7.9-2 +- Add fix for FTBFS bug rhbz#914566. + * Fri Feb 15 2013 Fedora Release Engineering - 1.7.9-1.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild