Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yakuake for openSUSE:Factory checked in at 2022-09-09 18:27:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yakuake (Old) and /work/SRC/openSUSE:Factory/.yakuake.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yakuake" Fri Sep 9 18:27:35 2022 rev:83 rq:1002165 version:22.08.1 Changes: -------- --- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes 2022-08-19 17:58:52.600401936 +0200 +++ /work/SRC/openSUSE:Factory/.yakuake.new.2083/yakuake.changes 2022-09-09 18:29:08.417206804 +0200 @@ -1,0 +2,8 @@ +Tue Sep 6 15:21:34 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.08.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/22.08.1/ + +------------------------------------------------------------------- Old: ---- yakuake-22.08.0.tar.xz yakuake-22.08.0.tar.xz.sig New: ---- yakuake-22.08.1.tar.xz yakuake-22.08.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yakuake.spec ++++++ --- /var/tmp/diff_new_pack.uHQlUl/_old 2022-09-09 18:29:08.849207941 +0200 +++ /var/tmp/diff_new_pack.uHQlUl/_new 2022-09-09 18:29:08.853207952 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: yakuake -Version: 22.08.0 +Version: 22.08.1 Release: 0 Summary: Drop-down terminal emulator based on Konsole technologies License: GPL-2.0-or-later ++++++ yakuake-22.08.0.tar.xz -> yakuake-22.08.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-22.08.0/CMakeLists.txt new/yakuake-22.08.1/CMakeLists.txt --- old/yakuake-22.08.0/CMakeLists.txt 2022-08-10 23:33:13.000000000 +0200 +++ new/yakuake-22.08.1/CMakeLists.txt 2022-09-02 23:59:27.000000000 +0200 @@ -3,7 +3,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "22") set (RELEASE_SERVICE_VERSION_MINOR "08") -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}") project(yakuake VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-22.08.0/app/visualeventoverlay.cpp new/yakuake-22.08.1/app/visualeventoverlay.cpp --- old/yakuake-22.08.0/app/visualeventoverlay.cpp 2022-08-10 23:33:13.000000000 +0200 +++ new/yakuake-22.08.1/app/visualeventoverlay.cpp 2022-09-02 23:59:27.000000000 +0200 @@ -204,7 +204,7 @@ void VisualEventOverlay::scheduleCleanup(int in) { - int left = m_cleanupTimerCeiling - m_cleanupTimerStarted.elapsed(); + int left = (m_cleanupTimerStarted.isValid())? m_cleanupTimerCeiling - m_cleanupTimerStarted.elapsed() : 0; if (in > left) { m_cleanupTimerCeiling = in; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-22.08.0/data/org.kde.yakuake.appdata.xml new/yakuake-22.08.1/data/org.kde.yakuake.appdata.xml --- old/yakuake-22.08.0/data/org.kde.yakuake.appdata.xml 2022-08-10 23:33:13.000000000 +0200 +++ new/yakuake-22.08.1/data/org.kde.yakuake.appdata.xml 2022-09-02 23:59:27.000000000 +0200 @@ -402,9 +402,9 @@ <binary>yakuake</binary> </provides> <releases> + <release version="22.08.1" date="2022-09-08"/> <release version="22.08.0" date="2022-08-18"/> <release version="22.04.3" date="2022-07-07"/> <release version="22.04.2" date="2022-06-09"/> - <release version="22.04.1" date="2022-05-12"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-22.08.0/po/be/yakuake.po new/yakuake-22.08.1/po/be/yakuake.po --- old/yakuake-22.08.0/po/be/yakuake.po 2022-08-12 02:01:11.000000000 +0200 +++ new/yakuake-22.08.1/po/be/yakuake.po 2022-09-06 02:01:27.000000000 +0200 @@ -14,8 +14,9 @@ "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || n%10>=5 && n%10<=9 || n" +"%100>=11 && n%100<=14 ? 2 : 3);\n" "X-Generator: KAider 0.1\n" #: app/config/appearancesettings.cpp:153 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-22.08.0/po/ca@valencia/yakuake.po new/yakuake-22.08.1/po/ca@valencia/yakuake.po --- old/yakuake-22.08.0/po/ca@valencia/yakuake.po 2022-08-12 02:01:11.000000000 +0200 +++ new/yakuake-22.08.1/po/ca@valencia/yakuake.po 2022-09-06 02:01:27.000000000 +0200 @@ -180,7 +180,7 @@ "environment. The default skin supports translucency." msgstr "" "La translucidesa requerix la implementaci?? tant a l'aparen??a seleccionada " -"com a l'entorn d'escriptori. L'aparen??a per defecte implementa la " +"com a l'entorn d'escriptori. L'aparen??a predeterminada implementa la " "translucidesa." #. i18n: ectx: property (text), widget (QCheckBox, kcfg_Translucency) @@ -413,7 +413,7 @@ msgctxt "@option:check" msgid "Show title bar contents in tab labels" msgstr "" -"Mostra el contingut de la barra de t??tol a les etiquetes de les pestanyes" +"Mostra el contingut de la barra de t??tol en les etiquetes de les pestanyes" #. i18n: ectx: property (text), widget (QCheckBox, kcfg_ShowTabBar) #: app/config/windowsettings.ui:95 @@ -729,14 +729,14 @@ #, kde-format msgctxt "@label" msgid "Show a system tray icon" -msgstr "Mostra una icona a la safata del sistema" +msgstr "Mostra una icona en la safata del sistema" #. i18n: ectx: whatsthis, entry (ShowSystrayIcon), group (Window) #: app/config/yakuake.kcfg:76 #, kde-format msgctxt "@info:whatsthis" msgid "Whether to show a system tray icon." -msgstr "Si s'ha de mostrar una icona a la safata del sistema." +msgstr "Si s'ha de mostrar una icona en la safata del sistema." #. i18n: ectx: label, entry (FocusFollowsMouse), group (Behavior) #: app/config/yakuake.kcfg:82 @@ -1130,7 +1130,7 @@ #, kde-kuit-format msgctxt "@info:credit" msgid "(c) 2008-2018 The Yakuake Team" -msgstr "(c) 2008-2018 The Yakuake Team" +msgstr "(c) 2008-2018 L'equip Yakuake" #: app/main.cpp:39 #, kde-kuit-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yakuake-22.08.0/po/zh_CN/yakuake.po new/yakuake-22.08.1/po/zh_CN/yakuake.po --- old/yakuake-22.08.0/po/zh_CN/yakuake.po 2022-08-12 02:01:11.000000000 +0200 +++ new/yakuake-22.08.1/po/zh_CN/yakuake.po 2022-09-06 02:01:27.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-06-30 00:49+0000\n" -"PO-Revision-Date: 2022-08-07 13:32\n" +"PO-Revision-Date: 2022-08-20 14:20\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"