|
|
@ -1,25 +1,17 @@
|
|
|
|
Name: espeak-ng
|
|
|
|
Name: espeak-ng
|
|
|
|
Version: 1.51.1
|
|
|
|
Version: 1.50
|
|
|
|
Release: 10%{?dist}
|
|
|
|
Release: 9%{?dist}
|
|
|
|
Summary: eSpeak NG Text-to-Speech
|
|
|
|
Summary: eSpeak NG Text-to-Speech
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL-3.0-only AND GPL-3.0-or-later AND Apache-2.0 AND BSD-2-Clause AND Unicode-DFS-2016 AND CC-BY-SA-3.0
|
|
|
|
License: GPLv3+
|
|
|
|
URL: https://github.com/espeak-ng/espeak-ng
|
|
|
|
URL: https://github.com/espeak-ng/espeak-ng
|
|
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: %{url}/archive/%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gcc-g++
|
|
|
|
BuildRequires: gcc make autoconf automake libtool pkgconfig
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: rubygem-ronn rubygem-kramdown
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: pcaudiolib-devel
|
|
|
|
BuildRequires: automake
|
|
|
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
Patch0: 0001-fix-699-avoid-samplerate-clashing-with-LTO-in-gcc-10.patch
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
|
|
|
BuildRequires: rubygem-ronn
|
|
|
|
|
|
|
|
BuildRequires: rubygem-kramdown
|
|
|
|
|
|
|
|
BuildRequires: pcaudiolib-devel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Backported from:
|
|
|
|
|
|
|
|
# https://github.com/espeak-ng/espeak-ng/commit/58f1e0b6a4e6aa55621c6f01118994d01fd6f68c
|
|
|
|
|
|
|
|
Patch0: espeak-ng-1.51-CVE-2023-49990-4.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The eSpeak NG (Next Generation) Text-to-Speech program is an open source speech
|
|
|
|
The eSpeak NG (Next Generation) Text-to-Speech program is an open source speech
|
|
|
@ -82,9 +74,7 @@ ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING
|
|
|
|
%license COPYING.APACHE
|
|
|
|
%license COPYING.IEEE
|
|
|
|
%license COPYING.BSD2
|
|
|
|
|
|
|
|
%license COPYING.UCD
|
|
|
|
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%doc CHANGELOG.md
|
|
|
|
%doc CHANGELOG.md
|
|
|
|
%{_bindir}/speak-ng
|
|
|
|
%{_bindir}/speak-ng
|
|
|
@ -109,59 +99,20 @@ ESPEAK_DATA_PATH=`pwd` LD_LIBRARY_PATH=src:${LD_LIBRARY_PATH} src/espeak-ng ...
|
|
|
|
%doc docs/*.html
|
|
|
|
%doc docs/*.html
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.51.1-10
|
|
|
|
* Tue Jun 20 2023 Tomas Korbar <tkorbar@redhat.com> - 1.50-9
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Fix gating.yaml
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
- Related: rhbz#2190221
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.51.1-9
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.51.1-9
|
|
|
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.1-8
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.1-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 3 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 1.51.1-6
|
|
|
|
|
|
|
|
- Fixed buffer overflow in SetUpPhonemeTable function at synthdata.c
|
|
|
|
|
|
|
|
Resolves: CVE-2023-49990
|
|
|
|
|
|
|
|
- Fixed buffer underflow in CountVowelPosition function at synthdata.c
|
|
|
|
|
|
|
|
Resolves: CVE-2023-49991
|
|
|
|
|
|
|
|
- Fixed buffer overflow in RemoveEnding at dictionary.c
|
|
|
|
|
|
|
|
Resolves: CVE-2023-49992
|
|
|
|
|
|
|
|
- Fixed buffer overflow in ReadClause function at readclause.c
|
|
|
|
|
|
|
|
Resolves: CVE-2023-49993
|
|
|
|
|
|
|
|
- Fixed floating point exception in PeaksToHarmspect at wavegen.c
|
|
|
|
|
|
|
|
Resolves: CVE-2023-49994
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 02 2024 Tomas Korbar <tkorbar@redhat.com> - 1.51.1-5
|
|
|
|
* Tue Jun 20 2023 Tomas Korbar <tkorbar@redhat.com> - 1.50-8
|
|
|
|
- Change license tag so it fully conforms to SPDX
|
|
|
|
- Rebuild for rhbz#2190221
|
|
|
|
|
|
|
|
- Resolves: rhbz#2190221
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.1-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.1-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.51.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 23 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 1.51.1-1
|
|
|
|
|
|
|
|
- New version
|
|
|
|
|
|
|
|
Resolves: rhbz#2100020
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 7 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 1.51-1
|
|
|
|
|
|
|
|
- New version
|
|
|
|
|
|
|
|
Resolves: rhbz#2071446
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-7
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.50-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-6
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.50-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-5
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.50-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|