Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktouch for openSUSE:Factory checked 
in at 2023-05-12 20:36:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktouch (Old)
 and      /work/SRC/openSUSE:Factory/.ktouch.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktouch"

Fri May 12 20:36:15 2023 rev:152 rq:1086408 version:23.04.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktouch/ktouch.changes    2023-04-23 
22:49:46.955497634 +0200
+++ /work/SRC/openSUSE:Factory/.ktouch.new.1533/ktouch.changes  2023-05-12 
20:39:01.738441688 +0200
@@ -1,0 +2,9 @@
+Tue May  9 10:47:33 UTC 2023 - Christophe Marin <christo...@krop.fr>
+
+- Update to 23.04.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.1/
+- No code change since 23.04.0
+
+-------------------------------------------------------------------

Old:
----
  ktouch-23.04.0.tar.xz
  ktouch-23.04.0.tar.xz.sig

New:
----
  ktouch-23.04.1.tar.xz
  ktouch-23.04.1.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ktouch.spec ++++++
--- /var/tmp/diff_new_pack.bdGLQR/_old  2023-05-12 20:39:02.314444853 +0200
+++ /var/tmp/diff_new_pack.bdGLQR/_new  2023-05-12 20:39:02.322444897 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without released
 Name:           ktouch
-Version:        23.04.0
+Version:        23.04.1
 Release:        0
 Summary:        Touch Typing Tutor
 License:        GPL-2.0-or-later


++++++ ktouch-23.04.0.tar.xz -> ktouch-23.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-23.04.0/CMakeLists.txt 
new/ktouch-23.04.1/CMakeLists.txt
--- old/ktouch-23.04.0/CMakeLists.txt   2023-04-12 18:06:14.000000000 +0200
+++ new/ktouch-23.04.1/CMakeLists.txt   2023-05-06 10:15:49.000000000 +0200
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "23")
 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-23.04.0/org.kde.ktouch.appdata.xml 
new/ktouch-23.04.1/org.kde.ktouch.appdata.xml
--- old/ktouch-23.04.0/org.kde.ktouch.appdata.xml       2023-04-12 
18:06:14.000000000 +0200
+++ new/ktouch-23.04.1/org.kde.ktouch.appdata.xml       2023-05-06 
10:15:49.000000000 +0200
@@ -165,6 +165,7 @@
       <caption xml:lang="eu">Aukeratuz ikasgaia trebatzeko</caption>
       <caption xml:lang="fi">Oppitunnin harjoituksen valinta</caption>
       <caption xml:lang="fr">Sélectionner une leçon d'entraînement</caption>
+      <caption xml:lang="gl">Seleccionando unha lección para 
adestrar</caption>
       <caption xml:lang="id">Memilih Pelajaran untuk Pelatihan</caption>
       <caption xml:lang="it">Selezionare una lezione per 
l'allenamento</caption>
       <caption xml:lang="ka">აირჩიეთ 
გაკვეთილი</caption>
@@ -196,6 +197,7 @@
       <caption xml:lang="eu">Berrikusiz mekanografia jarduera ikasgaia bukatu 
eta gero</caption>
       <caption xml:lang="fi">Konekirjoituskyvyn tarkastelu oppitunnin 
jälkeen</caption>
       <caption xml:lang="fr">Examiner la performance en dactylographie après 
avoir terminé une leçon</caption>
+      <caption xml:lang="gl">Revisando o rendemento de mecanografía tras 
rematar unha lección</caption>
       <caption xml:lang="id">Peninjauan Ulang Kinerja Pengetikan sesudah 
Selesai Pelajaran</caption>
       <caption xml:lang="it">Revisione delle prestazioni di digitazione dopo 
aver terminato una lezione</caption>
       <caption xml:lang="ko">타자 연습 이후 결과 보기</caption>
@@ -228,6 +230,7 @@
   <developer_name xml:lang="eu">KDE komunitatea</developer_name>
   <developer_name xml:lang="fi">KDE-yhteisö</developer_name>
   <developer_name xml:lang="fr">La communauté KDE</developer_name>
+  <developer_name xml:lang="gl">A comunidade de KDE</developer_name>
   <developer_name xml:lang="ia">Le communitate de KDE</developer_name>
   <developer_name xml:lang="id">Komunitas KDE</developer_name>
   <developer_name xml:lang="it">La comunità KDE</developer_name>
@@ -251,9 +254,9 @@
   </provides>
   <content_rating type="oars-1.0"/>
   <releases>
+    <release version="23.04.1" date="2023-05-11"/>
     <release version="23.04.0" date="2023-04-20"/>
     <release version="22.12.3" date="2023-03-02"/>
     <release version="22.12.2" date="2023-02-02"/>
-    <release version="22.12.1" date="2023-01-05"/>
   </releases>
 </component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-23.04.0/po/de/ktouch.po 
new/ktouch-23.04.1/po/de/ktouch.po
--- old/ktouch-23.04.0/po/de/ktouch.po  2023-04-12 18:06:14.000000000 +0200
+++ new/ktouch-23.04.1/po/de/ktouch.po  2023-05-06 10:15:49.000000000 +0200
@@ -21,7 +21,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Generator: Lokalize 22.08.3\n"
 
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-23.04.0/po/gl/ktouch.po 
new/ktouch-23.04.1/po/gl/ktouch.po
--- old/ktouch-23.04.0/po/gl/ktouch.po  2023-04-12 18:06:14.000000000 +0200
+++ new/ktouch-23.04.1/po/gl/ktouch.po  2023-05-06 10:15:49.000000000 +0200
@@ -7,13 +7,13 @@
 # Xosé <xoseca...@gmail.com>, 2009, 2010, 2011, 2012.
 # Marce Villarino <mvillar...@kde-espana.es>, 2012, 2013, 2014.
 # Adrián Chaves Fernández <adriyeticha...@gmail.com>, 2015, 2017.
-# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019.
+# Adrián Chaves (Gallaecio) <adr...@chaves.io>, 2017, 2018, 2019, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: ktouch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-23 00:40+0000\n"
-"PO-Revision-Date: 2019-07-28 11:20+0200\n"
+"PO-Revision-Date: 2023-04-30 11:12+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <adr...@chaves.io>\n"
 "Language-Team: Galician <proxe...@trasno.gal>\n"
 "Language: gl\n"
@@ -21,7 +21,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Lokalize 19.04.1\n"
+"X-Generator: Lokalize 23.04.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -138,11 +138,10 @@
 msgstr "Xa hai unha disposición de teclado co mesmo nome."
 
 #: src/editor/newresourceassistant.cpp:30
-#, fuzzy, kde-format
-#| msgid "New"
+#, kde-format
 msgctxt "@title:window"
 msgid "New"
-msgstr "Novo"
+msgstr "Nova"
 
 #: src/editor/newresourceassistant.cpp:32
 #, kde-format
@@ -184,8 +183,7 @@
 msgstr "Exportar"
 
 #: src/editor/resourceeditor.cpp:65
-#, fuzzy, kde-format
-#| msgid "Course and Keyboard Layout Editor"
+#, kde-format
 msgctxt "@title:window"
 msgid "Course and Keyboard Layout Editor"
 msgstr "Editor de cursos e de disposición do teclado"
@@ -393,7 +391,7 @@
 #: src/ktouch.kcfg:61
 #, kde-format
 msgid "How transparent finger colors should be shown."
-msgstr ""
+msgstr "Como de transparentes mostrar as cores dos dedos."
 
 #. i18n: ectx: label, entry (LastUsedProfileId), group (Session)
 #: src/ktouch.kcfg:69
@@ -422,11 +420,10 @@
 msgstr "Configuración das cores"
 
 #: src/ktouchcontext.cpp:143
-#, fuzzy, kde-format
-#| msgid "Configure Keyboard"
+#, kde-format
 msgctxt "@title:window"
 msgid "Configure Keyboard"
-msgstr "Configuración do teclado"
+msgstr "Configurar o teclado"
 
 #: src/ktouchcontext.cpp:160
 #, kde-format
@@ -722,8 +719,7 @@
 msgstr "Xestionar os perfís"
 
 #: src/qml/homescreen/ProfileComboBox.qml:84
-#, fuzzy, kde-format
-#| msgid "Manage Profiles"
+#, kde-format
 msgctxt "@title:window"
 msgid "Manage Profiles"
 msgstr "Xestionar os perfís"
@@ -981,7 +977,7 @@
 #: src/ui/colorsconfigwidget.ui:317
 #, kde-format
 msgid "Opacity"
-msgstr ""
+msgstr "Opacidade"
 
 #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, 
kcfg_RequiredAccuracy)
 #. i18n: ectx: property (suffix), widget (QDoubleSpinBox, kcfg_FingerOpacity)
@@ -1146,7 +1142,7 @@
 #: src/ui/keyboardlayoutpropertieswidget.ui:396
 #, kde-format
 msgid "Left little finger"
-msgstr "Dedo maimiño esquerdo"
+msgstr "Dedo maimiño esquerdo"
 
 #. i18n: ectx: property (text), item, widget (KComboBox, m_keyFingerComboBox)
 #: src/ui/keyboardlayoutpropertieswidget.ui:401
@@ -1158,19 +1154,19 @@
 #: src/ui/keyboardlayoutpropertieswidget.ui:406
 #, kde-format
 msgid "Left middle finger"
-msgstr "Dedo corazón esquerdo"
+msgstr "Dedo corazón esquerdo"
 
 #. i18n: ectx: property (text), item, widget (KComboBox, m_keyFingerComboBox)
 #: src/ui/keyboardlayoutpropertieswidget.ui:411
 #, kde-format
 msgid "Left index finger"
-msgstr "Dedo índice esquerdo"
+msgstr "Dedo índice esquerdo"
 
 #. i18n: ectx: property (text), item, widget (KComboBox, m_keyFingerComboBox)
 #: src/ui/keyboardlayoutpropertieswidget.ui:416
 #, kde-format
 msgid "Right index finger"
-msgstr "Dedo índice dereito"
+msgstr "Dedo índice dereito"
 
 #. i18n: ectx: property (text), item, widget (KComboBox, m_keyFingerComboBox)
 #: src/ui/keyboardlayoutpropertieswidget.ui:421
@@ -1188,13 +1184,13 @@
 #: src/ui/keyboardlayoutpropertieswidget.ui:431
 #, kde-format
 msgid "Right little finger"
-msgstr "Dedo maimiño dereito"
+msgstr "Dedo maimiño dereito"
 
 #. i18n: ectx: property (text), widget (QLabel, m_keyHapticMarkerLabel)
 #: src/ui/keyboardlayoutpropertieswidget.ui:439
 #, kde-format
 msgid "Haptic Marker:"
-msgstr "Marcador háptico:"
+msgstr "Marcador táctil:"
 
 #. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
 #: src/ui/keyboardlayoutpropertieswidget.ui:465
@@ -1436,7 +1432,7 @@
 #: src/undocommands/keyboardlayoutcommands.cpp:344
 #, kde-format
 msgid "Set key haptic marker"
-msgstr "Indicar o marcador háptico da tecla"
+msgstr "Indicar o marcador táctil da tecla"
 
 #: src/undocommands/keyboardlayoutcommands.cpp:389
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-23.04.0/po/it/ktouch.po 
new/ktouch-23.04.1/po/it/ktouch.po
--- old/ktouch-23.04.0/po/it/ktouch.po  2023-04-12 18:06:14.000000000 +0200
+++ new/ktouch-23.04.1/po/it/ktouch.po  2023-05-06 10:15:49.000000000 +0200
@@ -6,14 +6,14 @@
 # Nicola Ruggero <nixprog.a...@tiscali.it>, 2006.
 # Nicola Ruggero <nic...@nxnt.org>, 2007.
 # Luigi Toscano <luigi.tosc...@tiscali.it>, 2013.
-# Paolo Zamponi <zapa...@email.it>, 2016, 2019, 2021.
+# Paolo Zamponi <feu...@gmail.com>, 2016, 2019, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: ktouch\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-23 00:40+0000\n"
 "PO-Revision-Date: 2021-11-30 22:43+0100\n"
-"Last-Translator: Paolo Zamponi <zapa...@email.it>\n"
+"Last-Translator: Paolo Zamponi <feu...@gmail.com>\n"
 "Language-Team: Italian <kde-i18n...@kde.org>\n"
 "Language: it\n"
 "MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr "zapa...@email.it,"
+msgstr "feu...@gmail.com,"
 
 #: src/core/dbaccess.cpp:105
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktouch-23.04.0/po/zh_CN/ktouch.po 
new/ktouch-23.04.1/po/zh_CN/ktouch.po
--- old/ktouch-23.04.0/po/zh_CN/ktouch.po       2023-04-12 18:06:14.000000000 
+0200
+++ new/ktouch-23.04.1/po/zh_CN/ktouch.po       2023-05-06 10:15:49.000000000 
+0200
@@ -3,7 +3,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-10-23 00:40+0000\n"
-"PO-Revision-Date: 2023-04-10 14:12\n"
+"PO-Revision-Date: 2023-04-29 08:36\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to