SHA256
1
0
forked from pool/kmplot

Accepting request 756257 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756257
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmplot?expand=0&rev=112
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:12:23 +00:00 committed by Git OBS Bridge
commit 497d07e352
7 changed files with 61 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.12.0.tar.xz Normal file
View File

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

11
kmplot-19.12.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puIoACgkQ29LOiT4t
HIcKSAf/Xh21/5KXiLxaa8hWQx01FNfGUQna2t5eTA+Imz6rSeDeCGiFXepzo4js
TPgoxkEwRrfBfB8GuXJbmraTxoZlcWqE41bJScv96DJuWyTc2dCJrfvzcRW4+AJn
uG7KVKCrHJwiQxZlQ/EGydZXbz8p7X805P1OjzXWilmBYwGEiW34Cntduti6nBfN
yoPIVbI7pHvUUUNyo4d8QAbiTNr8jiVTUkzv2KkVHprszMDbAbkRJzuxcPXrPnNp
pn50k7Iub1qaFW5TDDUH6t/zEUggeTEzdPqBPL4gSkH+Wy+usQBEFEnJ3zSCwqEj
0JEQlLa3419e0VhlasqbmiAO2/fXKA==
=rVEz
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Dec 10 06:38:44 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:04 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:37 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* 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> 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) # 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 %bcond_without lang
Name: kmplot Name: kmplot
Version: 19.08.3 Version: 19.12.0
Release: 0 Release: 0
Summary: Mathematical Function Plotter Summary: Mathematical Function Plotter
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
URL: https://edu.kde.org 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} %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 Source2: applications.keyring
%endif %endif
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: kconfig-devel BuildRequires: cmake(KF5Config)
BuildRequires: kdelibs4support-devel BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: kguiaddons-devel BuildRequires: cmake(KF5GuiAddons)
BuildRequires: ki18n-devel BuildRequires: cmake(KF5I18n)
BuildRequires: kparts-devel BuildRequires: cmake(KF5Parts)
BuildRequires: kwidgetsaddons-devel BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: pkgconfig BuildRequires: cmake(Qt5Core)
BuildRequires: pkgconfig(Qt5Core) BuildRequires: cmake(Qt5Gui)
BuildRequires: pkgconfig(Qt5Gui) BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: cmake(Qt5Svg)
BuildRequires: pkgconfig(Qt5Svg) BuildRequires: cmake(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Widgets)
Obsoletes: %{name}5 < %{version} Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version} Provides: %{name}5 = %{version}
Recommends: %{name}-lang Recommends: %{name}-lang