Accepting request 797059 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/797059
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/step?expand=0&rev=115
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:51:04 +00:00 committed by Git OBS Bridge
commit db5bf7d64b
6 changed files with 62 additions and 33 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5draAACgkQ29LOiT4t
HIdsJwf8DBsQdo7CClpyQtQjtxLMdZhGELLJfVZ5EbVsm23YbdfQiV7Nw66XVtqL
HXC1rFKSRikIn3bhjIUa1vG5eI9DGqMCP7CLNunWerM6gbZNBS3o398RPV7C6AVp
5Hm+Gfy7K6JKLMW5SbtuQCChaF/rWd2kKJNGNHlShLB/oKctj0WYvmc5V+NotE7r
OHOpazOImaEOb2p7fXdB3fkBeMdtqiLb4zUTYtaaxs+0egWuzokjMt4Rf9ia63Vp
t4wkiCpcPxHvNdGBKIlqCB+LDfVGdahGPTfuD1VsX/djSJRL3Q0Y8iYGZkROzh0y
Om0PmbKOdRDl7KC5KROHfuMD0+apwg==
=KRtc
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB/0ACgkQ29LOiT4t
HIcVXgf/SpXrLcWQeP3hn4morcBtsaeUa0PYnTv4zT5ffyZE5ZncVUGY2lg5NTcD
FUHfy0+k27O66/DS8s1ZwHn3qIKPvkQII2RP6ajPRI9QUAh3Wm9aFl7/zXVEn36r
PA+FjrFyYN2nSm4AKO73TZqFKd05hYYUZ8gcgM0OE7HsPQqZuxivSM1lJcUnb43f
TMcq+pBW+wnNR+kyLEdSX7tXl5aTC6H59t8OXbWFBtZcqA8GiHK9pZWb6TnCJLv5
DG+yXyaACMsb4PX8xYEwUlEFCmZM8Z2w8Tvh/jSt5/JwVFWvU6DljdiTJkznYNuY
cH7Z2Z7IZvbpx2s9wVJghTubhpgnxg==
=2oDC
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Apr 23 12:23:20 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:49 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:46 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:
* Fix compilation for locales with '@'
* addVersionOption()/addHelpOption() already adds by KAboutData::setApplicationData
* Fix trivial Doxygen warning
* Port deprecated method
* Resolve problem with objinfo, examples, and tutorials installation when there are several locales
* Port extractxml to Python 3 with minor typo fixes
* Fix Step infobrowser and examples localization
* Use URLs with transport encryption
-------------------------------------------------------------------
Thu Mar 5 20:36:53 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package step
#
# 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,42 +21,38 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: step
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: An interactive physics simulator
License: GPL-2.0-or-later
Group: Productivity/Scientific/Physics
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: fdupes
BuildRequires: gsl-devel
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5KHtml)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5Plotting)
BuildRequires: libeigen3-devel
%if %{with lang}
BuildRequires: libqt5-linguist-devel
%endif
BuildRequires: libqalculate-devel
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5KHtml)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5Plotting)
BuildRequires: cmake(Qt5OpenGL)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Xml)
Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if %{with lang}
Recommends: %{name}-lang
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
BuildRequires: libqt5-linguist-devel
%endif
%description
@ -66,9 +62,7 @@ the simulation is run, Step shows how the scene will evolve according
to the laws of physics. Every property of bodies/forces in the
experiment may be changed, even during simulation.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q