KDE Applications 19.12 beta

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kmplot?expand=0&rev=99
This commit is contained in:
Wolfgang Bauer 2019-11-29 11:39:57 +00:00 committed by Git OBS Bridge
parent 8dcf0c7358
commit 6eea927ab0
7 changed files with 50 additions and 30 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/OsACgkQ29LOiT4t
HIeROAf9EBAWaNdA22zwfe6hXRHmG+Y56CDhxWJK22LshVmxUQ7Pr3NzPV4tfVLJ
2FDGDPMLE2Y+dOHrYi3dJxN+cPgU6mWReDgC+PXjW4gQnQBWjDm7zxOjIXYfJqPN
G4oAH9TXarG9aA8+Pc/dmMpv8ipWmw2N3KFf31Bw7gyGzNk1Bp9UwGSjdyxHF4DV
Kdl1OIgQTd63eESVJXPF8u7WfqGOQbssr0QyBoIk7DSSUWKFvqk5A0gX0xpYx6kO
nbOmqiR5lIQEOCBJd98Y9tOrZDEdkC7PL4SIZpWSZv8T4uhul8tRr9w3DzKDoLzY
yKMl2q8rxwegBFp1AY0oDcXgC3VbCw==
=/QfI
-----END PGP SIGNATURE-----

3
kmplot-19.11.80.tar.xz Normal file
View File

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

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEyiYsbIPeTS+yijMqOmpNuDnqptcFAl3ObxMACgkQOmpNuDnq
ptcd6g//TCrons718nRd9RS78mG/Y7GgrZsOfXlKowJADex6E4jCZTWS22s0b410
Kuw/xmGzAMRYwLejX2EbbCX5QdL2cYdet9YqbHd4LK3dzmxwAhQgBKsBiV1SJT8N
yZ5F44Xha0mjn6ZTfrS5L1orQX6j0qxJwu8whI/lV52yMwHB5zmBHvPAztBcOYXf
xxaTWuMzBfiMzzXfOrFp0yNJhIUaFFX4MoLU2kTRRoIwa1AMywNux/kB2hxwo5Te
pK7Gw6CTWy4RiEISyZyArXKJRet3ZLX3bKIEAWvpIRQObWgTKdBKig9zaXilhCqO
nWldaWqQAlTuvU527m9Nvwas6oUySEYE/EthIBBUy/DVwJq8yXxnAJ8ppte46LMt
tRnOrWGzpThYuBsGQw826r1k1GqEcFQ8yot41QDPr3wfTO5MlZpJgL7XFc4EY6sW
Q/dSDCuwA/dr0D7ilFEDZOwv75/PDDhDIEBNTfYnHIf5/N+WQh7dAkGbZAaDjOjy
zCDzRzlPsWSkQVNKLznswrnkhepAjPobMG1OrPg3OZvCJ6Mw22id+eqEC29c+6Ld
sLyIrM6gfr9xn9aDtCo02YT6L0RUDIm9cD/8ka+LMRe08epr8W4R3v9s0lEs8zE7
6l+Drjzs3tl2csYlP4QG1MfhuaMwyiG7GZfmfMfhfDEnRcy2cbw=
=VV5f
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Nov 24 13:29:37 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.12-beta.php
- Changes since 19.08.2:
* Center-align plot and header table
* Port some deprecated methods
* Add HiDPI support
* Remove foreach in KmPlot in favor of range-based loops
* Fix minor typos
* Implement third derivative and loosen the mesh a bit to calculate the fourth. This should allow to calculate extrema for second derivative right. (kde#304574)
* Make man DocBook XSL compatible
-------------------------------------------------------------------
Thu Nov 7 23:13:09 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -16,35 +16,34 @@
#
%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: kmplot
Version: 19.08.3
Version: 19.11.80
Release: 0
Summary: Mathematical Function Plotter
License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
URL: https://edu.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/unstable/applications/%{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/unstable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel
BuildRequires: kdelibs4support-devel
BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kparts-devel
BuildRequires: kwidgetsaddons-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
Recommends: %{name}-lang