Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qmlkonsole for openSUSE:Factory checked in at 2023-11-10 12:32:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qmlkonsole (Old) and /work/SRC/openSUSE:Factory/.qmlkonsole.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qmlkonsole" Fri Nov 10 12:32:57 2023 rev:8 rq:1124687 version:23.08.3 Changes: -------- --- /work/SRC/openSUSE:Factory/qmlkonsole/qmlkonsole.changes 2023-10-12 23:47:04.179672777 +0200 +++ /work/SRC/openSUSE:Factory/.qmlkonsole.new.17445/qmlkonsole.changes 2023-11-10 12:36:44.540081567 +0100 @@ -1,0 +2,9 @@ +Tue Nov 7 17:05:41 UTC 2023 - Christophe Marin <[email protected]> + +- Update to 23.08.3 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/23.08.3/ +- No code change since 23.08.2 + +------------------------------------------------------------------- Old: ---- qmlkonsole-23.08.2.tar.xz qmlkonsole-23.08.2.tar.xz.sig New: ---- qmlkonsole-23.08.3.tar.xz qmlkonsole-23.08.3.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qmlkonsole.spec ++++++ --- /var/tmp/diff_new_pack.5txseA/_old 2023-11-10 12:36:45.156104367 +0100 +++ /var/tmp/diff_new_pack.5txseA/_new 2023-11-10 12:36:45.160104515 +0100 @@ -18,7 +18,7 @@ %bcond_without released Name: qmlkonsole -Version: 23.08.2 +Version: 23.08.3 Release: 0 Summary: Terminal application License: GPL-2.0-or-later ++++++ qmlkonsole-23.08.2.tar.xz -> qmlkonsole-23.08.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-23.08.2/CMakeLists.txt new/qmlkonsole-23.08.3/CMakeLists.txt --- old/qmlkonsole-23.08.2/CMakeLists.txt 2023-10-10 05:26:29.000000000 +0200 +++ new/qmlkonsole-23.08.3/CMakeLists.txt 2023-11-04 12:33:28.000000000 +0100 @@ -5,7 +5,7 @@ set(RELEASE_SERVICE_VERSION_MAJOR "23") set(RELEASE_SERVICE_VERSION_MINOR "08") -set(RELEASE_SERVICE_VERSION_MICRO "2") +set(RELEASE_SERVICE_VERSION_MICRO "3") set(RELEASE_SERVICE_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") project(qmlkonsole VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-23.08.2/org.kde.qmlkonsole.appdata.xml new/qmlkonsole-23.08.3/org.kde.qmlkonsole.appdata.xml --- old/qmlkonsole-23.08.2/org.kde.qmlkonsole.appdata.xml 2023-10-10 05:26:29.000000000 +0200 +++ new/qmlkonsole-23.08.3/org.kde.qmlkonsole.appdata.xml 2023-11-04 12:33:28.000000000 +0100 @@ -228,6 +228,7 @@ </screenshots> <launchable type="desktop-id">org.kde.qmlkonsole.desktop</launchable> <releases> + <release version="23.08.3" date="2023-11-09"/> <release version="23.08.2" date="2023-10-12"/> <release version="23.08.1" date="2023-09-14"/> <release version="23.08.0" date="2023-08-24"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-23.08.2/po/fr/qmlkonsole.po new/qmlkonsole-23.08.3/po/fr/qmlkonsole.po --- old/qmlkonsole-23.08.2/po/fr/qmlkonsole.po 2023-10-10 05:26:29.000000000 +0200 +++ new/qmlkonsole-23.08.3/po/fr/qmlkonsole.po 2023-11-04 12:33:28.000000000 +0100 @@ -1,19 +1,19 @@ -# Xavier Besnard <[email protected]>, 2020, 2021, 2022. +# SPDX-FileCopyrightText: 2020, 2021, 2022, 2023 Xavier Besnard <[email protected]> # Xavier BESNARD <[email protected]>, 2023. msgid "" msgstr "" "Project-Id-Version: qmlkonsole\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-03-22 00:49+0000\n" -"PO-Revision-Date: 2023-01-05 18:38+0100\n" -"Last-Translator: Xavier BESNARD <xavier.besnard]neuf.fr>\n" +"PO-Revision-Date: 2023-10-26 11:54+0200\n" +"Last-Translator: Xavier BESNARD <[email protected]>\n" "Language-Team: fr\n" "Language: fr\n" "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" -"X-Generator: Lokalize 22.12.0\n" +"X-Generator: Lokalize 23.08.1\n" #, kde-format msgctxt "NAME OF TRANSLATORS" @@ -186,7 +186,7 @@ #: contents/ui/TerminalPage.qml:152 #, kde-format msgid "Send EOF" -msgstr "Envoyer un code « End Of File »" +msgstr "Envoyer un code « EOF » (Fin de fichier)" #: contents/ui/TerminalPage.qml:160 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qmlkonsole-23.08.2/po/zh_CN/qmlkonsole.po new/qmlkonsole-23.08.3/po/zh_CN/qmlkonsole.po --- old/qmlkonsole-23.08.2/po/zh_CN/qmlkonsole.po 2023-10-10 05:26:29.000000000 +0200 +++ new/qmlkonsole-23.08.3/po/zh_CN/qmlkonsole.po 2023-11-04 12:33:28.000000000 +0100 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-03-22 00:49+0000\n" -"PO-Revision-Date: 2023-09-16 10:12\n" +"PO-Revision-Date: 2023-10-21 13:58\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
