[waf] Add fix for FTBFS bug rhbz#914566.

Thomas Moschny thm at fedoraproject.org
Sat Mar 9 10:22:26 UTC 2013


commit 47d5254e986d34b497a6ceebee832c1d123dadb3
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Sat Mar 9 11:21:55 2013 +0100

    Add fix for FTBFS bug rhbz#914566.

 waf.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
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 at fontname=\(Vera.*sans\), at fontname="\1", at 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 <thomas.moschny at gmx.de> - 1.7.9-2
+- Add fix for FTBFS bug rhbz#914566.
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.9-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list