Accepting request 490478 from KDE:Applications

KDE Applications 17.04.0 final

OBS-URL: https://build.opensuse.org/request/show/490478
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ktouch?expand=0&rev=79
This commit is contained in:
Dominique Leuenberger 2017-05-16 12:33:08 +00:00 committed by Git OBS Bridge
commit 6769363666
4 changed files with 95 additions and 40 deletions

View File

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

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

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

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Sun Apr 16 10:45:11 CEST 2017 - lbeltrame@kde.org
- Update to 17.04.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
* None
-------------------------------------------------------------------
Wed Apr 12 20:25:57 CEST 2017 - lbeltrame@kde.org
- Update to 17.03.90
* New bugfix release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
* None
-------------------------------------------------------------------
Sat Mar 25 23:10:44 CET 2017 - lbeltrame@kde.org
- Update to 17.03.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
* Screen Swichting: First Focus, Then Transition
* Score Screen: Revise Focus Policy
* Add Japanese Keyboard Layout
* fix typo, thanks for spotting
* WIP latvian (reverted from commit 9e3434c007821bfd2cab0623e82df765fe9c06d0)
* WIP latvian
* Fix minor typo
* Include Build Status In README.md
* Desktop Entry File: Add Comment
* Show A Dialog Box On QML Errors
-------------------------------------------------------------------
Thu Mar 9 12:41:35 CET 2017 - lbeltrame@kde.org

View File

@ -15,12 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_without lang
Name: ktouch
Version: 16.12.3
Version: 17.04.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Touch Typing Tutor
License: GPL-2.0+
@ -36,6 +37,7 @@ BuildRequires: kdoctools-devel
BuildRequires: ki18n-devel
BuildRequires: kio-devel
BuildRequires: kitemviews-devel
BuildRequires: kidletime-devel
BuildRequires: knewstuff-devel
BuildRequires: ktexteditor-devel
BuildRequires: kwidgetsaddons-devel
@ -58,11 +60,16 @@ BuildRequires: pkgconfig(xkbfile)
Requires: kqtquickcharts
Provides: kde4-ktouch = 4.3.0
Obsoletes: kde4-ktouch < 4.3.0
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A KDE program that helps you to learn and practice touch typing.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -75,6 +82,10 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%kf5_find_htmldocs
%endif
%suse_update_desktop_file org.kde.ktouch X-KDE-Edu-Teaching
%files
@ -91,4 +102,9 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
%{_kf5_iconsdir}/hicolor/*/apps/ktouch.*
%{_kf5_mandir}/man1/ktouch.1.gz
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog