forked from pool/kqtquickcharts
Accepting request 723700 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723700 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kqtquickcharts?expand=0&rev=67
This commit is contained in:
BIN
applications.keyring
Normal file
BIN
applications.keyring
Normal file
Binary file not shown.
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:18f51bd61d8ab28832355b69082bb63a0efa3cf720918d5e7ff434e2219c17f5
|
|
||||||
size 25480
|
|
3
kqtquickcharts-19.08.0.tar.xz
Normal file
3
kqtquickcharts-19.08.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6b25edca7643287acaf436ba58124077b89d067e2881a5dbfbd8833b68f3cb05
|
||||||
|
size 25632
|
11
kqtquickcharts-19.08.0.tar.xz.sig
Normal file
11
kqtquickcharts-19.08.0.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxowACgkQ29LOiT4t
|
||||||
|
HIc26Qf/RHbJPx1+vy5kea6mppwjRA0pt6R1iF3aI1D3uX+4DJQBOqtwTAG0pm2V
|
||||||
|
ZJdnMVI4oNMEKyXscvbq+vUm3lemeXGGNdApa9jExy+i69IFZyiPcvDUIdntS1o1
|
||||||
|
u3fygYQmFO7Ogly5hIlWyOV5JhdBscYbFeiWgyn2LmgpAvaWAz1j09WhZvTSl56/
|
||||||
|
ZaMnMxPg9sN5hxYBbxtF1cVnYP57B8DSAuz1KYA+Vt/p4umCMCqdlGF2qkdiPdqS
|
||||||
|
imx1qSY0uFEbiFObUspYS+Y5CGFnFJHUhD8ao/xIwu0PjWOSv8JW79cZlPG+sd53
|
||||||
|
04x+n5SgmNoUr27HnirQW9ijxhGkVw==
|
||||||
|
=uBv4
|
||||||
|
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:31:35 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 19.08.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.08.0.php
|
||||||
|
- No code change since 19.07.90
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 06 16:50:50 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.07.90
|
||||||
|
* New bugfix release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.08-rc.php
|
||||||
|
- Changes since 19.07.80:
|
||||||
|
* No code changes since 19.07.80
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 23 11:59:04 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 19.07.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-19.08-beta.php
|
||||||
|
- Changes since 19.04.3:
|
||||||
|
* It's time to use cmake 3.5
|
||||||
|
* Use nullptr + port to new connect api + use QStringLiteral
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org
|
Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@@ -19,14 +19,19 @@
|
|||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
# 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}')}
|
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
|
%bcond_without lang
|
||||||
Name: kqtquickcharts
|
Name: kqtquickcharts
|
||||||
Version: 19.04.3
|
Version: 19.08.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: http://edu.kde.org
|
URL: https://edu.kde.org
|
||||||
Source0: %{name}-%{version}.tar.xz
|
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
|
||||||
|
%if %{with lang}
|
||||||
|
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||||
|
Source2: applications.keyring
|
||||||
|
%endif
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
|
Reference in New Issue
Block a user