Wolfgang Bauer 2020-08-13 13:52:15 +00:00 committed by Git OBS Bridge
parent 1a0c1c3763
commit 156fe1a7b5
6 changed files with 27 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5748040d9f8fb2ec6a6e3f6d36477a3fde31ee1d95f33e14d67f8ee8139f1333
size 2083884

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8klAAACgkQ29LOiT4t
HId2jAf/WwWCz/hTIBg9Fqh/RXSGlADzkG8Snl0xmlPyBbZ2tqAfDhBZeb4DXvqb
poCcrf+hBlKA3TKN+fBIb/CP8gMYgVNKrJd/O04kgqf8pMGRi5hyekwcFnAeUFdP
0fP89dpbQEUkL5h91jVgjjuZo04xeg9I4Ucd1iU4icU/pUlo7np5/ao4E4mNlVU8
VLG9yEOpA9mnNfw8MaiiOdEtrXbIIfVn0zNRnIZZ9RQsz7quajjUIcfs2weuHUJg
kI8970jWWoP5fXQxLVCpZUHQgJwPr0UK4T3VmwRgqTTuTcl+ZLIOJ3/yptG4VK82
mLl1lsFgnShNhD+uUvCX6ATQeqFVGQ==
=WMsy
-----END PGP SIGNATURE-----

3
kmouth-20.08.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a783e73e8087d090cf4eba89fabcb9aee8c6b0858a6dea8a137323c1bbc110b1
size 2083916

11
kmouth-20.08.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8tAgkACgkQ29LOiT4t
HIfU5wf+M53FEXTkYz4/Dft/RavO3y2kr5nWvSXX6Z02Q5mrn5cvxnTJLbJTeZIo
DaOejy49Y/Ulob0IF0VFalv92QqkNiqzK2iAKDhhyHWbRDJOGYHlckboZNEMJAPi
IMvdv52b1btEVyFUIno/ITJEwMblqdX0npRxacb82ioSltFS7nm5gxm5iTBnOSNM
lQA2qii5Oei4K5C+6Pl7oEiW5394gQvTcM043dXPbOB6KeklqMTtEkOdXQNQK9D3
1yZG8yUQ7Z9pjfOBo+cbXzfw+2w1JwUN4IGl9hc/Bns5soFi1513Np3A7hswDspK
/xpQFT/1+tcV5OENa+Z3EXv6yYshmQ==
=Tr+4
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 9 09:09:38 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 20.08.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-08-apps-update
- Changes since 20.07.90:
* appstream: fix <launchable>
-------------------------------------------------------------------
Sun Aug 2 07:59:58 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -21,13 +21,13 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kmouth
Version: 20.07.90
Version: 20.08.0
Release: 0
Summary: Speech Synthesizer Frontend
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: alsa-devel
BuildRequires: extra-cmake-modules
BuildRequires: libspeechd-devel
@ -52,7 +52,7 @@ Recommends: %{name}-lang
Provides: kde4-kmouth = 4.3.0
Obsoletes: kde4-kmouth < 4.3.0
%if %{with lang}
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif