File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "Signatures" : {
3
- "espeak-ng-1.51.1 .tgz" : " 0823df5648659dcb67915baaf99118dcc8853639f47cadaa029c174bdd768d20 "
4
- }
5
- }
2
+ "Signatures" : {
3
+ "espeak-ng-1.52.0 .tgz" : " bb4338102ff3b49a81423da8a1a158b420124b055b60fa76cfb4b18677130a23 "
4
+ }
5
+ }
Original file line number Diff line number Diff line change 1
1
Summary: Compact text-to-speech synthesizer
2
2
Name: espeak-ng
3
- Version: 1.51.1
3
+ Version: 1.52.0
4
4
Release: 1%{?dist }
5
5
# Apache2 license applies only to Android APK code- does not apply here
6
6
# BSD license applies only to Windows code- does not apply here
7
7
License: GPLv3 AND Unicode
8
8
Vendor: Microsoft Corporation
9
9
Distribution: Azure Linux
10
10
URL: https://github.com/espeak-ng/espeak-ng
11
- Source0: https://github.com/%{name }/%{name }/archive/%{version }/%{name }-%{version }.tar.gz#/%{name}-%{version}.tgz
12
- Patch0: espeak-ng-1.51-CVE-2023-49990-4.patch
11
+ Source0: https://github.com/%{name }/%{name }/archive/refs/tags/%{version }.tar.gz#/%{name}-%{version}.tgz
13
12
BuildRequires: alsa-lib-devel
14
13
BuildRequires: autoconf
15
14
BuildRequires: automake
@@ -64,16 +63,15 @@ rm -vrf %{buildroot}%{_datadir}/vim/registry
64
63
%check
65
64
%make_build check
66
65
67
- %post -p /sbin/ldconfig
68
- %postun -p /sbin/ldconfig
66
+ %ldconfig_scriptlets
69
67
70
68
%files
71
69
%license COPYING
72
70
%license COPYING.APACHE
73
71
%license COPYING.BSD2
74
72
%license COPYING.UCD
75
73
%doc README.md
76
- %doc CHANGELOG .md
74
+ %doc ChangeLog .md
77
75
%{_bindir }/speak-ng
78
76
%{_bindir }/espeak-ng
79
77
%{_libdir }/libespeak-ng.so.1
@@ -91,6 +89,10 @@ rm -vrf %{buildroot}%{_datadir}/vim/registry
91
89
%{_datadir }/vim/vimfiles/syntax/espeakrules.vim
92
90
93
91
%changelog
92
+ *
Thu Apr 17 2025 CBL-Mariner Servicing Account <[email protected] > -
1.52.0-1
93
+ - Auto-upgrade to 1.52.0 - remove chrome extension which used unverified function
94
+ - Removing patch file for CVE-2023-49990 as it is fixed in newest version.
95
+
94
96
*
Wed Jan 31 2024 Sumedh Sharma <[email protected] > -
1.51.1-1
95
97
- Bump package version to 1.51.1
96
98
- move vim specific builds to sub-package 'vim'
Original file line number Diff line number Diff line change 3378
3378
"type": "other",
3379
3379
"other": {
3380
3380
"name": "espeak-ng",
3381
- "version": "1.51.1 ",
3382
- "downloadUrl": "https://github.com/espeak-ng/espeak-ng/archive/1.51.1/espeak-ng-1.51.1 .tar.gz"
3381
+ "version": "1.52.0 ",
3382
+ "downloadUrl": "https://github.com/espeak-ng/espeak-ng/archive/refs/tags/1.52.0 .tar.gz"
3383
3383
}
3384
3384
}
3385
3385
},
You can’t perform that action at this time.
0 commit comments