20.07.80
Remaining issues were fixed (except one kdenlive change) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/parley?expand=0&rev=121
This commit is contained in:
parent
f48d7456e4
commit
0d2ab902ea
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b5e74fbd458824d26c0ea7cb8ed5510e3f6e849c9dbda4bc7804b9b95a64da03
|
|
||||||
size 8838592
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl8DzSIACgkQ29LOiT4t
|
|
||||||
HId0cwf/bKFmBTmRL6vNqifFxuFDMYhuWG1blgE9nzjuPemFToYwcKB464GLmGf6
|
|
||||||
SD8VufNc6sMgRtv9Q/ObcxdH2ocRe8TOC70SrVhCHxZR8RUx2tTg3Ys7FWMQ6fBp
|
|
||||||
ZH5pJfP8uVuloLVLUJ01ZGsmL2xh7YGGNkwujL0XqzLTs3iLp+tuOxY0yoKbRawq
|
|
||||||
1aPSk4mowro0FMIsJzraZo6LImVIY8s87ia4p7GQvVzXMOQH3LUW/zKGG0DitW0g
|
|
||||||
CuB2KOdAsVPQT/4I4qYCR+mSsuuKmuc5YXEOfUKmFlBiOqo9cC2+1jnA11l/BuYa
|
|
||||||
cwOyRbbksQ3MtFvRAiKDcXtsmn/6Qw==
|
|
||||||
=KtVg
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
parley-20.07.80.tar.xz
Normal file
3
parley-20.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7c93f45390250e1f55db2557cee3598eef4ca6cd9ddbc028ad2624e439f2e27d
|
||||||
|
size 8842436
|
16
parley-20.07.80.tar.xz.sig
Normal file
16
parley-20.07.80.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl8RtS8ACgkQOmpNuDnq
|
||||||
|
pte1GRAAi+7jsyS1zropPaS+Eq8CVgFOWT6m15PhfxQL0cH+7cftZ3P+ziOnm66U
|
||||||
|
PgtzQxr4PBb2peSlQE7MIkaTZs+QYk4FaAMNjJSYjvxvRMLaAsIzFdkT0KnAQvSd
|
||||||
|
p7miZJkiK/43gtOi4hke0VwNb7R+lZHL2ldG9G4+WoVo6rweZvW3LGIhN7/Xyujv
|
||||||
|
W7fK5hwalTeNsISgywBZc+bs8m1kkotbQunuoXDO/TMLEJg/ky4yUDvTLeb+/+C5
|
||||||
|
HBqovPTBQnhUuRFRPbutTqFus0EqrtuK+IMYA2VtWg1JR/E1QKw/iI+xDkl+hLaD
|
||||||
|
dvtnolBGqgOA5nTobvIly1qYQsWKdoPhhI3V9vN2HqpAplL6Jw+QslI+H4kIU1Vv
|
||||||
|
Hg7R06vodO/CL05Jv9hOlK01tQwS4AkwAHa/ZSwPYIjwK/v9+zY8hDd4jWkE5wQt
|
||||||
|
zH8QfUVy7q4hfDzrpi9JpkwVWy3JlsbBWJnSZBEZ2JoqQbvsttn20sLpa1xfKGVQ
|
||||||
|
xkVo/cle6kMfYrJc7ocMXX9yxd8kPD1hddY+b/aIb/D9wtidnEgjCHKfHDhdtGJk
|
||||||
|
wpnE6TzeFr8FKyUM6LQuuoD1b1eqnfTSb8LepJncSD5rXGpydHAuswEKyqwm0ZHY
|
||||||
|
Mcj4vnNmxRePqpGa6x6heLOy9hD4hD6HrZuf1Aey7qkH4fXzEKg=
|
||||||
|
=Tb7m
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 19 10:06:12 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 20.07.80
|
||||||
|
* New feature release
|
||||||
|
- Changes since 20.04.3:
|
||||||
|
* Use camelcase includes (scripted)
|
||||||
|
* KRandom::random() % -> QRandomGenerator::global()->bounded()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 9 20:11:08 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
Thu Jul 9 20:11:08 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@
|
|||||||
%{!?_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: parley
|
Name: parley
|
||||||
Version: 20.04.3
|
Version: 20.07.80
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Vocabulary Trainer
|
Summary: Vocabulary Trainer
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: Amusements/Teaching/Language
|
Group: Amusements/Teaching/Language
|
||||||
URL: https://edu.kde.org
|
URL: https://edu.kde.org
|
||||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
Source: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -61,7 +61,7 @@ Provides: %{name}5 = %{version}
|
|||||||
# It can only build on the same platforms as Qt Webengine
|
# It can only build on the same platforms as Qt Webengine
|
||||||
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
Source1: https://download.kde.org/unstable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||||
Source2: applications.keyring
|
Source2: applications.keyring
|
||||||
%endif
|
%endif
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
Loading…
Reference in New Issue
Block a user