SHA256
1
0
forked from pool/kturtle

Accepting request 797018 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/797018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kturtle?expand=0&rev=114
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:50:23 +00:00 committed by Git OBS Bridge
commit b356121fb8
6 changed files with 55 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drY0ACgkQ29LOiT4t
HIdbuQf+LTnvJrAjYqJ4X1xOrqMkqYqMlCoUJPnhMExGjgOZpmJIoC1+1wBvpXan
kbzav8VlJkb18MHTpMOEJZWFY6VsD6mhwiC3B8gzGnq1TfcIXyZUQZ40/SwtcLOz
3T9GVPfrZfEw2GAibQ/MlLjDCOb7zkRcq1JJI7bBl9VZJhptLdKWdT2zwwfO8xUL
OVP2L4oeJBffcbg1J4Ihl5K6/0xjaSBhGEkU4ul6TM+jEQ9i42hLNOgLRc19jEPi
sPWxLCW1MX3spoUg5rVOOwUr9IvLWhdq1Sq595ZwBZkk8y3O0So6EjZEM1cLrzwF
j/EZSk0g0aowZ1wLAgCVAdJaERwLag==
=miKn
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB+sACgkQ29LOiT4t
HIewMgf6Avzxjb/e207Dz0Mnx6UeITQMwtI0szfQQQs7eVZY0iMlX6qHTNmzeS3L
Eb4L1D5DwmugU0OBhaBj8Jp1PfFWvcpF0tZ7bxZx7hibN4H/z4VznN1h1DMxpNQG
o9pjI50L3q57aSuG8IigpD6VDEKpcNn3lYXlDmTP+7q2QPCcrxOt5apsZ38kqAfQ
zY9p2lT9yDwZjxPCG1ByoV4pBBL/jTaRHJxNk/DX+qa9oEIiDOaPLZKCJedWr0cY
bR9imf1al7qqH9g41Yoaj9SMi0iRzT6datRoFtQgA2x3ofXu9VjiuwqjIjO+oMwk
YOXUWZITwMrha+QqUrLMHkQoX+j17Q==
=t/I1
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Thu Apr 23 12:23:01 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:34 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:31 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:
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
* Use safe hardcoded value for ProvidersUrl
* Use the default address for KNewStuff instead of the hardcoded
* addVersionOption()/addHelpOption() already adds by KAboutData::setApplicationData
* Don't use nullptr as flag value
* Fix link: ui.html -> menus.html
* Use URLs with transport encryption
-------------------------------------------------------------------
Thu Mar 5 20:36:37 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package kturtle
#
# 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,24 +21,20 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kturtle
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Logo Programming Environment
License: GPL-2.0-or-later
Group: Amusements/Teaching/Mathematics
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: update-desktop-files
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5KDELibs4Support)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Svg)
@ -46,15 +42,15 @@ BuildRequires: cmake(Qt5Widgets)
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
%endif
Recommends: %{name}-lang
%description
KTurtle is an educational Logo programming environment.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q