Hello community,
here is the log from the commit of package speech-dispatcher for
openSUSE:Factory checked in at 2019-10-25 18:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
and /work/SRC/openSUSE:Factory/.speech-dispatcher.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "speech-dispatcher"
Fri Oct 25 18:40:38 2019 rev:33 rq:742001 version:0.9.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes
2019-06-17 10:31:51.525310800 +0200
+++
/work/SRC/openSUSE:Factory/.speech-dispatcher.new.2990/speech-dispatcher.changes
2019-10-25 18:40:41.327815214 +0200
@@ -1,0 +2,23 @@
+Tue Oct 22 14:42:09 UTC 2019 - Michael Gorse <[email protected]>
+
+- Drop -ibmtts package for now. It requires a third-party library
+ which we do not package.
+
+-------------------------------------------------------------------
+Wed Oct 9 18:38:43 UTC 2019 - Michael Gorse <[email protected]>
+
+- Drop intltool from BuildRequires. Require gettext.
+- Exclude ibmtts.conf from the main package.
+
+-------------------------------------------------------------------
+Tue Oct 8 23:31:00 UTC 2019 - Michael Gorse <[email protected]>
+
+- Update to version 0.9.1:
+ * Add module for the non-free IBM TTS (voxin) speech synthesis.
+ * Extend licence to later versions of GPL and LGPL.
+ * Update mailing list address to savannah.
+ * Make generic modules fallback to existing voices.
+- Create separate package for ibmtts module: most users won't use
+ this.
+
+-------------------------------------------------------------------
Old:
----
speech-dispatcher-0.9.0.tar.gz
New:
----
speech-dispatcher-0.9.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ speech-dispatcher.spec ++++++
--- /var/tmp/diff_new_pack.Pv4D9H/_old 2019-10-25 18:40:41.991815845 +0200
+++ /var/tmp/diff_new_pack.Pv4D9H/_new 2019-10-25 18:40:41.995815849 +0200
@@ -24,7 +24,7 @@
%define espeakdev espeak-devel
%endif
Name: speech-dispatcher
-Version: 0.9.0
+Version: 0.9.1
Release: 0
# FIXME missing backends: festival lite, ibmeci (ibm tts), dumbtts/ivona, nas
# Almost all files are under GPLv2+, however src/c/clients/spdsend/spdsend.h is
@@ -40,16 +40,16 @@
BuildRequires: %{espeakdev}
BuildRequires: alsa-devel
BuildRequires: dotconf-devel
+BuildRequires: gettext
BuildRequires: glib2-devel
-BuildRequires: intltool
BuildRequires: libao-devel
BuildRequires: libpulse-devel
BuildRequires: libsndfile-devel
BuildRequires: libtool
BuildRequires: python3-setuptools
-BuildRequires: pkgconfig(systemd)
BuildRequires: systemd-rpm-macros
BuildRequires: texinfo
+BuildRequires: pkgconfig(systemd)
Requires: python3-speechd
# FIXME: use proper Requires(pre/post/preun/...)
PreReq: %{install_info_prereq}
@@ -176,7 +176,8 @@
--with-pulse \
--without-baratinoo \
--without-flite \
- --without-kali
+ --without-kali \
+ --with-ibmtts=no
make %{?_smp_mflags}
%install
@@ -222,7 +223,6 @@
%postun -n libspeechd2 -p /sbin/ldconfig
%files -f %{name}.lang
-%defattr(-,root,root,-)
%doc AUTHORS ANNOUNCE NEWS README.md
%license COPYING.LGPL
%dir %{_sysconfdir}/speech-dispatcher/
@@ -254,28 +254,23 @@
%{_sbindir}/rcspeech-dispatcherd
%files configure
-%defattr(-,root,root,-)
%{_bindir}/spd-conf
%{python3_sitearch}/speechd_config/
%{_datadir}/speech-dispatcher/
%files module-espeak
-%defattr(-,root,root,-)
%config(noreplace) %{_sysconfdir}/speech-dispatcher/modules/espeak.conf
%{_libdir}/speech-dispatcher-modules/sd_%{espeak}
%files -n libspeechd2
-%defattr(-,root,root,-)
%{_libdir}/libspeechd.so.*
%files -n libspeechd-devel
-%defattr(-,root,root,-)
%{_includedir}/%{name}/
%{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc
%files -n python3-speechd
-%defattr(-,root,root,-)
%{python3_sitearch}/speechd/
%changelog
++++++ speech-dispatcher-0.9.0.tar.gz -> speech-dispatcher-0.9.1.tar.gz ++++++
++++ 4163 lines of diff (skipped)