Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ktimer for openSUSE:Factory checked in at 2022-02-04 21:48:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ktimer (Old) and /work/SRC/openSUSE:Factory/.ktimer.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ktimer" Fri Feb 4 21:48:32 2022 rev:129 rq:951115 version:21.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ktimer/ktimer.changes 2022-01-11 21:23:01.165117077 +0100 +++ /work/SRC/openSUSE:Factory/.ktimer.new.1898/ktimer.changes 2022-02-04 21:51:05.295692217 +0100 @@ -1,0 +2,9 @@ +Tue Feb 1 13:03:35 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update to 21.12.2 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/gear/21.12.2/ +- No code change since 21.12.1 + +------------------------------------------------------------------- Old: ---- ktimer-21.12.1.tar.xz ktimer-21.12.1.tar.xz.sig New: ---- ktimer-21.12.2.tar.xz ktimer-21.12.2.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ktimer.spec ++++++ --- /var/tmp/diff_new_pack.Hkkm3C/_old 2022-02-04 21:51:05.951687738 +0100 +++ /var/tmp/diff_new_pack.Hkkm3C/_new 2022-02-04 21:51:05.955687711 +0100 @@ -20,7 +20,7 @@ %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: ktimer -Version: 21.12.1 +Version: 21.12.2 Release: 0 Summary: Countdown Launcher License: GPL-2.0-or-later ++++++ ktimer-21.12.1.tar.xz -> ktimer-21.12.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktimer-21.12.1/CMakeLists.txt new/ktimer-21.12.2/CMakeLists.txt --- old/ktimer-21.12.1/CMakeLists.txt 2022-01-03 22:32:46.000000000 +0100 +++ new/ktimer-21.12.2/CMakeLists.txt 2022-01-28 23:50:08.000000000 +0100 @@ -1,7 +1,7 @@ # KDE Application Version, managed by release script set (RELEASE_SERVICE_VERSION_MAJOR "21") set (RELEASE_SERVICE_VERSION_MINOR "12") -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}") cmake_minimum_required (VERSION 3.16 FATAL_ERROR) project(ktimer VERSION ${RELEASE_SERVICE_VERSION}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktimer-21.12.1/org.kde.ktimer.appdata.xml new/ktimer-21.12.2/org.kde.ktimer.appdata.xml --- old/ktimer-21.12.1/org.kde.ktimer.appdata.xml 2022-01-03 22:32:46.000000000 +0100 +++ new/ktimer-21.12.2/org.kde.ktimer.appdata.xml 2022-01-28 23:50:08.000000000 +0100 @@ -141,9 +141,9 @@ </provides> <launchable type="desktop-id">org.kde.ktimer.desktop</launchable> <releases> + <release version="21.12.2" date="2022-02-03"/> <release version="21.12.1" date="2022-01-06"/> <release version="21.12.0" date="2021-12-09"/> <release version="21.08.3" date="2021-11-04"/> - <release version="21.08.2" date="2021-10-07"/> </releases> </component> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktimer-21.12.1/org.kde.ktimer.desktop new/ktimer-21.12.2/org.kde.ktimer.desktop --- old/ktimer-21.12.1/org.kde.ktimer.desktop 2022-01-03 22:32:46.000000000 +0100 +++ new/ktimer-21.12.2/org.kde.ktimer.desktop 2022-01-28 23:50:08.000000000 +0100 @@ -58,6 +58,7 @@ GenericName[tr]=Gerisay??m ??al????t??r??c?? GenericName[ug]=?????????? ?????????????????? ???????? ???????????? GenericName[uk]=???????????? +GenericName[vi]=Tr??nh kh???i ch???y b??? ?????m ng?????c GenericName[wa]=Usteye di munutreye GenericName[x-test]=xxCountdown Launcherxx GenericName[zh_CN]=?????????????????? @@ -175,6 +176,7 @@ Comment[sv]=Stoppur f??r skrivbordet Comment[tr]=Masa??st?? kronometresi Comment[uk]=?????????????????????? ???????????????????? +Comment[vi]=?????ng h??? b???m gi??? tr??n b??n l??m vi???c Comment[x-test]=xxDesktop stopwatchxx Comment[zh_CN]=???????????? Comment[zh_TW]=???????????? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktimer-21.12.1/po/ca/ktimer.po new/ktimer-21.12.2/po/ca/ktimer.po --- old/ktimer-21.12.1/po/ca/ktimer.po 2022-01-04 01:15:27.000000000 +0100 +++ new/ktimer-21.12.2/po/ca/ktimer.po 2022-02-01 01:06:45.000000000 +0100 @@ -350,9 +350,3 @@ msgid "Enter a program you would like to run when the countdown is zero" msgstr "" "Introdu??u un programa que voleu executar quan el compte enrere sigui zero" - -#~ msgid "You can change the amount of time here." -#~ msgstr "Aqu?? podeu canviar la durada." - -#~ msgid "This many seconds are left" -#~ msgstr "Aquests s??n els segons que falten" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktimer-21.12.1/po/ca@valencia/ktimer.po new/ktimer-21.12.2/po/ca@valencia/ktimer.po --- old/ktimer-21.12.1/po/ca@valencia/ktimer.po 2022-01-04 01:15:27.000000000 +0100 +++ new/ktimer-21.12.2/po/ca@valencia/ktimer.po 2022-02-01 01:06:45.000000000 +0100 @@ -1,25 +1,24 @@ # Translation of ktimer.po to Catalan (Valencian) -# Copyright (C) 2002-2019 This_file_is_part_of_KDE +# Copyright (C) 2002-2020 This_file_is_part_of_KDE # # Albert Astals Cid <[email protected]>, 2002, 2003. # Josep M. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2012, 2015, 2018. # Joan Maspons <[email protected]>, 2009. # Manuel Tortosa Moreno <[email protected]>, 2009. -# Antoni Bella P??rez <[email protected]>, 2017. -# Empar Montoro Mart??n <[email protected]>, 2019. +# Antoni Bella P??rez <[email protected]>, 2017, 2020. msgid "" msgstr "" "Project-Id-Version: ktimer\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:13+0200\n" -"PO-Revision-Date: 2019-09-26 13:21+0200\n" -"Last-Translator: Empar Montoro Mart??n <[email protected]>\n" +"PO-Revision-Date: 2020-07-26 16:14+0200\n" +"Last-Translator: Antoni Bella P??rez <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" "Language: ca@valencia\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 19.04.2\n" +"X-Generator: Lokalize 20.04.3\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Accelerator-Marker: &\n" @@ -72,8 +71,8 @@ "New countdowns are put here. You can add and remove them, and stop and start " "them." msgstr "" -"Els comptes arrere nous es posen ac??. Podeu afegir-ne i eliminar-ne, i parar-" -"los i iniciar-los." +"Els comptes arrere nous es posen ac??. Podeu afegir-ne i eliminar-ne, i " +"aturar-los i iniciar-los." #. i18n: ectx: property (text), widget (QTreeWidget, m_list) #: prefwidget.ui:36 @@ -202,13 +201,13 @@ #: prefwidget.ui:168 #, kde-format msgid "Stop a countdown" -msgstr "Para un compte arrere" +msgstr "Atura un compte arrere" #. i18n: ectx: property (whatsThis), widget (QToolButton, m_stop) #: prefwidget.ui:171 #, kde-format msgid "Use this to stop the countdown for a task." -msgstr "Useu aix?? per a parar el compte arrere d'una tasca." +msgstr "Useu aix?? per a aturar el compte arrere d'una tasca." #. i18n: ectx: property (text), widget (QToolButton, m_stop) #: prefwidget.ui:174 @@ -226,13 +225,13 @@ #: prefwidget.ui:187 #, kde-format msgid "Click here to open the help documentation viewer." -msgstr "Cliqueu ac?? per obrir el visor de la documentaci?? d'ajuda." +msgstr "Cliqueu ac?? per a obrir el visor de la documentaci?? d'ajuda." #. i18n: ectx: property (title), widget (QGroupBox, m_settings) #: prefwidget.ui:197 #, kde-format msgid "Settings" -msgstr "Configuraci??" +msgstr "Arranjament" #. i18n: ectx: property (toolTip), widget (QCheckBox, m_loop) #. i18n: ectx: property (whatsThis), widget (QCheckBox, m_loop) @@ -350,4 +349,4 @@ #, kde-format msgid "Enter a program you would like to run when the countdown is zero" msgstr "" -"Introdu??u un programa que vulgueu executar quan el compte arrere siga zero" +"Introdu??u un programa que voleu executar quan el compte arrere siga zero" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ktimer-21.12.1/po/zh_CN/ktimer.po new/ktimer-21.12.2/po/zh_CN/ktimer.po --- old/ktimer-21.12.1/po/zh_CN/ktimer.po 2022-01-04 01:15:27.000000000 +0100 +++ new/ktimer-21.12.2/po/zh_CN/ktimer.po 2022-02-01 01:06:45.000000000 +0100 @@ -6,7 +6,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2019-05-20 03:13+0200\n" -"PO-Revision-Date: 2021-12-22 14:10\n" +"PO-Revision-Date: 2022-01-08 15:25\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"
