Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kongress for openSUSE:Factory 
checked in at 2023-06-09 20:38:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kongress (Old)
 and      /work/SRC/openSUSE:Factory/.kongress.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kongress"

Fri Jun  9 20:38:53 2023 rev:3 rq:1091596 version:23.04.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kongress/kongress.changes        2023-05-12 
20:38:23.986234219 +0200
+++ /work/SRC/openSUSE:Factory/.kongress.new.15902/kongress.changes     
2023-06-09 20:41:31.967981106 +0200
@@ -1,0 +2,9 @@
+Tue Jun  6 20:01:21 UTC 2023 - Christophe Marin <[email protected]>
+
+- Update to 23.04.2
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/23.04.2/
+- No code change since 23.04.1
+
+-------------------------------------------------------------------

Old:
----
  kongress-23.04.1.tar.xz
  kongress-23.04.1.tar.xz.sig

New:
----
  kongress-23.04.2.tar.xz
  kongress-23.04.2.tar.xz.sig

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

Other differences:
------------------
++++++ kongress.spec ++++++
--- /var/tmp/diff_new_pack.BgraT7/_old  2023-06-09 20:41:32.483984103 +0200
+++ /var/tmp/diff_new_pack.BgraT7/_new  2023-06-09 20:41:32.487984125 +0200
@@ -17,7 +17,7 @@
 
 %bcond_without  released
 Name:           kongress
-Version:        23.04.1
+Version:        23.04.2
 Release:        0
 License:        GPL-3.0-or-later
 Summary:        Companion application for conferences


++++++ kongress-23.04.1.tar.xz -> kongress-23.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.04.1/CMakeLists.txt 
new/kongress-23.04.2/CMakeLists.txt
--- old/kongress-23.04.1/CMakeLists.txt 2023-05-06 11:15:30.000000000 +0200
+++ new/kongress-23.04.2/CMakeLists.txt 2023-06-02 21:47:49.000000000 +0200
@@ -7,7 +7,7 @@
 # KDE Applications version, managed by release script.
 set(RELEASE_SERVICE_VERSION_MAJOR "23")
 set(RELEASE_SERVICE_VERSION_MINOR "04")
-set(RELEASE_SERVICE_VERSION_MICRO "1")
+set(RELEASE_SERVICE_VERSION_MICRO "2")
 set(RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 project(kongress VERSION ${RELEASE_SERVICE_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.04.1/org.kde.kongress.appdata.xml 
new/kongress-23.04.2/org.kde.kongress.appdata.xml
--- old/kongress-23.04.1/org.kde.kongress.appdata.xml   2023-05-06 
11:15:30.000000000 +0200
+++ new/kongress-23.04.2/org.kde.kongress.appdata.xml   2023-06-02 
21:47:49.000000000 +0200
@@ -82,6 +82,7 @@
     <p xml:lang="es">Kongress es una aplicación complementaria para 
conferencias creada por KDE</p>
     <p xml:lang="fi">Kongress on KDE:n tekemä konferenssiavustajasovellus</p>
     <p xml:lang="fr">Kongress est une application de compagnon pour les 
conférences, réalisée par KDE.</p>
+    <p xml:lang="gl">Kongress é unha aplicación de acompañamento para 
conferencias organizadas por KDE.</p>
     <p xml:lang="ia">Kongress es un application companion per conferentias 
facite per KDE</p>
     <p xml:lang="id">Kongress adalah aplikasi pendamping untuk konferensi yang 
dibuat oleh KDE</p>
     <p xml:lang="it">Kongress è un'applicazione di supporto per le conferenze 
realizzata da KDE</p>
@@ -113,6 +114,7 @@
       <caption xml:lang="es">Kongress para móviles</caption>
       <caption xml:lang="fi">Kongress mobiilissa</caption>
       <caption xml:lang="fr">Kongress sur périphériques mobiles</caption>
+      <caption xml:lang="gl">Kongress de móbil</caption>
       <caption xml:lang="ia">Kongress sur Mobile</caption>
       <caption xml:lang="id">Kongress di Ponsel</caption>
       <caption xml:lang="it">Kongress su dispositivo mobile</caption>
@@ -145,6 +147,7 @@
       <caption xml:lang="es">Kongress para el escritorio</caption>
       <caption xml:lang="fi">Kongress työpöydällä</caption>
       <caption xml:lang="fr">Kongress sur le bureau</caption>
+      <caption xml:lang="gl">Kongress de escritorio</caption>
       <caption xml:lang="ia">Kongress sur scriptorio</caption>
       <caption xml:lang="id">Kongress di Desktop</caption>
       <caption xml:lang="it">Kongress su desktop</caption>
@@ -169,6 +172,7 @@
   <url type="homepage">https://invent.kde.org/utilities/kongress</url>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?product=Kongress</url>
   <releases>
+    <release version="23.04.2" date="2023-06-08"/>
     <release version="23.04.1" date="2023-05-11"/>
     <release version="23.04.0" date="2023-04-20"/>
     <release version="23.01" date="2023-01-30">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.04.1/org.kde.kongress.desktop 
new/kongress-23.04.2/org.kde.kongress.desktop
--- old/kongress-23.04.1/org.kde.kongress.desktop       2023-05-06 
11:15:30.000000000 +0200
+++ new/kongress-23.04.2/org.kde.kongress.desktop       2023-06-02 
21:47:49.000000000 +0200
@@ -44,6 +44,7 @@
 GenericName[es]=Conference Companion
 GenericName[fi]=Konferenssikumppani
 GenericName[fr]=Logiciel Companion pour les conférences
+GenericName[gl]=Acompañante para conferencias
 GenericName[ia]=Companion de conferentia
 GenericName[it]=Supporto per le conferenze
 GenericName[ka]=კონფერენციის პარტნიორ
ი
@@ -70,6 +71,7 @@
 Comment[es]=Aplicación complementaria para conferencias creada por KDE
 Comment[fi]=KDE:n tekemä konferenssikumppanisovellus
 Comment[fr]=Companion, une application pour les conférences organisées par 
KDE
+Comment[gl]=Aplicación de acompañamento para conferencias organizadas por 
KDE.
 Comment[ia]=Application cmpanion per conferentias facite per KDE
 Comment[it]=Applicazione di supporto per le conferenze realizzata da KDE
 Comment[ka]=პარტნიორი აპლიკაცია 
კონფერენციებისთვის, KDE-სგან
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.04.1/po/gl/kongress.po 
new/kongress-23.04.2/po/gl/kongress.po
--- old/kongress-23.04.1/po/gl/kongress.po      2023-05-06 11:15:30.000000000 
+0200
+++ new/kongress-23.04.2/po/gl/kongress.po      2023-06-02 21:47:49.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the kongress package.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2020.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2020, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kongress\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-09-29 00:50+0000\n"
-"PO-Revision-Date: 2020-03-07 17:04+0100\n"
+"PO-Revision-Date: 2023-05-11 16:38+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -15,28 +15,27 @@
 "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.08.3\n"
+"X-Generator: Lokalize 23.04.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
 msgid "Your names"
-msgstr ""
+msgstr "Adrian Chaves (Gallaecio)"
 
 #, kde-format
 msgctxt "EMAIL OF TRANSLATORS"
 msgid "Your emails"
-msgstr ""
+msgstr "[email protected]"
 
 #: calendarcontroller.cpp:302
-#, fuzzy, kde-format
-#| msgid "The calendar file is not valid"
+#, kde-format
 msgid "Cannot save calendar file. Export failed."
-msgstr "O ficheiro de calendario non é válido"
+msgstr "Non se pode gardar o ficheiro de calendario. A exportación fallou."
 
 #: calendarcontroller.cpp:308
 #, kde-format
 msgid "Export completed successfully"
-msgstr ""
+msgstr "Completouse a exportación"
 
 #: conferencemodel.cpp:87
 #, kde-format
@@ -54,15 +53,14 @@
 msgstr "Conferencias"
 
 #: contents/ui/Conferences.qml:24
-#, fuzzy, kde-format
-#| msgid "No events found"
+#, kde-format
 msgid "No conference found"
-msgstr "Non se atoparon eventos"
+msgstr "Non se atopou ningunha conferencia"
 
 #: contents/ui/Conferences.qml:27
 #, kde-format
 msgid "Reload"
-msgstr ""
+msgstr "Cargar de novo"
 
 #: contents/ui/EventInfo.qml:24
 #, kde-format
@@ -72,7 +70,7 @@
 #: contents/ui/EventInfo.qml:37
 #, kde-format
 msgid "Back"
-msgstr ""
+msgstr "Volver"
 
 #: contents/ui/EventInfo.qml:45
 #, kde-format
@@ -87,24 +85,22 @@
 #: contents/ui/FavoritesView.qml:27
 #, kde-format
 msgid "Export"
-msgstr ""
+msgstr "Exportar"
 
 #: contents/ui/FavoritesView.qml:57
 #, kde-format
 msgid "Open folder"
-msgstr ""
+msgstr "Abrir un cartafol"
 
 #: contents/ui/FavoritesView.qml:72
-#, fuzzy, kde-format
-#| msgid "No events found for %1"
+#, kde-format
 msgid "No favorite talks found for %1"
-msgstr "Non se atoparon eventos para %1"
+msgstr "Non se atoparon charlas favoritas para %1"
 
 #: contents/ui/FavoritesView.qml:72
-#, fuzzy, kde-format
-#| msgid "No events found"
+#, kde-format
 msgid "No favorite talks found"
-msgstr "Non se atoparon eventos"
+msgstr "Non se atoparon charlas favoritas"
 
 #: contents/ui/FavoritesView.qml:167
 #, kde-format
@@ -155,10 +151,9 @@
 msgstr "Favoritos"
 
 #: contents/ui/GlobalDrawer.qml:104
-#, fuzzy, kde-format
-#| msgid "Conference"
+#, kde-format
 msgid "Configure"
-msgstr "Conferencia"
+msgstr "Configurar"
 
 #: contents/ui/GlobalDrawer.qml:109
 #, kde-format
@@ -173,12 +168,12 @@
 #: contents/ui/GlobalDrawer.qml:118 contents/ui/SettingsView.qml:17
 #, kde-format
 msgid "Settings"
-msgstr ""
+msgstr "Configuración"
 
 #: contents/ui/GlobalDrawer.qml:131
 #, kde-format
 msgid "About"
-msgstr ""
+msgstr "Sobre"
 
 #: contents/ui/MapView.qml:35
 #, kde-format
@@ -191,22 +186,19 @@
 msgstr "Lonxitude: %1"
 
 #: contents/ui/MapView.qml:47
-#, fuzzy, kde-format
-#| msgid "OpenStreetMaps"
+#, kde-format
 msgid "OpenStreetMap"
-msgstr "OpenStreetMaps"
+msgstr "OpenStreetMap"
 
 #: contents/ui/ScheduleView.qml:28
-#, fuzzy, kde-format
-#| msgid "No events found for %1"
+#, kde-format
 msgid "No talks found for %1"
-msgstr "Non se atoparon eventos para %1"
+msgstr "Non se atoparon charlas para %1"
 
 #: contents/ui/ScheduleView.qml:28
-#, fuzzy, kde-format
-#| msgid "No events found"
+#, kde-format
 msgid "No talks found"
-msgstr "Non se atoparon eventos"
+msgstr "Non se atoparon charlas"
 
 #: contents/ui/ScheduleView.qml:67
 #, kde-format
@@ -216,33 +208,32 @@
 #: contents/ui/SettingsView.qml:23
 #, kde-format
 msgid "Appearance"
-msgstr ""
+msgstr "Aparencia"
 
 #: contents/ui/SettingsView.qml:28
 #, kde-format
 msgid "Use local timezone"
-msgstr ""
+msgstr "Usar o fuso horario local"
 
 #: contents/ui/SettingsView.qml:35
 #, kde-format
 msgid "Notifications"
-msgstr ""
+msgstr "Notificacións"
 
 #: contents/ui/SettingsView.qml:39
-#, fuzzy, kde-format
-#| msgid "Talk added to favorites"
+#, kde-format
 msgid "Add reminder to favorite talks"
-msgstr "A charla engadiuse ás favoritas"
+msgstr "Engadir unha lembranza ás charlas favoritas"
 
 #: contents/ui/SettingsView.qml:47
 #, kde-format
 msgid "Remind before talk start (minutes)"
-msgstr ""
+msgstr "Lembrar antes do inicio da charla (minutos)"
 
 #: contents/ui/SettingsView.qml:59
 #, kde-format
 msgid "Notifications are not supported on your platform"
-msgstr ""
+msgstr "As notificacións non están dispoñíbeis para esta plataforma."
 
 #: eventcontroller.cpp:56
 #, kde-format
@@ -271,29 +262,29 @@
 #: main.cpp:50
 #, kde-format
 msgid "Kongress"
-msgstr ""
+msgstr "Kongress"
 
 #: main.cpp:50
 #, kde-format
 msgid "KDE Conference Companion"
-msgstr ""
+msgstr "Acompañante para conferencias de KDE"
 
 #: main.cpp:50
 #, kde-format
 msgid "© 2021 KDE Community"
-msgstr ""
+msgstr "© 2021 Comunidade KDE"
 
 #: main.cpp:53
 #, kde-format
 msgctxt "@info:credit"
 msgid "Dimitris Kardarakos"
-msgstr ""
+msgstr "Dimitris Kardarakos"
 
 #: main.cpp:53
 #, kde-format
 msgctxt "@info:credit"
 msgid "Maintainer and Developer"
-msgstr ""
+msgstr "Mantemento e desenvolvemento"
 
 #, fuzzy
 #~| msgid "Check for updates"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.04.1/po/gl/kongressac.po 
new/kongress-23.04.2/po/gl/kongressac.po
--- old/kongress-23.04.1/po/gl/kongressac.po    2023-05-06 11:15:30.000000000 
+0200
+++ new/kongress-23.04.2/po/gl/kongressac.po    2023-06-02 21:47:49.000000000 
+0200
@@ -1,13 +1,13 @@
 # Copyright (C) YEAR This file is copyright:
 # This file is distributed under the same license as the kongress package.
-# Adrián Chaves (Gallaecio) <[email protected]>, 2020.
+# Adrián Chaves (Gallaecio) <[email protected]>, 2020, 2023.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kongress\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2022-08-06 00:48+0000\n"
-"PO-Revision-Date: 2020-03-07 08:16+0100\n"
+"PO-Revision-Date: 2023-05-11 16:32+0200\n"
 "Last-Translator: Adrián Chaves (Gallaecio) <[email protected]>\n"
 "Language-Team: Galician <[email protected]>\n"
 "Language: gl\n"
@@ -15,7 +15,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.08.3\n"
+"X-Generator: Lokalize 23.04.0\n"
 
 #, kde-format
 msgctxt "NAME OF TRANSLATORS"
@@ -28,16 +28,14 @@
 msgstr "[email protected]"
 
 #: kongressacmain.cpp:22 kongressacmain.cpp:23
-#, fuzzy, kde-format
-#| msgid "KDE Conference Alarm Check Daemon"
+#, kde-format
 msgid "Kongress Alarm Check Daemon"
-msgstr "Servizo de comprobación de alarmas de KDE Conference"
+msgstr "Servizo de comprobación de alarmas de Kongress"
 
 #: kongressacmain.cpp:25
-#, fuzzy, kde-format
-#| msgid "(c) 2020 Dimitris Kardarakos"
+#, kde-format
 msgid "(c) 2021 Dimitris Kardarakos"
-msgstr "© 2020 Dimitris Kardarakos"
+msgstr "© 2021 Dimitris Kardarakos"
 
 #: kongressacmain.cpp:27
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.04.1/po/ja/kongress.po 
new/kongress-23.04.2/po/ja/kongress.po
--- old/kongress-23.04.1/po/ja/kongress.po      2023-05-06 11:15:30.000000000 
+0200
+++ new/kongress-23.04.2/po/ja/kongress.po      2023-06-02 21:47:49.000000000 
+0200
@@ -10,7 +10,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=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
@@ -104,7 +104,6 @@
 msgid "Overlaps with another talk"
 msgid_plural "Overlaps with %1 other talks"
 msgstr[0] ""
-msgstr[1] ""
 
 #: contents/ui/GlobalDrawer.qml:38
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.04.1/po/ja/kongressac.po 
new/kongress-23.04.2/po/ja/kongressac.po
--- old/kongress-23.04.1/po/ja/kongressac.po    2023-05-06 11:15:30.000000000 
+0200
+++ new/kongress-23.04.2/po/ja/kongressac.po    2023-06-02 21:47:49.000000000 
+0200
@@ -10,7 +10,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=1; plural=0;\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.04.1/po/zh_CN/kongress.po 
new/kongress-23.04.2/po/zh_CN/kongress.po
--- old/kongress-23.04.1/po/zh_CN/kongress.po   2023-05-06 11:15:30.000000000 
+0200
+++ new/kongress-23.04.2/po/zh_CN/kongress.po   2023-06-02 21:47: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-09-29 00:50+0000\n"
-"PO-Revision-Date: 2023-04-29 08:36\n"
+"PO-Revision-Date: 2023-05-22 14:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kongress-23.04.1/po/zh_CN/kongressac.po 
new/kongress-23.04.2/po/zh_CN/kongressac.po
--- old/kongress-23.04.1/po/zh_CN/kongressac.po 2023-05-06 11:15:30.000000000 
+0200
+++ new/kongress-23.04.2/po/zh_CN/kongressac.po 2023-06-02 21:47: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-08-06 00:48+0000\n"
-"PO-Revision-Date: 2023-04-29 08:36\n"
+"PO-Revision-Date: 2023-05-22 14:04\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

Reply via email to