Accepting request 756310 from KDE:Applications

KDE Applications 19.12.0

OBS-URL: https://build.opensuse.org/request/show/756310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kwordquiz?expand=0&rev=112
This commit is contained in:
Dominique Leuenberger 2019-12-14 11:15:05 +00:00 committed by Git OBS Bridge
commit 8681ced502
7 changed files with 66 additions and 38 deletions

Binary file not shown.

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3A/PEACgkQ29LOiT4t
HIebYQf+JwGgXq209UGDuguJuncea81vhgIgDmwwIrJ87r9zlmryKW4II40WmGoo
wJQY2Ag0sXFFF2ZguKEb8taKOOXJtRHoMdA4Xv6/jj5tz7wUgCaVo07dOZipumk4
pUeIfuCqNyhkcRenWcXZbCZXxF6h6i+1HGDqPZRUx/TTP3zKzFQXrP3x5WKV/BUK
QbFrC4tdqohRGDibsCDUATAl2UbvTzCXuNKszQWklYOFMHpFmzUz7MMoERoR1AS7
CESRTjY9k3G3CPmOcv6NtvFV6a3VaiTQsBmDxZ+bju2xDqv2Cp4X6KmMoPUqchbb
uteR0H1tfwQwT7WARnQbF3zE/CNE/Q==
=Of3N
-----END PGP SIGNATURE-----

3
kwordquiz-19.12.0.tar.xz Normal file
View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl3puKIACgkQ29LOiT4t
HId4tgf/dRNgzrLyVAlSC7lyfYWB2dC584+3hQS1unz7ii05kGRVAGQWT+5Wd6tw
iE9GU0VA0LjxgyskGEemH9Gyqs0WEFaewz3c8gd/9/66WE5Ytvyfh+4XEGcQ2D7G
uMUm0nBx8Kh8p/B2Uik+oKe7cGgKHxMiMaeUQc1qESoxzJH2Vk37Z59zrZiAR5P/
vn+VG7fky/grlRQH/1TeGgICIEYYBLkFckr7aW7WDr7DdFB9JPbXszSRDE+nMkmt
gltGHZCgmefngFtA1GYc2cfYyhrAX5QtUFqdRdvaaqzUiQ0lbsHBEkXHTWmdGQ+/
cUW1LDqiSifRJWTH5bRWXyLYXuVPqw==
=9B7j
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Dec 10 06:39:04 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/releases/19.12.0
- Changes since 19.11.90:
* Update Appstream for new release
-------------------------------------------------------------------
Sat Nov 30 09:12:24 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.90
* New feature release
* For more details please see:
* https://kde.org/announcements/releases/19.12-rc
- No code change since 19.11.80
-------------------------------------------------------------------
Sun Nov 24 13:29:57 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
- Update to 19.11.80
* New feature release
- Changes since 19.08.3:
* Use URLs with transport encryption
* It compiles fine without deprecated method
* Close KWordQuiz documents before closing the app
-------------------------------------------------------------------
Thu Nov 7 23:13:29 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
@ -25,7 +54,7 @@ Thu Sep 5 14:01:10 UTC 2019 - Luca Beltrame <lbeltrame@kde.org>
* For more details please see:
* https://www.kde.org/announcements/announce-applications-19.08.1.php
- Changes since 19.08.0:
* Remove unused private field 'm_column'
* Remove unused private field 'm_column'
* Do not crash on exit
-------------------------------------------------------------------

View File

@ -16,43 +16,42 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.60.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kwordquiz
Version: 19.08.3
Version: 19.12.0
Release: 0
Summary: Vocabulary Trainer
License: GPL-2.0-or-later
Group: Amusements/Teaching/Language
URL: https://edu.kde.org
Source: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
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: kconfig-devel
BuildRequires: kconfigwidgets-devel
BuildRequires: kcrash-devel
BuildRequires: kdoctools-devel
BuildRequires: kguiaddons-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kitemviews-devel
BuildRequires: knewstuff-devel
BuildRequires: knotifications-devel
BuildRequires: knotifyconfig-devel
BuildRequires: kwindowsystem-devel
BuildRequires: kxmlgui-devel
BuildRequires: libkeduvocdocument-devel
BuildRequires: phonon4qt5-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5ConfigWidgets)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5GuiAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5ItemViews)
BuildRequires: cmake(KF5NewStuff)
BuildRequires: cmake(KF5Notifications)
BuildRequires: cmake(KF5NotifyConfig)
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui)
BuildRequires: cmake(LibKEduVocDocument)
BuildRequires: cmake(Phonon4Qt5)
BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5PrintSupport)
BuildRequires: cmake(Qt5Widgets)
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
Recommends: %{name}-lang