Accepting request 723681 from KDE:Applications
Applications 19.08.0 (forwarded request 723532 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/723681 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kmplot?expand=0&rev=108
This commit is contained in:
commit
e37dad81d4
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:8c312235076fdad431fc68dc3e8be18ab8317e8a6efb6e6170958cb7495ab479
|
|
||||||
size 3047220
|
|
3
kmplot-19.08.0.tar.xz
Normal file
3
kmplot-19.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66384c96ba1e82b32427a873f944d5efa915bb2bf7d9ee886c94f368bd1f5e94
|
||||||
|
size 3052904
|
11
kmplot-19.08.0.tar.xz.sig
Normal file
11
kmplot-19.08.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1MxokACgkQ29LOiT4t
|
||||||
|
HIcG4wf/QVpG5n7OeMOcRegsXWm7/jeBZ7rGmoQiy2qldhhdknOXD6ueS2vNQMIa
|
||||||
|
lj8IHw6YlBMVEh3big0wa/hYeLcgYJ7KAviKw5vvH/ti4lYxdm/xc48C7ZI6BPSf
|
||||||
|
bH79y89mpebN62ESQTQx72B9QmWWxlIc+4tpAGkvT4VZ25yd9IDYuyQ7UyAX79k3
|
||||||
|
TUpStaUTt8vz48mmjpRsixrcmBro8AEgDtlPduk7xMrdXVBLphrwtjauTumzgo8I
|
||||||
|
MZvvSYksg5G4GvA6LDthJlr6GHRae/aHaUfx7AydDTHpHgjQbl9dafW+ZAIlVT1E
|
||||||
|
IHPm3Lyw5jTo1suevcDmgzHK1sDCBg==
|
||||||
|
=atIx
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 08:31:21 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:02 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:
|
||||||
|
* Get rid of some obsolete members
|
||||||
|
* update screenshot
|
||||||
|
* It's time to use cmake 3.5
|
||||||
|
* Use QStringLiteral
|
||||||
|
* Remove deprecated methods
|
||||||
|
* http -> https + update some links
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org
|
Sat Jul 13 07:26:36 UTC 2019 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
10
kmplot.spec
10
kmplot.spec
@ -21,13 +21,17 @@
|
|||||||
%{!?_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.04.3
|
Version: 19.08.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: 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: kconfig-devel
|
BuildRequires: kconfig-devel
|
||||||
BuildRequires: kdelibs4support-devel
|
BuildRequires: kdelibs4support-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user