Accepting request 723717 from KDE:Applications

Applications 19.08.0 (forwarded request 723532 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/723717
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktouch?expand=0&rev=107
This commit is contained in:
Dominique Leuenberger 2019-08-16 13:48:28 +00:00 committed by Git OBS Bridge
commit 962f5309e5
6 changed files with 56 additions and 7 deletions

BIN
applications.keyring Normal file

Binary file not shown.

View File

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

3
ktouch-19.08.0.tar.xz Normal file
View File

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

11
ktouch-19.08.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEE8jJ15L8Qr8HfaRSm29LOiT4tHIcFAl1Mxo8ACgkQ29LOiT4t
HIejIwf7BpQKzWIZPwfYX/V44q6O84voyOTQRcdV/NZoI/ZdkqwuLvNkI1H5mKjO
0oiydSbCLuv7Pkjq/rmhDNtQKZKqHJSz0l34PeknSLm/zoyRzxDJ2iagHk0e9KaK
LCvVa9mt5PiJPk+8yOND/8sO8tZEXX2XlUcKUYDp1cckKOVVi3D7avGOoQwsfdew
ebLpdrWqyzUQpEhcVp0CGCSnInOyBdyXLXu+9W5DXsVT7LhqPNUh7SPa/wNur2xo
spFmHFubA0Qz6stkvfObm9RkeHmIdjY05vwakWQ5eC8Lw7aWJlhsShyUGLnKBwBv
uJ4pVC1ZjbNXvCldRBtxt9rPKGYMPA==
=er/C
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Fri Aug 9 08:31:48 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
- Changes since 19.07.90:
* Fix Fuzzy Icons on HiDPI Displays
* Fix build with older cmake
-------------------------------------------------------------------
Tue Aug 06 16:50:51 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
- No code changes since 19.07.80
-------------------------------------------------------------------
Tue Jul 23 11:59:05 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:
* Too many changes to list here
-------------------------------------------------------------------
Sat Jul 13 07:26:37 UTC 2019 - lbeltrame@kde.org

View File

@ -21,13 +21,17 @@
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: ktouch
Version: 19.04.3
Version: 19.08.0
Release: 0
Summary: Touch Typing Tutor
License: GPL-2.0-or-later
Group: Amusements/Teaching/Other
URL: http://edu.kde.org
Source0: %{name}-%{version}.tar.xz
URL: https://edu.kde.org
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: kcmutils-devel
BuildRequires: kconfig-devel
BuildRequires: kconfigwidgets-devel
@ -35,6 +39,7 @@ BuildRequires: kcoreaddons-devel
BuildRequires: kdeclarative-devel
BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kiconthemes-devel
BuildRequires: kidletime-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
@ -48,6 +53,7 @@ BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(Qt5Qml)
BuildRequires: cmake(Qt5Quick)
BuildRequires: cmake(Qt5QuickControls2)
BuildRequires: cmake(Qt5QuickWidgets)
BuildRequires: cmake(Qt5Script)
BuildRequires: cmake(Qt5Sql)
@ -56,8 +62,10 @@ BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5X11Extras)
BuildRequires: cmake(Qt5XmlPatterns)
BuildRequires: pkgconfig(xkbfile)
# Runtime dep
# Runtime deps
Requires: kdeclarative-components
Requires: kqtquickcharts
Requires: libqt5-qtquickcontrols2
Provides: kde4-ktouch = 4.3.0
Obsoletes: kde4-ktouch < 4.3.0
%if %{with lang}