Skip to content

Commit d0c8270

Browse files
authored
Resolved ptest failures in espeak-ng package (#15984)
1 parent d03ae43 commit d0c8270

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

SPECS/espeak-ng/espeak-ng.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Compact text-to-speech synthesizer
22
Name: espeak-ng
33
Version: 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
77
License: GPLv3 AND Unicode
@@ -61,7 +61,8 @@ mv %{buildroot}%{_datadir}/vim/addons %{buildroot}%{_datadir}/vim/vimfiles
6161
rm -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.

0 commit comments

Comments
 (0)