[emacspeak] update to 40.0

Jens Petersen petersen at fedoraproject.org
Fri Nov 7 06:15:43 UTC 2014


commit 9008a87073a3818cba641b018a127e4c5f8e00cf
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Nov 7 15:15:31 2014 +0900

    update to 40.0

 .gitignore                                |    1 +
 emacspeak-38.0-tclespeak-unused-var.patch |   11 -----------
 emacspeak-tclespeak-unused-var.patch      |   11 +++++++++++
 emacspeak.spec                            |    9 ++++++---
 sources                                   |    2 +-
 5 files changed, 19 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f235af4..527308b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ emacspeak-29.0.tar.bz2
 /emacspeak-37.0.tar.bz2
 /emacspeak-38.0.tar.bz2
 /emacspeak-39.0.tar.bz2
+/emacspeak-40.0.tar.bz2
diff --git a/emacspeak-tclespeak-unused-var.patch b/emacspeak-tclespeak-unused-var.patch
new file mode 100644
index 0000000..5d81f6a
--- /dev/null
+++ b/emacspeak-tclespeak-unused-var.patch
@@ -0,0 +1,11 @@
+--- emacspeak-40.0/servers/linux-espeak/tclespeak.cpp~	2013-12-04 12:10:09.000000000 +0900
++++ emacspeak-40.0/servers/linux-espeak/tclespeak.cpp	2014-11-07 15:09:42.245472100 +0900
+@@ -180,7 +180,7 @@
+ set tts(last_index) $x}");
+ 
+   //>
+-  return TCL_OK;
++  return rc;
+ }
+ 
+ int GetRate(ClientData handle, Tcl_Interp *interp, int objc,
diff --git a/emacspeak.spec b/emacspeak.spec
index ee8b442..3aa5e1b 100644
--- a/emacspeak.spec
+++ b/emacspeak.spec
@@ -1,7 +1,7 @@
 Summary: Emacs Speech interface
 Name: emacspeak
-Version: 39.0
-Release: 6%{?dist}
+Version: 40.0
+Release: 1%{?dist}
 # main lisp files are GPL2+
 # lisp/atom-blogger and lisp/g-client are BSD
 License: GPLv2+ and BSD
@@ -26,7 +26,7 @@ Patch2: emacspeak-38.0-espeak-tcl.patch
 Patch3: emacspeak-38.0-espeak-libdir.patch
 Patch4: emacspeak-38.0-default-espeak.patch
 Patch5: emacspeak-38.0-update-FSF-address.patch
-Patch6: emacspeak-38.0-tclespeak-unused-var.patch
+Patch6: emacspeak-tclespeak-unused-var.patch
 
 %description 
 Emacspeak is a speech interface that allows visually impaired users to
@@ -107,6 +107,9 @@ fi
 %{_infodir}/*
 
 %changelog
+* Fri Nov  7 2014 Jens Petersen <petersen at redhat.com> - 40.0-1
+- update to 40.0
+
 * Mon Oct 20 2014 Jens Petersen <petersen at redhat.com> - 39.0-6
 - requires emacs(bin) (#1154511)
 
diff --git a/sources b/sources
index 00e2c91..c03ac38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-dcf32a668c7d70ff6784c84cfb933355  emacspeak-39.0.tar.bz2
+652bfd76e94643d5a1f3afeab688da5c  emacspeak-40.0.tar.bz2


More information about the scm-commits mailing list