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

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