Mailinglist Archive: opensuse-commit (1117 mails)
| < Previous | Next > |
commit gnome-speech for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 16 Feb 2009 16:05:17 +0100
- Message-id: <20090216150517.CDB84678161@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gnome-speech for openSUSE:Factory
checked in at Mon Feb 16 16:05:17 CET 2009.
--------
--- GNOME/gnome-speech/gnome-speech.changes 2009-02-03 01:50:28.000000000
+0100
+++ /mounts/work_src_done/STABLE/gnome-speech/gnome-speech.changes
2009-02-15 22:10:06.000000000 +0100
@@ -1,0 +2,10 @@
+Sun Feb 15 21:45:46 CET 2009 - mboman@xxxxxxx
+
+- Update to version 0.4.25:
+ + Fix for bgo#571217 - espeak driver parameter ranges do not
+ match espeak
+ + Fix for bgo#560439 - GNOME Goal: Remove deprecated GLib
+ symbols
+- Remove "la" files
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gnome-speech-0.4.23.tar.bz2
New:
----
gnome-speech-0.4.25.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-speech.spec ++++++
--- /var/tmp/diff_new_pack.Q18984/_old 2009-02-16 16:05:04.000000000 +0100
+++ /var/tmp/diff_new_pack.Q18984/_new 2009-02-16 16:05:04.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-speech (Version 0.4.23)
+# spec file for package gnome-speech (Version 0.4.25)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -26,7 +26,7 @@
License: LGPL v2.1 or later
Group: System/GUI/GNOME
AutoReqProv: on
-Version: 0.4.23
+Version: 0.4.25
Release: 1
Summary: GNOME Speech API
Source:
ftp://ftp.gnome.org/pub/GNOME/sources/gnome-speech/0.4/gnome-speech-%{version}.tar.bz2
@@ -85,7 +85,8 @@
make %{?jobs:-j%jobs}
%install
-make install DESTDIR=$RPM_BUILD_ROOT
+%makeinstall
+rm $RPM_BUILD_ROOT%{_libdir}/*.*a
rm $RPM_BUILD_ROOT%{_libdir}/*/*.*a
%clean
@@ -109,10 +110,16 @@
%defattr (-, root, root)
%{_includedir}/gnome-speech-1.0
%{_libdir}/*.so
-%{_libdir}/*.la
%{_libdir}/pkgconfig/gnome-speech-1.0.pc
%changelog
+* Sun Feb 15 2009 mboman@xxxxxxx
+- Update to version 0.4.25:
+ + Fix for bgo#571217 - espeak driver parameter ranges do not
+ match espeak
+ + Fix for bgo#560439 - GNOME Goal: Remove deprecated GLib
+ symbols
+- Remove "la" files
* Tue Feb 03 2009 mboman@xxxxxxx
- Update to version 0.4.23:
+ drivers/espeak/Makefile.am Fix for bgo#568786 - Trivial build
@@ -161,7 +168,7 @@
* Fri Mar 30 2007 maw@xxxxxxx
- Update to version 0.4.10
- b.g.o 409573.
-* Thu Mar 08 2007 maw@xxxxxxx
+* Fri Mar 09 2007 maw@xxxxxxx
- Update to version 0.4.9.
* Fix for bug 398916 to help select the Viavoice Chinese voices. Also
fixed a memory leak with the driver. (Gilles Casse)
@@ -181,12 +188,12 @@
Jimenez from ONCE!).
* Thu Jan 11 2007 sbrabec@xxxxxxx
- Spec file cleanup.
-* Sun Jan 07 2007 ro@xxxxxxx
+* Mon Jan 08 2007 ro@xxxxxxx
- GNOME moved to /usr
* Thu Sep 14 2006 jhargadon@xxxxxxx
- update to version 0.4.5
- bug 353322: fix crash/hang in DECtalk synthesis driver
-* Wed Aug 30 2006 jhargadon@xxxxxxx
+* Thu Aug 31 2006 jhargadon@xxxxxxx
- update to version 0.4.4
- Fix for bug 326818: escape the \ character so it is not interpreted
as a line continuation character by the festival shell
++++++ gnome-speech-0.4.23.tar.bz2 -> gnome-speech-0.4.25.tar.bz2 ++++++
++++ 56714 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/ChangeLog new/gnome-speech-0.4.25/ChangeLog
--- old/gnome-speech-0.4.23/ChangeLog 2009-02-02 16:11:36.000000000 +0100
+++ new/gnome-speech-0.4.25/ChangeLog 2009-02-15 18:42:48.000000000 +0100
@@ -1,3 +1,26 @@
+2009-02-15 Willie Walker <william.walker@xxxxxxx>
+
+ * configure.in, NEWS, README: mark as gnome-speech v0.4.25
+ Needed to respin due to using incompatible libtool for 0.4.24.
+
+2009-02-15 Willie Walker <william.walker@xxxxxxx>
+
+ * configure.in, NEWS, README: mark as gnome-speech v0.4.24
+
+2009-02-10 Willie Walker <william.walker@xxxxxxx>
+
+ * drivers/espeak/espeakspeaker.c:
+ Fix for bug #571217 - espeak driver parameter ranges do not
+ match espeak
+
+2009-02-08 Willie Walker <william.walker@xxxxxxx>
+
+ * gnome-speech/speaker.c:
+ drivers/eloquence/eloquencespeaker.c:
+ Fix for bug #560439 - GNOME Goal: Remove deprecated GLib symbols.
+ NOTE: I don't have the eloquence package (it's a commercial system),
+ so I was unable to verify the changes made to that file.
+
2009-02-02 Willie Walker <william.walker@xxxxxxx>
* configure.in, NEWS, README: mark as gnome-speech v0.4.23
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/config.h.in new/gnome-speech-0.4.25/config.h.in
--- old/gnome-speech-0.4.23/config.h.in 2009-02-02 16:12:01.000000000 +0100
+++ new/gnome-speech-0.4.25/config.h.in 2009-02-15 18:43:52.000000000 +0100
@@ -40,10 +40,6 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
-#undef LT_OBJDIR
-
/* Name of package */
#undef PACKAGE
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/configure.in new/gnome-speech-0.4.25/configure.in
--- old/gnome-speech-0.4.23/configure.in 2009-02-02 16:11:15.000000000
+0100
+++ new/gnome-speech-0.4.25/configure.in 2009-02-15 18:42:06.000000000
+0100
@@ -2,7 +2,7 @@
GNOME_SPEECH_MAJOR_VERSION=0
GNOME_SPEECH_MINOR_VERSION=4
-GNOME_SPEECH_MICRO_VERSION=23
+GNOME_SPEECH_MICRO_VERSION=25
GNOME_SPEECH_INTERFACE_AGE=0
GNOME_SPEECH_BINARY_AGE=0
GNOME_SPEECH_VERSION="$GNOME_SPEECH_MAJOR_VERSION.$GNOME_SPEECH_MINOR_VERSION.$GNOME_SPEECH_MICRO_VERSION"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/drivers/eloquence/eloquencespeaker.c
new/gnome-speech-0.4.25/drivers/eloquence/eloquencespeaker.c
--- old/gnome-speech-0.4.23/drivers/eloquence/eloquencespeaker.c
2008-11-06 02:58:22.000000000 +0100
+++ new/gnome-speech-0.4.25/drivers/eloquence/eloquencespeaker.c
2009-02-08 17:14:55.000000000 +0100
@@ -384,7 +384,7 @@
char name[30];
eciGetVoiceName (handle, i, name);
- if (!g_strcasecmp (voice_spec->name, name))
+ if (!g_ascii_strcasecmp (voice_spec->name, name))
eciCopyVoice (handle, i, 0);
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/drivers/espeak/espeakspeaker.c
new/gnome-speech-0.4.25/drivers/espeak/espeakspeaker.c
--- old/gnome-speech-0.4.23/drivers/espeak/espeakspeaker.c 2008-11-06
02:58:22.000000000 +0100
+++ new/gnome-speech-0.4.25/drivers/espeak/espeakspeaker.c 2009-02-15
18:24:06.000000000 +0100
@@ -273,11 +273,13 @@
speaker->voice.gender = (voice_spec->gender == GNOME_Speech_gender_male);
espeak_SetVoiceByProperties(&speaker->voice);
+ /* See
http://espeak.sourcearchive.com/documentation/1.39/src_2speak__lib_8h-source.html
*/
+
espeak_add_parameter (speaker,
espeakPITCH,
"pitch",
- 40,
- 422,
+ 0,
+ 100,
espeak_set_pitch);
espeak_add_parameter (speaker,
espeakRANGE,
@@ -288,20 +290,20 @@
espeak_add_parameter (speaker,
espeakRATE,
"rate",
- 80,
- 390,
+ 80, /* src/setlengths.cpp in espeak */
+ 369, /* src/setlengths.cpp in espeak */
espeak_set_rate);
espeak_add_parameter (speaker,
espeakVOLUME,
"volume",
0,
- 200,
+ 100,
espeak_set_volume);
espeak_add_parameter (speaker,
espeakCAPITALS,
"capitals",
0,
- 30, /* TBD: confirm this value */
+ 3,
espeak_set_capitals);
return speaker;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/drivers/festival/GNOME_Speech_SynthesisDriver_Festival.server
new/gnome-speech-0.4.25/drivers/festival/GNOME_Speech_SynthesisDriver_Festival.server
---
old/gnome-speech-0.4.23/drivers/festival/GNOME_Speech_SynthesisDriver_Festival.server
2009-02-02 16:12:15.000000000 +0100
+++
new/gnome-speech-0.4.25/drivers/festival/GNOME_Speech_SynthesisDriver_Festival.server
2009-02-15 18:43:51.000000000 +0100
@@ -1,6 +1,6 @@
<oaf_info>
<oaf_server iid="OAFIID:GNOME_Speech_SynthesisDriver_Festival:proto0.3"
- type="exe" location="/usr/bin/festival-synthesis-driver">
+ type="exe"
location="/export/home/wwalker/work/gnome-speech/trunk/bld/bin/festival-synthesis-driver">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Speech/SynthesisDriver:0.3"/>
</oaf_attribute>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/drivers/freetts/GNOME_Speech_SynthesisDriver_FreeTTS.server
new/gnome-speech-0.4.25/drivers/freetts/GNOME_Speech_SynthesisDriver_FreeTTS.server
---
old/gnome-speech-0.4.23/drivers/freetts/GNOME_Speech_SynthesisDriver_FreeTTS.server
2009-02-02 16:12:16.000000000 +0100
+++
new/gnome-speech-0.4.25/drivers/freetts/GNOME_Speech_SynthesisDriver_FreeTTS.server
2009-02-15 18:43:51.000000000 +0100
@@ -1,6 +1,6 @@
<oaf_info>
<oaf_server iid="OAFIID:GNOME_Speech_SynthesisDriver_FreeTTS:proto0.3"
- type="exe" location="/usr/bin/freetts-synthesis-driver">
+ type="exe"
location="/export/home/wwalker/work/gnome-speech/trunk/bld/bin/freetts-synthesis-driver">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Speech/SynthesisDriver:0.3"/>
<item value="IDL:GNOME/Speech/SpeechCallback:0.2"/>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/drivers/loquendo/GNOME_Speech_SynthesisDriver_Loquendo.server
new/gnome-speech-0.4.25/drivers/loquendo/GNOME_Speech_SynthesisDriver_Loquendo.server
---
old/gnome-speech-0.4.23/drivers/loquendo/GNOME_Speech_SynthesisDriver_Loquendo.server
2009-02-02 16:12:16.000000000 +0100
+++
new/gnome-speech-0.4.25/drivers/loquendo/GNOME_Speech_SynthesisDriver_Loquendo.server
2009-02-15 18:43:51.000000000 +0100
@@ -1,6 +1,6 @@
<oaf_info>
<oaf_server iid="OAFIID:GNOME_Speech_SynthesisDriver_Loquendo:proto0.3"
- type="exe" location="/usr/bin/loquendo-synthesis-driver">
+ type="exe"
location="/export/home/wwalker/work/gnome-speech/trunk/bld/bin/loquendo-synthesis-driver">
<oaf_attribute name="repo_ids" type="stringv">
<item value="IDL:GNOME/Speech/SynthesisDriver:0.3"/>
<item value="IDL:GNOME/Speech/SpeechCallback:0.2"/>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/gnome-speech/speaker.c
new/gnome-speech-0.4.25/gnome-speech/speaker.c
--- old/gnome-speech-0.4.23/gnome-speech/speaker.c 2008-11-06
02:58:22.000000000 +0100
+++ new/gnome-speech-0.4.25/gnome-speech/speaker.c 2009-02-08
17:14:48.000000000 +0100
@@ -104,7 +104,7 @@
for (tmp = s->parameters; tmp; tmp = tmp->next) {
ParameterPrivate *p = (ParameterPrivate *) tmp->data;
- if (!g_strcasecmp (name, p->name))
+ if (!g_ascii_strcasecmp (name, p->name))
break;
}
if (tmp)
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/gnome-speech.spec
new/gnome-speech-0.4.25/gnome-speech.spec
--- old/gnome-speech-0.4.23/gnome-speech.spec 2009-02-02 16:12:15.000000000
+0100
+++ new/gnome-speech-0.4.25/gnome-speech.spec 2009-02-15 18:43:50.000000000
+0100
@@ -1,6 +1,6 @@
Summary: GNOME Desktop text-to-speech services
Name: gnome-speech
-Version: 0.4.23
+Version: 0.4.25
Release: 1
License: LGPL
Group: Desktop/Accessibility
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/INSTALL new/gnome-speech-0.4.25/INSTALL
--- old/gnome-speech-0.4.23/INSTALL 2009-02-02 16:12:15.000000000 +0100
+++ new/gnome-speech-0.4.25/INSTALL 2009-02-15 18:43:50.000000000 +0100
@@ -9,8 +9,8 @@
Simple install procedure
========================
- % gzip -cd gnome-speech-0.4.23.tar.gz | tar xvf - # unpack the sources
- % cd gnome-speech-0.4.23
+ % gzip -cd gnome-speech-0.4.25.tar.gz | tar xvf - # unpack the sources
+ % cd gnome-speech-0.4.25
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/NEWS new/gnome-speech-0.4.25/NEWS
--- old/gnome-speech-0.4.23/NEWS 2009-02-02 16:11:13.000000000 +0100
+++ new/gnome-speech-0.4.25/NEWS 2009-02-15 18:43:17.000000000 +0100
@@ -1,4 +1,18 @@
(top)
+gnome-speech 0.4.25:
+
+* Respin due to use of incompatible libtool for 0.4.24.
+
+gnome-speech 0.4.24
+
+* drivers/espeak/espeakspeaker.c: Fix for bug #571217 - espeak driver
+ parameter ranges do not match espeak
+
+* gnome-speech/speaker.c, drivers/eloquence/eloquencespeaker.c: Fix
+ for bug #560439 - GNOME Goal: Remove deprecated GLib symbols. NOTE:
+ I don't have the eloquence package (it's a commercial system), so I
+ was unable to verify the changes made to that file.
+
gnome-speech 0.4.23:
* drivers/espeak/Makefile.am Fix for bug #568786 - Trivial build patch
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn
--exclude=.svnignore --exclude Makefile.in --exclude configure --exclude
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh
old/gnome-speech-0.4.23/README new/gnome-speech-0.4.25/README
--- old/gnome-speech-0.4.23/README 2009-02-02 16:11:16.000000000 +0100
+++ new/gnome-speech-0.4.25/README 2009-02-15 18:41:59.000000000 +0100
@@ -1,9 +1,9 @@
-GNOME Speech 0.4.23
+GNOME Speech 0.4.25
1. Introduction
===============================================================================
-This is GNOME Speech version 0.4.23. It's purpose is to provide a
+This is GNOME Speech version 0.4.25. It's purpose is to provide a
simple general API for producing text-to-speech output. This version
of gnome-speech *should* be fine for GNOME 2.12 and greater.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |