SHA256
1
0
forked from pool/klettres

Accepting request 796954 from KDE:Applications

KDE release 20.04.0

OBS-URL: https://build.opensuse.org/request/show/796954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/klettres?expand=0&rev=115
This commit is contained in:
Dominique Leuenberger 2020-04-29 18:49:14 +00:00 committed by Git OBS Bridge
commit 06663d64ef
6 changed files with 54 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl5drW4ACgkQ29LOiT4t
HIep9Qf/UAUwxlJY7SXd2TQbi1+fKLV/tZS1iFP/gGocAcAlL8/CnQVxKjNSIorc
Oxb6Wyz0Wr8IiL+RJ6NnbaIC1+Rm/ybBbQu4EMN8HdnA8l1PwHdYFvnargiBl6ua
FYEvx3OVR8imlnJS0852dpVORix5wMYMCP+1TgUPidiRamw9NvBd0Bv5vOk5mXFt
6skNBjgwah/lkT21eHsuHHUy7VOj+FpAyUxCy0xnB3zCTALQlOIkoUy21oFgCq/V
kx9GfBru8oFfnXTAg5UO9W90jFLKhI5TSlAfbWOIeQ2MeuznG0GBwHUKRnKKgl2m
igydT0KwBcMwhHqN1cflCVfFzhvfiQ==
=xVo7
-----END PGP SIGNATURE-----

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl6ZB9EACgkQ29LOiT4t
HIeTgwf/WAYFjvDKp5zFin7eB1GT2zp7VArHwfCZ4LXe/EYIFwx9zxBT/govynrY
LHALuuNFeUCeS9hexlAwRcFXInbz8+3KoNk1xCItnNKsUEvn2hw9ZTwAhqfP2UDF
9iHqGb5pTutNTDsYiNbRdHtmrDKgde/5JJdX5N0GuJDqMoJ0jAP+7lpElz6TRN/n
15gxObIgiIwxRSSvNwMyaclY19xAV9hNLdgBpdGD6qlo67suF6XttPYy6ICoqVdQ
2+xmqLy/CbWRA225/ihijAonuaia0kDKHZo+4qJA9jT+xEVGvV7n7ri/m6Z7Utte
VqxHBn6y2yvLWISJkxMYpIdCce0dvQ==
=kH1J
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Apr 23 12:22:32 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:11 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:06 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:
* addVersionOption()/addHelpOption() already adds by KAboutData::setApplicationData
* Remove endl. qCritical/qDebug already adds a endl.
* Remove KCompletion dependency
* Fix link: ui.html -> menus.html
* Use URLs with transport encryption
-------------------------------------------------------------------
Thu Mar 5 20:36:13 UTC 2020 - Luca Beltrame <lbeltrame@kde.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package klettres
#
# 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,29 +21,25 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: klettres
Version: 19.12.3
Version: 20.04.0
Release: 0
Summary: Alphabet Learning Game
License: GPL-2.0-or-later
Group: Amusements/Teaching/Language
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: kf5-filesystem
BuildRequires: update-desktop-files
BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DocTools)
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(Phonon4Qt5)
BuildRequires: update-desktop-files
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5Network)
BuildRequires: cmake(Qt5Svg)
@ -52,6 +48,10 @@ BuildRequires: cmake(Qt5Widgets)
Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
%if %{with lang}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
%description
Helps to learn the alphabet and read some syllables.