Accepting request 771692 from KDE:Applications
KDE Applications 19.12.2 OBS-URL: https://build.opensuse.org/request/show/771692 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmouth?expand=0&rev=103
This commit is contained in:
commit
21a328fa1b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:da46e472a05920225c3ae0caba21279dc817b7c8e77ae981b1ad6cf2083a49ad
|
|
||||||
size 1966216
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl4T8XYACgkQ29LOiT4t
|
|
||||||
HIeklgf/Y8ZLiaePoU1jGihrSe+mUotMhNGfSoIqJTGn96y+GxDOd/E/qdFTCUcQ
|
|
||||||
7opO5ssgfVt55VSAai5oe7bQyklTxK7Lg4nORtfFrVyhsgJEpUhpr2L91XpUSF0R
|
|
||||||
PVJ05EbsrZANgwVdnoQZyLgDJgosA0zyaVidWa+mJtOFkEhX6FUXL1b0xRdF6pR+
|
|
||||||
P1QwmlBKqLBgwrep+Mwma8ucmbP2BPYq35+c7ZeGHyM74oqe4Vk3/TQ6Vy1NJeEp
|
|
||||||
tZQdJMOLaeKiMIVVlVOGYN5I7w2afGvzzRZ7oTmvZVHRAkxdQWoMEmRt2AKabnPP
|
|
||||||
71qvXhQpz9jqAP5cMDn52ktSkpPlRQ==
|
|
||||||
=DEyj
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kmouth-19.12.2.tar.xz
Normal file
3
kmouth-19.12.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2175becf93524ee202ac621cf83f8727b3351b54df824966279c37c9d423b8d3
|
||||||
|
size 1964648
|
11
kmouth-19.12.2.tar.xz.sig
Normal file
11
kmouth-19.12.2.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl45NDoACgkQ29LOiT4t
|
||||||
|
HIcgtggAm6UJ/EcFeT+f1DflZIM3r66Y5ft0ahdDIE5qjGN1/BYtPV5bBBvQgurX
|
||||||
|
eyrGSCFufao6nLn+lF2O5knNolR0Lcwdn30kk+Tk4re2owe1xMECz7KSxwKifLfA
|
||||||
|
2RRgPGB6pLJVV+LezBfRe+TiRvr7BCzraVHCqAxxCFp9s30BJsKqt86+9Dg9FMR6
|
||||||
|
WlNF7AkeeJr52DFtIFiDTth2YsEUA3OSHsHi7x6UWmX/6t+0fyZA1Y3LzqqhGedd
|
||||||
|
eWvyGuDMIuFKD9AFPD/P6gmH5rPspfpOkdyZ95YlPIKvIu3YbhTHZoNwfjGVd7/9
|
||||||
|
7YjM8KHZmjL+wl6+yMLKCuODFg98tA==
|
||||||
|
=r3iO
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 7 08:37:46 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Replace %make_jobs with %cmake_build.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 5 06:29:21 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
- Update to 19.12.2
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/releases/19.12.2
|
||||||
|
- No code change since 19.12.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 7 10:00:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Jan 7 10:00:50 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kmouth
|
Name: kmouth
|
||||||
Version: 19.12.1
|
Version: 19.12.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Speech Synthesizer Frontend
|
Summary: Speech Synthesizer Frontend
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -66,7 +66,7 @@ The computer "speaks" the entered text for talking with people.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
Loading…
Reference in New Issue
Block a user