[gnash/f14/master] * Sat Oct 02 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-3 - fix FTBFS (#631181) (fix by Hi

Kevin Kofler kkofler at fedoraproject.org
Sat Oct 2 11:43:55 UTC 2010


commit 678a7220107bbe749a1865601162f4aa4e70ae2b
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Sat Oct 2 13:43:38 2010 +0200

    * Sat Oct 02 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-3
    - fix FTBFS (#631181) (fix by Hicham Haouari)

 gnash.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/gnash.spec b/gnash.spec
index 07bb84e..5e1c16b 100644
--- a/gnash.spec
+++ b/gnash.spec
@@ -6,7 +6,7 @@
 
 Name:           gnash
 Version:        0.8.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Epoch:          1
 Summary:        GNU flash movie player
 
@@ -125,6 +125,9 @@ sed -i -e 's!\$(top_builddir)/libltdl/libltdlc.la!-lltdl!g' \
 rm -f libltdl/*.[ch] libltdl/*/*.[ch]
 # fix the check for the docbook2X tools being in Perl
 sed -i -e 's/" perl "/"perl "/g' configure
+# fix a typo in the doc generation (FTBFS #631181)
+sed -i -e 's/gnashref.texi gnash_user.texi/gnashref.texi gnash_ref.texi/g' \
+  doc/C/Makefile.in
 
 iconv -f latin1 -t utf8 < AUTHORS > AUTHORS.utf8
 touch -r AUTHORS AUTHORS.utf8
@@ -300,8 +303,11 @@ fi
 %{python_sitearch}/gtk-2.0/*
 
 %changelog
+* Sat Oct 02 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-3
+- fix FTBFS (#631181) (fix by Hicham Haouari)
+
 * Fri Aug 27 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-2
-- fix the check for the docbook2X tools being in Perl (fixes FTBFS)
+- fix the check for the docbook2X tools being in Perl
 
 * Wed Aug 25 2010 Kevin Kofler <Kevin at tigcc.ticalc.org> - 1:0.8.8-1.1
 - rebuild for the official release of Boost 1.44.0 (silent ABI change)


More information about the scm-commits mailing list