Blame SOURCES/0001-Make-espeak-ng-the-default-output-module.patch

da5122
From b4400c86b7481cd8ffd6d1ae4dc62d0be29e1e30 Mon Sep 17 00:00:00 2001
da5122
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
da5122
Date: Fri, 9 Mar 2018 14:13:47 +0100
da5122
Subject: [PATCH] Make espeak-ng the default output module
da5122
da5122
---
da5122
 config/speechd.conf | 2 +-
da5122
 1 file changed, 1 insertion(+), 1 deletion(-)
da5122
da5122
diff --git a/config/speechd.conf b/config/speechd.conf
da5122
index 140de3a..f99e3ce 100644
da5122
--- a/config/speechd.conf
da5122
+++ b/config/speechd.conf
da5122
@@ -240,7 +240,7 @@ DefaultVolume 100
da5122
 # The DefaultModule selects which output module is the default.  You
da5122
 # must use one of the names of the modules loaded with AddModule.
da5122
 
da5122
-DefaultModule espeak
da5122
+DefaultModule espeak-ng
da5122
 
da5122
 # The LanguageDefaultModule selects which output modules are prefered
da5122
 # for specified languages.
da5122
-- 
da5122
2.14.3
da5122