Hello community,

here is the log from the commit of package speech-dispatcher for 
openSUSE:Factory checked in at 2020-12-03 18:38:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
 and      /work/SRC/openSUSE:Factory/.speech-dispatcher.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speech-dispatcher"

Thu Dec  3 18:38:15 2020 rev:38 rq:851387 version:0.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes      
2020-06-30 21:54:07.138323257 +0200
+++ 
/work/SRC/openSUSE:Factory/.speech-dispatcher.new.5913/speech-dispatcher.changes
    2020-12-03 18:38:22.477715001 +0100
@@ -1,0 +2,48 @@
+Fri Nov 27 07:10:23 UTC 2020 - ecsos <[email protected]>
+
+- Update to version 0.10.2:
+  - generic: Add support for sound icons
+  - Add French, Norwegian Bokmål, Portuguese, Brazilian Portuguese, and 
Russian translations.
+  - Add voxin module variant.
+  - Factorize espeak module with espeak-ng module.
+  - Make ibmtts and voxin use the common queue helpers.
+  - Fix python bindings against python 3.9.
+  - Reference the golang bindings.
+  - Add spd_get_client_id.
+  - Make key, char and sound_icon commands return message id.
+  - Expose modulebindir in speech-dispatcher.pc.
+  - Remove generic modules for synths that have a non-generic module.
+- Changes from 0.10.1
+  - Add punctuation level "most".
+  - Rework thread synchronization.
+  - Move espeak/espeak-ng audio queuing to shared file, rework it.
+  - Make baratinoo use this audio queueing, enable marks, and support
+  - responsiveness parameter.
+  - Add support for Baratinoo engine 8.6
+  - Show mark progression in spd-say.
+  - Add --character option to spd-say.
+  - Put country/region in language instead of variant.
+  - pico, generic: fix setting voice by language.
+  - generic: Add fallback voices for generic languages.
+  - symbols: Add support for SSML.
+  - symbols: Add SymbolPreprocFile directive to load several symbol files.
+  - symbols: Replace DefaultSymbolsPreproc directive with SymbolsPreproc 
directive
+  - to have more fine-grained control over server preprocessing.
+  - symbols: Import emojis and unicode font variants support from NVDA and 
Unicode
+  - CLDR and UnicodeData.
+  - symbols: Import some symbols from Orca.
+  - symbols: Add rules to drop gender-neutral forms.
+  - symbols: Add support for group references.
+  - Disable Mary-TTS module by default.
+  - Replace AudioPulseServer option with AudioPulseDevice.
+  - Fix default pulse latency to 10ms to avoid pulseaudio distorted output.
+  - Made client isolation stronger for Snap/Flatpak support.
+- Changes since 0.10.0-rc4:
+  - Update CLDR to version 37 and font variants to last version.
+  - spd-say: Fix synthesizing percent
+  - handle _pulse_open() errors in reconnect
+  - Changes since 0.10.0:
+  - Fix including dic files
+- Change source url to official url on github.
+
+-------------------------------------------------------------------

Old:
----
  speech-dispatcher-0.9.1.tar.gz

New:
----
  speech-dispatcher-0.10.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ speech-dispatcher.spec ++++++
--- /var/tmp/diff_new_pack.vTXgQg/_old  2020-12-03 18:38:23.057716100 +0100
+++ /var/tmp/diff_new_pack.vTXgQg/_new  2020-12-03 18:38:23.061716107 +0100
@@ -24,7 +24,7 @@
 %define espeakdev espeak-devel
 %endif
 Name:           speech-dispatcher
-Version:        0.9.1
+Version:        0.10.2
 Release:        0
 # FIXME missing backends: festival lite, ibmeci (ibm tts), dumbtts/ivona, nas
 # The API and bindings are LGPL-2.1-or-later, other parts are
@@ -33,7 +33,8 @@
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/Daemons
 URL:            https://devel.freebsoft.org/speechd
-Source0:        
https://download-mirror.savannah.gnu.org/releases/speechd/%{name}-%{version}.tar.gz
+#Source0:        
https://download-mirror.savannah.gnu.org/releases/speechd/%%{name}-%%{version}.tar.gz
+Source0:        
https://github.com/brailcom/speechd/releases/download/%{version}/%{name}-%{version}.tar.gz
 # Logrotate file taken from Debian
 Source2:        speech-dispatcher.logrotate
 Source99:       baselibs.conf
@@ -47,6 +48,7 @@
 BuildRequires:  libpulse-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  libtool
+BuildRequires:  makeinfo
 BuildRequires:  python3-setuptools
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(systemd)
@@ -182,7 +184,8 @@
         --without-baratinoo \
         --without-flite \
         --without-kali \
-        --with-ibmtts=no
+        --with-ibmtts=no \
+        --with-voxin=no
 %make_build
 
 %install
@@ -196,14 +199,16 @@
 install -D -m 0644 %{SOURCE2} 
%{buildroot}%{_sysconfdir}/logrotate.d/speech-dispatcher
 # Remove config files for modules we don't support
 rm %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/flite.conf
-rm %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/ibmtts.conf
+rm -f %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/ibmtts.conf
 rm %{buildroot}%{_sysconfdir}/speech-dispatcher/modules/ivona.conf
 # Remove config files that we don't need a second time
 # but then user can not create its own configuration, because here is default, 
while in /etc is system-wide
 # %%{__rm} -r %%{buildroot}%%{_datadir}/speech-dispatcher/conf/
-# Remove %{_infodir}/dir file if it exists
+# Remove %%{_infodir}/dir file if it exists
 test -d %{buildroot}%{_infodir}/dir && rm %{buildroot}%{_infodir}/dir
 %find_lang %{name}
+# rpmlint
+sed -i -e 's|/usr/bin/env python3|/usr/bin/python3|g' 
%{buildroot}%{_bindir}/spd-conf
 
 # Deduplicate python bytecode
 %fdupes %{buildroot}%{python3_sitearch}/speechd*

++++++ speech-dispatcher-0.9.1.tar.gz -> speech-dispatcher-0.10.2.tar.gz ++++++
++++ 347252 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to