Compare commits

...

14 Commits

Author SHA1 Message Date
f3d7e244b7 automatic version update by autodist [release 20.12.0-1mamba;Fri Dec 11 2020] 2024-01-06 02:13:07 +01:00
3863c90061 automatic version update by autodist [release 20.08.3-1mamba;Thu Nov 05 2020] 2024-01-06 02:13:07 +01:00
8194999cc4 automatic version update by autodist [release 20.08.2-1mamba;Sat Oct 10 2020] 2024-01-06 02:13:07 +01:00
00a14f8d9f automatic version update by autodist [release 20.08.1-1mamba;Fri Sep 04 2020] 2024-01-06 02:13:07 +01:00
ef3df5aa9c automatic version update by autodist [release 20.08.0-1mamba;Sat Aug 15 2020] 2024-01-06 02:13:07 +01:00
d00b6ad44b automatic version update by autodist [release 20.04.3-1mamba;Fri Jul 10 2020] 2024-01-06 02:13:07 +01:00
9979d8254e automatic version update by autodist [release 20.04.2-1mamba;Fri Jun 12 2020] 2024-01-06 02:13:07 +01:00
1289cca878 automatic version update by autodist [release 20.04.1-1mamba;Fri May 15 2020] 2024-01-06 02:13:07 +01:00
394914d831 automatic version update by autodist [release 20.04.0-1mamba;Fri Apr 24 2020] 2024-01-06 02:13:07 +01:00
960ea23c86 automatic version update by autodist [release 19.12.3-1mamba;Thu Mar 05 2020] 2024-01-06 02:13:06 +01:00
3b6d808455 automatic version update by autodist [release 19.12.2-1mamba;Thu Feb 06 2020] 2024-01-06 02:13:06 +01:00
4203da53e3 automatic version update by autodist [release 19.12.1-1mamba;Fri Jan 10 2020] 2024-01-06 02:13:06 +01:00
56e511a9d7 automatic version update by autodist [release 19.12.0-1mamba;Mon Dec 30 2019] 2024-01-06 02:13:06 +01:00
4a3c02d7b3 automatic version update by autodist [release 19.08.3-1mamba;Fri Nov 08 2019] 2024-01-06 02:13:06 +01:00

View File

@ -1,5 +1,5 @@
Name: kmouth
Version: 19.08.2
Version: 20.12.0
Release: 1mamba
Summary: KDE's type-and-say frontend for speech synthesizers
Group: Graphical Desktop/Applications/Accessibility
@ -7,7 +7,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.kde.org
Source: http://download.kde.org/stable/applications/%{version}/src/kmouth-%{version}.tar.xz
Source: http://download.kde.org/stable/release-service/%{version}/src/kmouth-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -45,14 +45,14 @@ exit 0
%posttrans
update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
exit 0
%postun
if [ $1 -eq 0 ]; then
update-desktop-database -q >/dev/null 2>&1
update-mime-database %{_kde5_mimedir} >/dev/null 2>&1
update-mime-database -n %{_kde5_mimedir} >/dev/null 2>&1
touch --no-create %{_kde5_icondir}/hicolor >/dev/null 2>&1
gtk-update-icon-cache %{_kde5_icondir}/hicolor >/dev/null 2>&1
fi
@ -86,6 +86,48 @@ exit 0
%doc AUTHORS COPYING COPYING.DOC
%changelog
* Fri Dec 11 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
- automatic version update by autodist
* Thu Nov 05 2020 Automatic Build System <autodist@mambasoft.it> 20.08.3-1mamba
- automatic version update by autodist
* Sat Oct 10 2020 Automatic Build System <autodist@mambasoft.it> 20.08.2-1mamba
- automatic version update by autodist
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
- automatic version update by autodist
* Sat Aug 15 2020 Automatic Build System <autodist@mambasoft.it> 20.08.0-1mamba
- automatic version update by autodist
* Fri Jul 10 2020 Automatic Build System <autodist@mambasoft.it> 20.04.3-1mamba
- automatic version update by autodist
* Fri Jun 12 2020 Automatic Build System <autodist@mambasoft.it> 20.04.2-1mamba
- automatic version update by autodist
* Fri May 15 2020 Automatic Build System <autodist@mambasoft.it> 20.04.1-1mamba
- automatic version update by autodist
* Fri Apr 24 2020 Automatic Build System <autodist@mambasoft.it> 20.04.0-1mamba
- automatic version update by autodist
* Thu Mar 05 2020 Automatic Build System <autodist@mambasoft.it> 19.12.3-1mamba
- automatic version update by autodist
* Thu Feb 06 2020 Automatic Build System <autodist@mambasoft.it> 19.12.2-1mamba
- automatic version update by autodist
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 19.12.1-1mamba
- automatic version update by autodist
* Mon Dec 30 2019 Automatic Build System <autodist@mambasoft.it> 19.12.0-1mamba
- automatic version update by autodist
* Fri Nov 08 2019 Automatic Build System <autodist@mambasoft.it> 19.08.3-1mamba
- automatic version update by autodist
* Thu Oct 10 2019 Automatic Build System <autodist@mambasoft.it> 19.08.2-1mamba
- automatic version update by autodist