Accepting request 756276 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kqtquickcharts?expand=0&rev=71
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:13:05 +00:00 committed by Git OBS Bridge
commit 0095882842
7 changed files with 47 additions and 22 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/O0ACgkQ29LOiT4t
HIdL1Af/Z7KPi/Rdv+lAmw1F/jvizYg9KnkM1eW3/tCswVl7+MJHiJqU7ko2CULa
tWkxDdyHZls+7ogrsfs29MIzPqJeI6hJmgBApHNEckRiBW5l/G6cMhzR+Qop7Mod
KZHZFso7/SGM/Y0Qm/gUp9Aik/QOrY8Cg6IL5LnPqy/FFCNmItMoyt1ZT2rg6rYU
B4UiEXttskBCzJjCUYDDzZSQQ5evDh1w3OemyM9Q8wQw9Deb1LuZ25xy9kJSrCpK
mdS7uPgUbHf9EYNT4BYzRFJokfbvob6Z39aHY3qmqJ5JtPpcoCeDc1auBI0DKnK9
v/A+72ak4nm/6/p5qgH1+QngoRWdVg==
=SpAW
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puJIACgkQ29LOiT4t
HIdfjAf/WMCztAAbm16cQdTrDBSzT5Ea49kkOuMAQjE1hslnWrQfZ9zJuDOGgUpB
c+VDRJriVxmdppw0d8N4jb9bsZyKFAg194BtahzBLiA6Vo4yp2ur9SECu50F6SHZ
djG7ci97w+nWrxpnQudJhkLvQDVBwJkTTPdKW9oB3jJCR7brsOjfATdkp6ovA7WX
OQFNiQ959G2L3OP/yRZhxG4wre1MMh7Ts9yuzZJUFHyvypBc4Els3g6pdS8rJGgO
Aq43TCZaPtyH1yIfo7aJu9mygL6PvZQPhsPjjuMCHXKofOCaKKuVQUNhxvCXwqrC
kkKK4JQoRII+ao5jq2qfsh4G8dJWRQ==
=5vvV
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:51 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.0
- No code change since 19.11.90
-------------------------------------------------------------------
Sat Nov 30 09:12:11 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/19.12-rc
- No code change since 19.11.80
-------------------------------------------------------------------
Sun Nov 24 13:29:44 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Make it compile without deprecated method
-------------------------------------------------------------------
Thu Nov 7 23:13:16 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,28 +16,27 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kqtquickcharts
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: Plugin to render beautiful and interactive graphs
License: LGPL-2.1-or-later
Group: Amusements/Teaching/Other
URL: https://edu.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{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
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Quick)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick)
%description
A QtQuick plugin to render beautiful and interactive graphs.