pbrobinson pushed to speech-dispatcher (master). "0.8.3"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Jun 12 10:17:45 UTC 2015


From 0c929b180e33c25ff957bb5b44b657add75cdfc3 Mon Sep 17 00:00:00 2001
From: Peter Robinson <pbrobinson at gmail.com>
Date: Fri, 12 Jun 2015 11:17:30 +0100
Subject: 0.8.3


diff --git a/sources b/sources
index 6e2ee0d..6595a5d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-6beee9a1e4792508bf6d638c750229cc  speech-dispatcher-0.8.2.tar.gz
+d17b041fa3c87cb1b73ac6e95b80d276  speech-dispatcher-0.8.3.tar.gz
 2777d1ec18854230dce51fb75490c26e  sound-icons-0.1.tar.gz
diff --git a/speech-dispatcher.spec b/speech-dispatcher.spec
index 5b58d28..e2877c7 100644
--- a/speech-dispatcher.spec
+++ b/speech-dispatcher.spec
@@ -1,8 +1,8 @@
 %global _hardened_build 1
 
 Name:          speech-dispatcher
-Version:       0.8.2
-Release:       5%{?dist}
+Version:       0.8.3
+Release:       1%{?dist}
 Summary:       To provide a high-level device independent layer for speech synthesis
 Group:         System Environment/Libraries
 
@@ -14,7 +14,6 @@ URL:           http://devel.freebsoft.org/speechd
 Source0:       http://www.freebsoft.org/pub/projects/speechd/%{name}-%{version}.tar.gz
 Source1:       http://www.freebsoft.org/pub/projects/sound-icons/sound-icons-0.1.tar.gz
 Source2:       speech-dispatcherd.service
-Patch1: thread-cancel-crash.patch
 
 BuildRequires: alsa-lib-devel
 BuildRequires: desktop-file-utils
@@ -125,7 +124,6 @@ Python 3 module for speech-dispatcher
 
 %prep
 %setup -q
-%patch1 -p1 -b .crash
 
 tar xf %{SOURCE1}
 
@@ -251,6 +249,9 @@ fi
 %{python3_sitearch}/speechd*
 
 %changelog
+* Fri Jun 12 2015 Peter Robinson <pbrobinson at fedoraproject.org> 0.8.3-1
+- 0.8.3
+
 * Mon May 18 2015 Peter Robinson <pbrobinson at fedoraproject.org> 0.8.2-5
 - Add missing libsndfile dependency to fix sound icon support
 
diff --git a/thread-cancel-crash.patch b/thread-cancel-crash.patch
deleted file mode 100644
index 16e55da..0000000
--- a/thread-cancel-crash.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up speech-dispatcher-0.8/src/modules/festival.c.cancel speech-dispatcher-0.8/src/modules/festival.c
---- speech-dispatcher-0.8/src/modules/festival.c.cancel	2013-11-01 23:27:26.912804470 -0400
-+++ speech-dispatcher-0.8/src/modules/festival.c	2013-11-01 23:27:03.688847395 -0400
-@@ -469,7 +469,8 @@ int module_close(void)
- 	// festivalClose(festival_info);
- 
- 	DBG("Terminating threads");
--	module_terminate_thread(festival_speak_thread);
-+	if (festival_speak_thread)
-+		module_terminate_thread(festival_speak_thread);
- 
- 	if (festival_info)
- 		delete_FT_Info(festival_info);
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/speech-dispatcher.git/commit/?h=master&id=0c929b180e33c25ff957bb5b44b657add75cdfc3


More information about the scm-commits mailing list