diff --git a/festival.spec b/festival.spec index da503c3..6576e1a 100644 --- a/festival.spec +++ b/festival.spec @@ -6,7 +6,7 @@ Name: festival Summary: Speech synthesis and text-to-speech system Version: %{festivalversion} -Release: 24%{?dist} +Release: 25%{?dist} URL: http://www.cstr.ed.ac.uk/projects/festival/ Group: Applications/Multimedia @@ -142,6 +142,9 @@ Patch96: festival.gcc47.patch # Bring back old patch since gcc 4.7 no longer ignores unknown options Patch97: no-shared-data.patch +# There is a typo in the festival_server script +Patch98: festival-1.96-server-script-typo.patch + BuildRequires: pulseaudio-libs-devel BuildRequires: tetex BuildRequires: ncurses-devel @@ -529,6 +532,7 @@ done %patch95 -p1 -b .gcc44 %patch96 -p0 -b .gcc47 %patch97 -p1 -b .no-share +%patch98 -b .typo # zero length rm festdoc-%{docversion}/speech_tools/doc/index_html.jade @@ -903,6 +907,9 @@ fi %changelog +* Sat Mar 02 2013 Bruno Wolff III - 1.96-25 +- Fix typo in server script - bz 614200 + * Thu Feb 07 2013 Jon Ciesla - 1.96-24 - Minor Merge review fixes, BZ 225748.