KDE Applications 20.12.0 final: release on 10th Dec

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kqtquickcharts?expand=0&rev=126
This commit is contained in:
Christophe Marin 2020-12-08 07:25:34 +00:00 committed by Git OBS Bridge
parent e596d159f4
commit c0bc9df0f4
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:3303255716b247243d116d82fb8afbda44844293c01125c119853e3322065d48
size 30056

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/ATskACgkQ29LOiT4t
HIerngf/c0hWNJupwrPYVjvNrghUWdjgxEaS3ZgozP8tq1YZxsFg00FWsLefXnVO
TMS1zawWhTrDP/NvxE7IUbFXGZOEECqab/Q0DWJ/bWlZYAM9L6hvRNSE0xnPqw4L
liIsQxuZBrtHMimvkWtJxARgE6m3XH22CaVVmsieD/RQC6YMmAUvb833HDazGQ64
YQlzMfcTowJzrFgf6ZkjI1FBDQZW6ubaliwfZm+VU2j87Ak2OD3bBQvNcOsXe6Iw
4nc7liN7GhpOqmvCvphehAnaf1grWj5K71Y4rNDArkKam4+krsqZI83Zji2tF160
Ue2hQgzqMXZ8TUakKGwCsNo7wnt8/g==
=fr9i
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl/JhIQACgkQ29LOiT4t
HIfbpgf/co9GyrFPeyZuDR0/eR6J/PSCDdKIwG5Ry4sMGn2P7rrb+KNCyK6IRauo
iZah6iqkptEmXhyIRsgQTd3Lo/ZWM5d4DRMnbEqFF4cLrbAZzJZth+74MWCyI7So
ttYkE2VkIjPLoHtlHMunArP/iTy+Ph96aAJVLkTjyIWJ/GI0Tmbwv1Glx4waYPpA
ebWM2AFKy1ZPQvuQsSud64jSvIlSuJNmEVsxKj0syBrY663y1+zvHaz+OP32bGDA
mXf3bS9FAlWXA4gXZ8Ye85lV82IpGWKff8D0jXprol0SKRD92oqkTKaffnuIIty7
EGhaUov97uenImNzmQIg08fkt5O1fw==
=pyy1
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 5 23:17:04 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.12.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-12-apps-update
- No code change since 20.11.90
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 27 15:17:18 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Fri Nov 27 15:17:18 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -21,20 +21,20 @@
%{!?_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: kqtquickcharts Name: kqtquickcharts
Version: 20.11.90 Version: 20.12.0
Release: 0 Release: 0
Summary: Plugin to render beautiful and interactive graphs Summary: Plugin to render beautiful and interactive graphs
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Amusements/Teaching/Other Group: Amusements/Teaching/Other
URL: https://edu.kde.org URL: https://edu.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: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick) BuildRequires: cmake(Qt5Quick)
%if %{with lang} %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 Source2: applications.keyring
%endif %endif