Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package speech-dispatcher for 
openSUSE:Factory checked in at 2024-10-30 17:33:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/speech-dispatcher (Old)
 and      /work/SRC/openSUSE:Factory/.speech-dispatcher.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "speech-dispatcher"

Wed Oct 30 17:33:43 2024 rev:49 rq:1219167 version:0.12.0~rc4

Changes:
--------
--- /work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher.changes      
2024-07-08 19:06:42.635339626 +0200
+++ 
/work/SRC/openSUSE:Factory/.speech-dispatcher.new.2020/speech-dispatcher.changes
    2024-10-30 17:33:52.574849749 +0100
@@ -1,0 +2,21 @@
+Tue Oct 29 18:29:19 UTC 2024 - Michael Gorse <[email protected]>
+
+- Update to version 0.12.0~rc4:
+  * audio: Fix logging from audio modules in server-side audio.
+  * Sort Baratinoo engine higher.
+  * espeak-ng-mbrola: Fix mbrola voices with rate different from
+    22KHz
+  * Add a run-spd-say script and make run-speechd and run-spd-say
+    able to talk directly.
+  * Add initial pipewire support.
+- Drop speech-dispatcher-missing-return-vals.patch and
+  speech-dispatcher-pulseaudio-samples.patch: fixed upstream.
+- Add libpipewire-0.3 to BuildRequires to build Pipewire support.
+- Package speechd_module library.
+
+-------------------------------------------------------------------
+Wed Oct 16 07:25:09 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- Drop rcFOO symlinks (PED-266).
+
+-------------------------------------------------------------------

Old:
----
  speech-dispatcher-0.12.0-rc3.tar.gz
  speech-dispatcher-missing-return-vals.patch
  speech-dispatcher-pulseaudio-samples.patch

New:
----
  speech-dispatcher-0.12.0-rc4.tar.gz

BETA DEBUG BEGIN:
  Old:  * Add initial pipewire support.
- Drop speech-dispatcher-missing-return-vals.patch and
  speech-dispatcher-pulseaudio-samples.patch: fixed upstream.
  Old:- Drop speech-dispatcher-missing-return-vals.patch and
  speech-dispatcher-pulseaudio-samples.patch: fixed upstream.
- Add libpipewire-0.3 to BuildRequires to build Pipewire support.
BETA DEBUG END:

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

Other differences:
------------------
++++++ speech-dispatcher.spec ++++++
--- /var/tmp/diff_new_pack.Yn6XrP/_old  2024-10-30 17:33:54.518931180 +0100
+++ /var/tmp/diff_new_pack.Yn6XrP/_new  2024-10-30 17:33:54.534931850 +0100
@@ -47,7 +47,7 @@
 %else
 Name:           speech-dispatcher-%{_python}
 %endif
-Version:        0.12.0~rc3
+Version:        0.12.0~rc4
 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
@@ -56,12 +56,8 @@
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/Daemons
 URL:            https://devel.freebsoft.org/speechd
-Source0:        
https://github.com/brailcom/speechd/releases/download/0.12.0-rc3/speech-dispatcher-0.12.0-rc3.tar.gz
+Source0:        
https://github.com/brailcom/speechd/releases/download/0.12.0-rc4/speech-dispatcher-0.12.0-rc4.tar.gz
 Patch0:         harden_speech-dispatcherd.service.patch
-# PATCH-FIX-UPSTREAM speech-dispatcher-missing-return-vals.patch
-Patch1:         speech-dispatcher-missing-return-vals.patch
-# PATCH-FIX-OPENSUSE speech-dispatcher-pulseaudio-samples.patch
-Patch2:         speech-dispatcher-pulseaudio-samples.patch
 # Logrotate file taken from Debian
 Source2:        speech-dispatcher.logrotate
 Source99:       baselibs.conf
@@ -78,6 +74,7 @@
 BuildRequires:  libtool
 BuildRequires:  makeinfo
 BuildRequires:  systemd-rpm-macros
+BuildRequires:  pkgconfig(libpipewire-0.3)
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(systemd)
 # FIXME: use proper Requires(pre/post/preun/...)
@@ -159,6 +156,22 @@
 devices directly nor to handle concurrent access, sound output and other
 tricky aspects of the speech subsystem.
 
+%package -n libspeechd_module0
+Summary:        Library for creating speech-dispatcher modules
+License:        LGPL-2.1-or-later
+Group:          System/Libraries
+Recommends:     %{name}
+
+%description -n libspeechd_module0
+The goal of Speech Dispatcher project is to provide a high-level device
+independent layer for speech synthesis through a simple, stable and
+well documented interface.
+
+What is a very high level GUI library to graphics, Speech Dispatcher is
+to speech synthesis. The application neither needs to talk to the
+devices directly nor to handle concurrent access, sound output and other
+tricky aspects of the speech subsystem.
+
 %package -n libspeechd-devel
 Summary:        Device independent layer for speech synthesis - Development 
files
 License:        LGPL-2.1-or-later
@@ -199,7 +212,7 @@
 tricky aspects of the speech subsystem.
 
 %prep
-%autosetup -p1 -n speech-dispatcher-0.12.0-rc3
+%autosetup -p1 -n speech-dispatcher-0.12.0-rc4
 # dummy module must almost never be disabled
 sed -i "s/#AddModule \"dummy\"/AddModule \"dummy\"/" -i config/speechd.conf
 # you must enable at least one module (except dummy), otherwise it will load
@@ -234,8 +247,6 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 %if "%{flavor}" == ""
-mkdir -p %{buildroot}%{_sbindir}
-ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcspeech-dispatcherd
 # Create log dir. 0700 since the logs can contain user information.
 install -d -m 0700 %{buildroot}%{_localstatedir}/log/speech-dispatcher/
 # Install logrotate script
@@ -338,7 +349,6 @@
 %{_unitdir}/speech-dispatcherd.service
 %{_userunitdir}/speech-dispatcher.service
 %{_userunitdir}/speech-dispatcher.socket
-%{_sbindir}/rcspeech-dispatcherd
 %{_datadir}/speech-dispatcher/
 
 %files configure
@@ -353,6 +363,9 @@
 %files -n libspeechd2
 %{_libdir}/libspeechd.so.*
 
+%files -n libspeechd_module0
+%{_libdir}/libspeechd_module.so.*
+
 %files -n libspeechd-devel
 %{_includedir}/%{name}/
 %{_libdir}/*.so

++++++ speech-dispatcher-0.12.0-rc3.tar.gz -> 
speech-dispatcher-0.12.0-rc4.tar.gz ++++++
/work/SRC/openSUSE:Factory/speech-dispatcher/speech-dispatcher-0.12.0-rc3.tar.gz
 
/work/SRC/openSUSE:Factory/.speech-dispatcher.new.2020/speech-dispatcher-0.12.0-rc4.tar.gz
 differ: char 13, line 1

Reply via email to