rpms/festival/devel festival.spec,1.36,1.37

Matthias Clasen mclasen at fedoraproject.org
Thu Feb 26 22:59:08 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/festival/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12783

Modified Files:
	festival.spec 
Log Message:
fix the build



Index: festival.spec
===================================================================
RCS file: /cvs/pkgs/rpms/festival/devel/festival.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- festival.spec	25 Feb 2009 02:36:03 -0000	1.36
+++ festival.spec	26 Feb 2009 22:58:37 -0000	1.37
@@ -6,7 +6,7 @@
 Name: festival
 Summary: Speech synthesis and text-to-speech system
 Version: %{festivalversion}
-Release: 9%{?dist}
+Release: 10%{?dist}
 
 URL: http://www.cstr.ed.ac.uk/projects/festival/
 Group: Applications/Multimedia
@@ -132,6 +132,8 @@
 # Work with pulseaudio (bug 467531)
 Patch94: festival-use-pacat.patch
 
+Patch95: gcc44.patch
+
 BuildRequires: tetex
 BuildRequires: ncurses-devel, esound-devel
 
@@ -462,6 +464,7 @@
 %patch92 -p1
 %patch93 -p1 -b .gcc43
 %patch94 -p1 -b .use-pacat
+%patch95 -p1 -b .gcc44
 
 # zero length
 rm festdoc-%{docversion}/speech_tools/doc/index_html.jade
@@ -806,6 +809,9 @@
 
 
 %changelog
+* Thu Feb 26 2009 Matthias Clasen  <mclasen at redhat.com> 1.96-10
+- Fix build with gcc 4.4
+
 * Tue Feb 24 2009 Matthias Clasen  <mclasen at redhat.com> 1.96-9
 - Make -docs and all the festvox subpackages noarch
 




More information about the fedora-extras-commits mailing list