Accepting request 796968 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796968
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmplot?expand=0&rev=116
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:49:23 +00:00 committed by Git OBS Bridge
commit a6ab590175
6 changed files with 62 additions and 37 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drXQACgkQ29LOiT4t
HIdG/Af/RejsHHEm45KHq6S9+HNyc5wewuAJ6RfoY+zQSkiwLL0cIZBfbROveuAO
HMpudGmTYWkCDrGMGL7Mg+7H9839k387aW8pkmna1t3gL77DT2h8cfDbG/kgkl5r
ZTiNeH0wbNZfl2p8A3YULXZT0WYSF/i3cEBQCkZGr9AQCoKFfmVP/qEmJE7iHElF
H7F0PWsccTtdyj1HwTyNkYDjWXkUdld6Uyn8rC8xZomyhD5/jHltMu8A6QKd6+Oy
iCLybHO3scVNUHFPWq5RukCDP6epdOOnv/v/oO1bQpN5TIIdTNqntrYeRtMPxebT
yVVuL7COLK+ivEeN4XJT7akMLwVkuA==
=t55T
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB9YACgkQ29LOiT4t
HIcKLQf7Bd/zIM81P+MY0PavtbvrZ8FI3/SeavjW74ZjY7jp0ICImLQimK9yjDtL
LssHrPskCbL3WTr+v6idIey18qX/yM2I0hf1V7OvOK2pgDrUlBbWcTr1RrOs0T3y
pHedAT6CLDXuWaSM79qh9u4FrzL6gMhwLTkvXtkek9+njrPl8ox8bRPh1zeIgbWo
Pb7d+hMTSrbTFAKc3tpS0m3JGgiP43DERReuP8vTm+UmPE2uZGEi5iUyuesdnoAZ
RxgcBKL670SP1SiTx1elyHaaMXTTsLZzwsEGlCvFmbex+lMnmpVaxJqKQ2Q3BJcz
I+j2OAcTfqDJxQs/rZwDfSd7ta0Vrg==
=K9TQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:39 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.04.0
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/2020-04-apps-update
- No code change since 20.03.90
-------------------------------------------------------------------
Sun Apr 5 20:30:16 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-rc
- No code change since 20.03.80
-------------------------------------------------------------------
Sun Mar 22 09:17:12 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>
- Update to 20.03.80
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/20.04-beta
- Changes since 19.12.3:
* Port endl to \n as it's namespaced in Qt5.15.
* Keep cumulated error negligible for rapidly increasing functions (kde#341256)
* Don't use 0 as flag
* Replace deprecated KConfigDialogManager::changedMap with property in the class definition
* Fix link: ui.html -> menus.html
* Use URLs with transport encryption
- Remove checks for obsolete distribution versions
-------------------------------------------------------------------
Thu Mar 5 20:36:18 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kmplot
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -21,22 +21,18 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kmplot
Version: 19.12.3
Version: 20.04.0
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/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
BuildRequires: extra-cmake-modules
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5Parts)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(Qt5Core)
@ -44,12 +40,12 @@ BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
Recommends: %{name}-lang
%if 0%{?suse_version} < 1500
# the default gcc 4.8 is too old
BuildRequires: gcc7-c++
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%description
@ -61,23 +57,18 @@ Mathematical function plotter by KDE.
%setup -q
%build
%if 0%{?suse_version} < 1500
# the default gcc 4.8 is too old
export CC=gcc-7
export CXX=g++-7
%endif
%ifarch ppc ppc64
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%endif
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%{kf5_find_htmldocs}
%endif
%files
%license COPYING*