File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Summary: Compact text-to-speech synthesizer
22Name: espeak-ng
33Version: 1.52.0
4- Release: 1 %{?dist }
4+ Release: 2 %{?dist }
55# Apache2 license applies only to Android APK code- does not apply here
66# BSD license applies only to Windows code- does not apply here
77License: GPLv3 AND Unicode
@@ -61,7 +61,8 @@ mv %{buildroot}%{_datadir}/vim/addons %{buildroot}%{_datadir}/vim/vimfiles
6161rm -vrf %{buildroot }%{_datadir }/vim/registry
6262
6363%check
64- %make_build check
64+ # Disable parallel build
65+ %make_build -j1 check
6566
6667%ldconfig_scriptlets
6768
@@ -89,6 +90,9 @@ rm -vrf %{buildroot}%{_datadir}/vim/registry
8990%{_datadir }/vim/vimfiles/syntax/espeakrules.vim
9091
9192%changelog
93+ * Wed Feb 25 2026 Aditya Singh <v-aditysing@microsoft.com> - 1.52.0-2
94+ - Disabled parallel build in check section to resolve ptest failures.
95+
9296* Thu Apr 17 2025 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.52.0-1
9397- Auto-upgrade to 1.52.0 - remove chrome extension which used unverified function
9498- Removing patch file for CVE-2023-49990 as it is fixed in newest version.
You can’t perform that action at this time.
0 commit comments