commit ktouch for openSUSE:Leap:15.2

2020-06-14 Thread root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Leap:15.2 
checked in at 2020-06-15 05:31:20

Comparing /work/SRC/openSUSE:Leap:15.2/ktouch (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ktouch.new.3606 (New)


Package is "ktouch"

Mon Jun 15 05:31:20 2020 rev:45 rq:813967 version:20.04.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ktouch/ktouch.changes  2020-05-25 
13:42:26.779379421 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.ktouch.new.3606/ktouch.changes
2020-06-15 05:31:23.314356362 +0200
@@ -1,0 +2,9 @@
+Tue Jun  9 12:15:50 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 20.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-06-apps-update
+- No code change since 20.04.1
+
+---

Old:

  ktouch-20.04.1.tar.xz
  ktouch-20.04.1.tar.xz.sig

New:

  ktouch-20.04.2.tar.xz
  ktouch-20.04.2.tar.xz.sig



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.mPktkG/_old  2020-06-15 05:31:23.862358126 +0200
+++ /var/tmp/diff_new_pack.mPktkG/_new  2020-06-15 05:31:23.862358126 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktouch
-Version:20.04.1
+Version:20.04.2
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0-or-later


++ ktouch-20.04.1.tar.xz -> ktouch-20.04.2.tar.xz ++
 2124 lines of diff (skipped)




commit ktouch for openSUSE:Leap:15.2

2020-05-25 Thread root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Leap:15.2 
checked in at 2020-05-25 13:42:06

Comparing /work/SRC/openSUSE:Leap:15.2/ktouch (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ktouch.new.2738 (New)


Package is "ktouch"

Mon May 25 13:42:06 2020 rev:44 rq:806610 version:20.04.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ktouch/ktouch.changes  2020-05-13 
03:53:00.072346403 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.ktouch.new.2738/ktouch.changes
2020-05-25 13:42:26.779379421 +0200
@@ -1,0 +2,9 @@
+Fri May 15 15:42:00 UTC 2020 - Luca Beltrame 
+
+- Update to 20.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-05-apps-update
+- No code change since 20.04.0
+
+---
@@ -15,2 +23,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-rc
@@ -24,2 +30,0 @@
-  * For more details please see:
-  * https://kde.org/announcements/releases/20.04-beta
@@ -39 +44 @@
-  * https://www.kde.org/announcements/releases/19.12.3
+  * https://kde.org/announcements/releases/2020-03-apps-update
@@ -55 +60 @@
-  * https://www.kde.org/announcements/releases/19.12.2
+  * https://kde.org/announcements/releases/2020-02-apps-update

Old:

  ktouch-20.04.0.tar.xz
  ktouch-20.04.0.tar.xz.sig

New:

  ktouch-20.04.1.tar.xz
  ktouch-20.04.1.tar.xz.sig



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.wZlD34/_old  2020-05-25 13:42:27.139380207 +0200
+++ /var/tmp/diff_new_pack.wZlD34/_new  2020-05-25 13:42:27.143380215 +0200
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktouch
-Version:20.04.0
+Version:20.04.1
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0-or-later


++ ktouch-20.04.0.tar.xz -> ktouch-20.04.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-20.04.0/CMakeLists.txt 
new/ktouch-20.04.1/CMakeLists.txt
--- old/ktouch-20.04.0/CMakeLists.txt   2020-04-17 02:25:40.0 +0200
+++ new/ktouch-20.04.1/CMakeLists.txt   2020-05-12 03:14:23.0 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "20")
 set (RELEASE_SERVICE_VERSION_MINOR "04")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "1")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-20.04.0/org.kde.ktouch.appdata.xml 
new/ktouch-20.04.1/org.kde.ktouch.appdata.xml
--- old/ktouch-20.04.0/org.kde.ktouch.appdata.xml   2020-04-15 
11:03:14.0 +0200
+++ new/ktouch-20.04.1/org.kde.ktouch.appdata.xml   2020-05-11 
23:11:00.0 +0200
@@ -10,6 +10,7 @@
   KTouch
   KTouch
   KTouch
+  KTouch
   KTouch
   KTouch
   KTouch
@@ -43,6 +44,7 @@
   Tutor de mecanografia
   Výuka psaní na stroji
   Schreibmaschinenkurs
+  Εκαπιδευτής πληκτρολόγησης με την αφή
   Touch Typing Tutor
   Lernilo por la tajpado
   Tutor de mecanografía al tacto
@@ -75,6 +77,7 @@
 KTouch je trener za učenje kucanja na pisaćoj mašini. On 
vam pruža tekst za trenirati i prilagođava na različite nivoe zavisno od toga 
koliko ste dobri. On prikazuje tastaturu i ukazuje na to koji taster pritisnuti 
sljedeći i koji je ispravan prst za korištenje. Učite kucanje sa svim prstima, 
korak po korak, bez da pogledom dolje na tastaturi pronađete svoje tastere. On 
je pogodan za sve uzraste i savršen učitelj kucanja za škole, univerzitete i 
osobnu upotrebu. KTouch dolazi s desecima različitih kurseva za mnoge jezike i 
udobnim urednikom kurseva. Različite tastature su podržane i novi korisnički 
definirani rasporedi mogu biti kreirani. Tokom treninga, KTouch prikuplja 
sveobuhvatne statističke podatke koji će pomoći vama ili vašem učitelj da 
analizirate vaš napredak.
 El KTouch és un entrenador mecanogràfic per aprendre 
mecanografia. Proporciona text per entrenar i s'ajusta a diferents nivells en 
funció del vostre nivell. Mostra el teclat i indica la tecla següent a prémer i 
quin és el dit correcte a utilitzar. Aprendreu mecanografia amb tots els dits, 
pas a pas, sense haver de mirar el teclat per cercar les tecles. És apropiat 
per a totes les edats i és el tutor de mecanografia perfecte per escoles, 
universitats i ús personal. El KTouch es distribueix amb dotzenes de cursos 
diferents en molts idiomes i un editor còmode de cu

commit ktouch for openSUSE:Leap:15.2

2020-05-12 Thread root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Leap:15.2 
checked in at 2020-05-13 03:52:56

Comparing /work/SRC/openSUSE:Leap:15.2/ktouch (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ktouch.new.2738 (New)


Package is "ktouch"

Wed May 13 03:52:56 2020 rev:43 rq:797458 version:20.04.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ktouch/ktouch.changes  2020-03-15 
13:37:11.770867923 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ktouch.new.2738/ktouch.changes
2020-05-13 03:53:00.072346403 +0200
@@ -1,0 +2,32 @@
+Thu Apr 23 12:22:55 UTC 2020 - Luca Beltrame 
+
+- 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:29 UTC 2020 - Luca Beltrame 
+
+- 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:25 UTC 2020 - Luca Beltrame 
+
+- 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:
+  * Use `nullptr` instead of `0`
+  * Remove Bashism From Convience Build Script
+  * Get Rid of Pixel-Sized Elements
+  * Fix link: ui.html -> menus.html
+  * Use URLs with transport encryption
+
+---

Old:

  ktouch-19.12.3.tar.xz
  ktouch-19.12.3.tar.xz.sig

New:

  ktouch-20.04.0.tar.xz
  ktouch-20.04.0.tar.xz.sig



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.RfRf98/_old  2020-05-13 03:53:00.964348274 +0200
+++ /var/tmp/diff_new_pack.RfRf98/_new  2020-05-13 03:53:00.964348274 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ktouch
 #
-# 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,18 +21,16 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktouch
-Version:19.12.3
+Version:20.04.0
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0-or-later
 Group:  Amusements/Teaching/Other
 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:  cmake(KF5KCMUtils)
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  xz
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5ConfigWidgets)
 BuildRequires:  cmake(KF5CoreAddons)
@@ -41,16 +39,14 @@
 BuildRequires:  cmake(KF5I18n)
 BuildRequires:  cmake(KF5IconThemes)
 BuildRequires:  cmake(KF5IdleTime)
-BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5ItemViews)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
 BuildRequires:  cmake(KF5NewStuff)
 BuildRequires:  cmake(KF5TextEditor)
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(KF5XmlGui)
-BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
-BuildRequires:  xz
 BuildRequires:  cmake(Qt5Qml)
 BuildRequires:  cmake(Qt5Quick)
 BuildRequires:  cmake(Qt5QuickControls2)
@@ -69,15 +65,15 @@
 Provides:   kde4-ktouch = 4.3.0
 Obsoletes:  kde4-ktouch < 4.3.0
 %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
 A KDE program that helps you to learn and practice touch typing.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q


++ ktouch-19.12.3.tar.xz -> ktouch-20.04.0.tar.xz ++
 16922 lines of diff (skipped)




commit ktouch for openSUSE:Leap:15.2

2020-03-15 Thread root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Leap:15.2 
checked in at 2020-03-15 13:37:08

Comparing /work/SRC/openSUSE:Leap:15.2/ktouch (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ktouch.new.3160 (New)


Package is "ktouch"

Sun Mar 15 13:37:08 2020 rev:42 rq:785065 version:19.12.3

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ktouch/ktouch.changes  2020-02-21 
10:47:54.874745602 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ktouch.new.3160/ktouch.changes
2020-03-15 13:37:11.770867923 +0100
@@ -1,0 +2,11 @@
+Thu Mar  5 20:36:32 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.3
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.3
+- Changes since 19.12.2:
+  * appdata: use canonical docs.kde.org help location
+  * Homescreen: Fix Layout of Lesson Locked Notice
+
+---

Old:

  ktouch-19.12.2.tar.xz
  ktouch-19.12.2.tar.xz.sig

New:

  ktouch-19.12.3.tar.xz
  ktouch-19.12.3.tar.xz.sig



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.j057P6/_old  2020-03-15 13:37:12.266868218 +0100
+++ /var/tmp/diff_new_pack.j057P6/_new  2020-03-15 13:37:12.270868221 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktouch
-Version:19.12.2
+Version:19.12.3
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0-or-later


++ ktouch-19.12.2.tar.xz -> ktouch-19.12.3.tar.xz ++
 1714 lines of diff (skipped)




commit ktouch for openSUSE:Leap:15.2

2020-02-21 Thread root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Leap:15.2 
checked in at 2020-02-21 10:47:17

Comparing /work/SRC/openSUSE:Leap:15.2/ktouch (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ktouch.new.26092 (New)


Package is "ktouch"

Fri Feb 21 10:47:17 2020 rev:41 rq:772034 version:19.12.2

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ktouch/ktouch.changes  2020-01-17 
12:02:04.160520669 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ktouch.new.26092/ktouch.changes   
2020-02-21 10:47:54.874745602 +0100
@@ -1,0 +2,14 @@
+Fri Feb  7 08:38:06 UTC 2020 - Christophe Giboudeaux 
+
+- Replace %make_jobs with %cmake_build.
+
+---
+Wed Feb  5 06:29:35 UTC 2020 - Luca Beltrame 
+
+- Update to 19.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.2
+- No code change since 19.12.1
+
+---

Old:

  ktouch-19.12.1.tar.xz
  ktouch-19.12.1.tar.xz.sig

New:

  ktouch-19.12.2.tar.xz
  ktouch-19.12.2.tar.xz.sig



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.OM5kea/_old  2020-02-21 10:47:55.294746460 +0100
+++ /var/tmp/diff_new_pack.OM5kea/_new  2020-02-21 10:47:55.298746468 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktouch
-Version:19.12.1
+Version:19.12.2
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0-or-later
@@ -87,7 +87,7 @@
 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
 %endif
   %cmake_kf5 -d build
-  %make_jobs
+  %cmake_build
 
 %install
   %kf5_makeinstall -C build


++ ktouch-19.12.1.tar.xz -> ktouch-19.12.2.tar.xz ++
 1784 lines of diff (skipped)




commit ktouch for openSUSE:Leap:15.2

2020-01-17 Thread root
Hello community,

here is the log from the commit of package ktouch for openSUSE:Leap:15.2 
checked in at 2020-01-17 12:02:00

Comparing /work/SRC/openSUSE:Leap:15.2/ktouch (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ktouch.new.26092 (New)


Package is "ktouch"

Fri Jan 17 12:02:00 2020 rev:40 rq:763775 version:19.12.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ktouch/ktouch.changes  2020-01-15 
15:17:56.374326188 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ktouch.new.26092/ktouch.changes   
2020-01-17 12:02:04.160520669 +0100
@@ -1,0 +2,10 @@
+Tue Jan  7 10:01:10 UTC 2020 - Christophe Giboudeaux 
+
+- Update to 19.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.1
+- Changes since 19.12.0:
+  * Update Appstream for new release
+
+---
@@ -7 +17 @@
-  * https://www.kde.org/announcements/releases/19.12.0
+  * https://www.kde.org/announcements/releases/19.12

Old:

  ktouch-19.12.0.tar.xz
  ktouch-19.12.0.tar.xz.sig

New:

  ktouch-19.12.1.tar.xz
  ktouch-19.12.1.tar.xz.sig



Other differences:
--
++ ktouch.spec ++
--- /var/tmp/diff_new_pack.aipvbB/_old  2020-01-17 12:02:05.124521093 +0100
+++ /var/tmp/diff_new_pack.aipvbB/_new  2020-01-17 12:02:05.140521101 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:   ktouch
-Version:19.12.0
+Version:19.12.1
 Release:0
 Summary:Touch Typing Tutor
 License:GPL-2.0-or-later


++ ktouch-19.12.0.tar.xz -> ktouch-19.12.1.tar.xz ++
 1620 lines of diff (skipped)