Compare commits

...

30 Commits

Author SHA1 Message Date
a60ec91439 automatic version update by autodist [release 23.08.5-1mamba;Fri Feb 16 2024] 2024-02-24 16:07:33 +01:00
ab8940a7aa automatic version update by autodist [release 23.08.4-1mamba;Fri Dec 08 2023] 2024-01-06 02:13:19 +01:00
edf25788ff automatic version update by autodist [release 23.08.3-1mamba;Fri Nov 10 2023] 2024-01-06 02:13:18 +01:00
678e5800a1 automatic version update by autodist [release 23.08.2-1mamba;Thu Oct 12 2023] 2024-01-06 02:13:18 +01:00
1c9a75de81 automatic version update by autodist [release 23.08.1-1mamba;Thu Sep 14 2023] 2024-01-06 02:13:17 +01:00
1e67ee427c automatic version update by autodist [release 23.08.0-1mamba;Fri Aug 25 2023] 2024-01-06 02:13:16 +01:00
9c9e1333ac automatic version update by autodist [release 23.04.3-1mamba;Fri Jul 07 2023] 2024-01-06 02:13:15 +01:00
29609a4273 automatic version update by autodist [release 23.04.2-1mamba;Fri Jun 09 2023] 2024-01-06 02:13:14 +01:00
c7eeff71dd automatic version update by autodist [release 23.04.1-1mamba;Thu May 11 2023] 2024-01-06 02:13:13 +01:00
4e86c24bba automatic version update by autodist [release 23.04.0-1mamba;Thu Apr 20 2023] 2024-01-06 02:13:12 +01:00
2672c69a54 automatic version update by autodist [release 22.12.3-1mamba;Fri Mar 03 2023] 2024-01-06 02:13:12 +01:00
20a0eea17e automatic version update by autodist [release 22.12.2-1mamba;Fri Feb 03 2023] 2024-01-06 02:13:11 +01:00
f459abd21f automatic version update by autodist [release 22.12.1-1mamba;Fri Jan 06 2023] 2024-01-06 02:13:10 +01:00
62517cbcc7 automatic version update by autodist [release 22.12.0-1mamba;Thu Dec 08 2022] 2024-01-06 02:13:09 +01:00
e7171b7e20 automatic version update by autodist [release 22.08.3-1mamba;Fri Nov 04 2022] 2024-01-06 02:13:09 +01:00
31a3c64f6b automatic version update by autodist [release 22.08.2-1mamba;Fri Oct 14 2022] 2024-01-06 02:13:09 +01:00
b4da1271c9 automatic version update by autodist [release 22.08.1-1mamba;Fri Sep 09 2022] 2024-01-06 02:13:09 +01:00
1a5b505b68 automatic version update by autodist [release 22.08.0-1mamba;Fri Aug 19 2022] 2024-01-06 02:13:09 +01:00
05cf1d3a51 automatic version update by autodist [release 22.04.3-1mamba;Thu Jul 07 2022] 2024-01-06 02:13:09 +01:00
ca64730a93 automatic version update by autodist [release 22.04.2-1mamba;Fri Jun 10 2022] 2024-01-06 02:13:09 +01:00
a292ce9859 automatic version update by autodist [release 22.04.1-1mamba;Thu May 12 2022] 2024-01-06 02:13:09 +01:00
c81d67d3bc automatic version update by autodist [release 22.04.0-1mamba;Fri Apr 22 2022] 2024-01-06 02:13:09 +01:00
df7c37bc6c automatic version update by autodist [release 21.12.3-1mamba;Thu Mar 03 2022] 2024-01-06 02:13:09 +01:00
47eb7ea3f7 automatic version update by autodist [release 21.12.2-1mamba;Fri Feb 04 2022] 2024-01-06 02:13:09 +01:00
de777dabd7 automatic version update by autodist [release 21.12.1-1mamba;Fri Jan 07 2022] 2024-01-06 02:13:09 +01:00
dfd7b8f825 automatic version update by autodist [release 21.12.0-1mamba;Thu Dec 09 2021] 2024-01-06 02:13:09 +01:00
dc472603e5 automatic version update by autodist [release 21.08.3-1mamba;Thu Nov 04 2021] 2024-01-06 02:13:08 +01:00
af568ce887 automatic version update by autodist [release 21.08.2-1mamba;Fri Oct 08 2021] 2024-01-06 02:13:08 +01:00
17ec66fe04 automatic version update by autodist [release 21.08.1-1mamba;Thu Sep 02 2021] 2024-01-06 02:13:08 +01:00
b313f1bfe6 automatic version update by autodist [release 21.08.0-1mamba;Thu Aug 12 2021] 2024-01-06 02:13:08 +01:00

View File

@ -1,5 +1,5 @@
Name: kmouth
Version: 21.04.3
Version: 23.08.5
Release: 1mamba
Summary: KDE's type-and-say frontend for speech synthesizers
Group: Graphical Desktop/Applications/Accessibility
@ -11,6 +11,8 @@ Source: http://download.kde.org/stable/release-service/%{version}/src/kmo
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt5TextToSpeech-devel
BuildRequires: libX11-devel
BuildRequires: libgcc
BuildRequires: libkauth-devel
BuildRequires: libkcodecs-devel
@ -26,9 +28,9 @@ BuildRequires: libkservice-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libkxmlgui-devel
BuildRequires: libqt5-devel
BuildRequires: libsolid-devel
BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
@ -89,6 +91,96 @@ exit 0
%doc AUTHORS COPYING COPYING.DOC
%changelog
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
- automatic version update by autodist
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
- automatic version update by autodist
* Fri Nov 10 2023 Automatic Build System <autodist@mambasoft.it> 23.08.3-1mamba
- automatic version update by autodist
* Thu Oct 12 2023 Automatic Build System <autodist@mambasoft.it> 23.08.2-1mamba
- automatic version update by autodist
* Thu Sep 14 2023 Automatic Build System <autodist@mambasoft.it> 23.08.1-1mamba
- automatic version update by autodist
* Fri Aug 25 2023 Automatic Build System <autodist@mambasoft.it> 23.08.0-1mamba
- automatic version update by autodist
* Fri Jul 07 2023 Automatic Build System <autodist@mambasoft.it> 23.04.3-1mamba
- automatic version update by autodist
* Fri Jun 09 2023 Automatic Build System <autodist@mambasoft.it> 23.04.2-1mamba
- automatic version update by autodist
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 23.04.1-1mamba
- automatic version update by autodist
* Thu Apr 20 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
- automatic version update by autodist
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
- automatic version update by autodist
* Fri Feb 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.2-1mamba
- automatic version update by autodist
* Fri Jan 06 2023 Automatic Build System <autodist@mambasoft.it> 22.12.1-1mamba
- automatic version update by autodist
* Thu Dec 08 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
- automatic version update by autodist
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
- automatic version update by autodist
* Fri Oct 14 2022 Automatic Build System <autodist@mambasoft.it> 22.08.2-1mamba
- automatic version update by autodist
* Fri Sep 09 2022 Automatic Build System <autodist@mambasoft.it> 22.08.1-1mamba
- automatic version update by autodist
* Fri Aug 19 2022 Automatic Build System <autodist@mambasoft.it> 22.08.0-1mamba
- automatic version update by autodist
* Thu Jul 07 2022 Automatic Build System <autodist@mambasoft.it> 22.04.3-1mamba
- automatic version update by autodist
* Fri Jun 10 2022 Automatic Build System <autodist@mambasoft.it> 22.04.2-1mamba
- automatic version update by autodist
* Thu May 12 2022 Automatic Build System <autodist@mambasoft.it> 22.04.1-1mamba
- automatic version update by autodist
* Fri Apr 22 2022 Automatic Build System <autodist@mambasoft.it> 22.04.0-1mamba
- automatic version update by autodist
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 21.12.3-1mamba
- automatic version update by autodist
* Fri Feb 04 2022 Automatic Build System <autodist@mambasoft.it> 21.12.2-1mamba
- automatic version update by autodist
* Fri Jan 07 2022 Automatic Build System <autodist@mambasoft.it> 21.12.1-1mamba
- automatic version update by autodist
* Thu Dec 09 2021 Automatic Build System <autodist@mambasoft.it> 21.12.0-1mamba
- automatic version update by autodist
* Thu Nov 04 2021 Automatic Build System <autodist@mambasoft.it> 21.08.3-1mamba
- automatic version update by autodist
* Fri Oct 08 2021 Automatic Build System <autodist@mambasoft.it> 21.08.2-1mamba
- automatic version update by autodist
* Thu Sep 02 2021 Automatic Build System <autodist@mambasoft.it> 21.08.1-1mamba
- automatic version update by autodist
* Thu Aug 12 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
- automatic version update by autodist
* Thu Jul 08 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
- automatic version update by autodist