From 4b3e1989dc108eed381d74baf43d11dfed6390eb Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 14 Oct 2010 15:55:49 +0100 Subject: [PATCH] Depend on festival-freebsoft-utils so we work with festival --- .gitignore | 4 +--- speech-dispatcher.spec | 7 ++++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8be71cd..e9e32f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -speech-dispatcher-0.6.7.tar.gz -speech-dispatcher-0.7.tar.gz -/speech-dispatcher-0.7.1.tar.gz +speech-dispatcher-0.7.1.tar.gz diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec index deb6032..964e004 100644 --- a/speech-dispatcher.spec +++ b/speech-dispatcher.spec @@ -3,7 +3,7 @@ Name: speech-dispatcher Version: 0.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: To provide a high-level device independent layer for speech synthesis Group: System Environment/Libraries @@ -29,6 +29,8 @@ BuildRequires: texinfo BuildRequires: libraw1394 %endif +Requires: festival-freebsoft-utils + Requires(post): /sbin/chkconfig /sbin/install-info Requires(preun): /sbin/chkconfig /sbin/service /sbin/install-info Requires(postun): /sbin/service @@ -198,6 +200,9 @@ fi %{python_sitearch}/speechd* %changelog +* Thu Oct 14 2010 Peter Robinson - 0.7.1-2 +- Depend on festival-freebsoft-utils so we work with festival + * Tue Sep 14 2010 Peter Robinson - 0.7.1-1 - New upstream 0.7.1 stable release - Some spec and build cleanups