diff --git a/festival.spec b/festival.spec index af519e1..644f139 100644 --- a/festival.spec +++ b/festival.spec @@ -4,9 +4,9 @@ %define speechtoolsversion 1.2.96 Name: festival -Summary: A free speech synthesis and text-to-speech system +Summary: Speech synthesis and text-to-speech system Version: %{festivalversion} -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.cstr.ed.ac.uk/projects/festival/ Group: Applications/Multimedia @@ -157,7 +157,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{festivalversion}-%{release}-XXXXXX %package lib -Summary: The shared library for the Festival speech synthesis system +Summary: Library for the Festival speech synthesis system # this is here to make sure upgrades go cleanly. In other cases, # the auto-deps should handle this just fine. Requires: festival-speechtools-libs @@ -166,7 +166,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %package docs -Summary: HTML, Postscript, and Texinfo documentation for Festival +Summary: Documentation for the Festival speech synthesis system Group: Applications/Multimedia Version: %{docversion} Requires(post): /sbin/install-info @@ -797,6 +797,9 @@ fi %changelog +* Sun Nov 23 2008 Matthias Clasen - 1.96-7 +- Tweak summaries + * Mon Oct 27 2008 Ray Strode - 1.96-6 - interoperate with other apps by using pacat for audio output (bug 467531)