KDE Applications 20.04.0

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmouth?expand=0&rev=111
This commit is contained in:
Christophe Giboudeaux 2020-04-24 07:23:33 +00:00 committed by Git OBS Bridge
parent 2626e34d9a
commit e61f66caff
6 changed files with 26 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6G3uUACgkQ29LOiT4t
HIe4cQf9EpCTBToJkDEOGDvh8kPeCwG1pNJEuhPKYA/NH4g+0mZpG6gwx7C2SqUJ
5zuSWtQ2Uh23XNshqmKGJySNtjcNp11/A9Q0657AQvPZC38f0f/YPiuYXFQNaOPN
J8KRJcaH3XcRmhyCgaXY9dEIX8DXeN25rGep+HGqv9aXNRMLCsibCxWHgK4WjgXY
V3dnRT+QWZ78INnqsPUuuSzeej6/D9fjATW7nyV+WqANNrDjD/p3vRUERuUewEmZ
IJlDJaDgBvz//9FcOaxmJsXBjbqGqa66CFsjwFwHGE0/l8oYdVWggg+omgJt9djS
GtA+sZiHQxRA3MSjDw/sSHHUjNGs7A==
=y+VY
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB9YACgkQ29LOiT4t
HIeyXQf/QfGGowr0uAdBfMGPBJaH+yvnaXpxVfbHkaEGn3vs0viYsTKwQX91Tc4j
l8laf7B3fbUB6eM3owOoW3uTdInsUfzgbWVxgetE2mAi9Ma3+M1wUNhwrZ/ntHtC
yRa3nUPIscPi5/v23s1SZJ5v5tRe3Rw0nB4LrHD/yAouQREwn59LXec0KMfLwhmf
YkhPtLDIvg/q9b0LpJM0W68+05J7hK/ebn6bGYgNBBGahXFqKosygf+PFbEoSLue
Z2gbHrrwRnTtXCaMfFrFmtl2qiMdjS/roi8kK+FJZ1xlPA0t3luhhrxtpZHFRpo3
/U7R/Gi4aY6/e5ZwmsiaLSUbV8qy7A==
=voE7
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:38 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
-------------------------------------------------------------------
Sun Apr 5 20:30:15 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

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.03.90
Version: 20.04.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