Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kunitconversion for openSUSE:Factory checked in at 2023-08-20 00:11:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kunitconversion (Old) and /work/SRC/openSUSE:Factory/.kunitconversion.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kunitconversion" Sun Aug 20 00:11:13 2023 rev:119 rq:1104605 version:5.109.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kunitconversion/kunitconversion.changes 2023-07-09 20:42:17.189832697 +0200 +++ /work/SRC/openSUSE:Factory/.kunitconversion.new.1766/kunitconversion.changes 2023-08-20 00:14:19.915248809 +0200 @@ -1,0 +2,10 @@ +Tue Aug 8 17:43:07 UTC 2023 - Christophe Marin <christo...@krop.fr> + +- Update to 5.109.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.109.0 +- Changes since 5.108.0: + * Add explicit moc includes to sources for moc-covered headers + +------------------------------------------------------------------- Old: ---- kunitconversion-5.108.0.tar.xz kunitconversion-5.108.0.tar.xz.sig New: ---- kunitconversion-5.109.0.tar.xz kunitconversion-5.109.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kunitconversion.spec ++++++ --- /var/tmp/diff_new_pack.VD8THb/_old 2023-08-20 00:14:20.643250242 +0200 +++ /var/tmp/diff_new_pack.VD8THb/_new 2023-08-20 00:14:20.647250249 +0200 @@ -24,7 +24,7 @@ %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kunitconversion -Version: 5.108.0 +Version: 5.109.0 Release: 0 Summary: Tool for converting physical units License: LGPL-2.1-or-later ++++++ kunitconversion-5.108.0.tar.xz -> kunitconversion-5.109.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunitconversion-5.108.0/CMakeLists.txt new/kunitconversion-5.109.0/CMakeLists.txt --- old/kunitconversion-5.108.0/CMakeLists.txt 2023-07-01 12:02:26.000000000 +0200 +++ new/kunitconversion-5.109.0/CMakeLists.txt 2023-08-05 14:39:41.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.108.0") # handled by release scripts -set(KF_DEP_VERSION "5.108.0") # handled by release scripts +set(KF_VERSION "5.109.0") # handled by release scripts +set(KF_DEP_VERSION "5.109.0") # handled by release scripts project(KUnitConversion VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.108.0 NO_MODULE) +find_package(ECM 5.109.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunitconversion-5.108.0/autotests/categorytest.cpp new/kunitconversion-5.109.0/autotests/categorytest.cpp --- old/kunitconversion-5.108.0/autotests/categorytest.cpp 2023-07-01 12:02:26.000000000 +0200 +++ new/kunitconversion-5.109.0/autotests/categorytest.cpp 2023-08-05 14:39:41.000000000 +0200 @@ -80,3 +80,5 @@ } QTEST_MAIN(CategoryTest) + +#include "moc_categorytest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunitconversion-5.108.0/autotests/convertertest.cpp new/kunitconversion-5.109.0/autotests/convertertest.cpp --- old/kunitconversion-5.108.0/autotests/convertertest.cpp 2023-07-01 12:02:26.000000000 +0200 +++ new/kunitconversion-5.109.0/autotests/convertertest.cpp 2023-08-05 14:39:41.000000000 +0200 @@ -130,3 +130,5 @@ } QTEST_MAIN(ConverterTest) + +#include "moc_convertertest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunitconversion-5.108.0/autotests/currencytableinittest.cpp new/kunitconversion-5.109.0/autotests/currencytableinittest.cpp --- old/kunitconversion-5.108.0/autotests/currencytableinittest.cpp 2023-07-01 12:02:26.000000000 +0200 +++ new/kunitconversion-5.109.0/autotests/currencytableinittest.cpp 2023-08-05 14:39:41.000000000 +0200 @@ -31,3 +31,5 @@ } QTEST_MAIN(CurrencyTableInitTest) + +#include "moc_currencytableinittest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunitconversion-5.108.0/autotests/valuetest.cpp new/kunitconversion-5.109.0/autotests/valuetest.cpp --- old/kunitconversion-5.108.0/autotests/valuetest.cpp 2023-07-01 12:02:26.000000000 +0200 +++ new/kunitconversion-5.109.0/autotests/valuetest.cpp 2023-08-05 14:39:41.000000000 +0200 @@ -68,3 +68,5 @@ } QTEST_MAIN(ValueTest) + +#include "moc_valuetest.cpp" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunitconversion-5.108.0/po/ko/kunitconversion5.po new/kunitconversion-5.109.0/po/ko/kunitconversion5.po --- old/kunitconversion-5.108.0/po/ko/kunitconversion5.po 2023-07-01 12:02:26.000000000 +0200 +++ new/kunitconversion-5.109.0/po/ko/kunitconversion5.po 2023-08-05 14:39:41.000000000 +0200 @@ -1,13 +1,13 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Shinjo Park <k...@peremen.name>, 2011, 2014, 2017, 2019, 2020, 2022. +# Shinjo Park <k...@peremen.name>, 2011, 2014, 2017, 2019, 2020, 2022, 2023. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-04-29 00:45+0000\n" -"PO-Revision-Date: 2022-07-13 12:29+0200\n" +"PO-Revision-Date: 2023-07-25 01:07+0200\n" "Last-Translator: Shinjo Park <k...@peremen.name>\n" "Language-Team: Korean <kde...@kde.org>\n" "Language: ko\n" @@ -15,7 +15,7 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Lokalize 21.12.3\n" +"X-Generator: Lokalize 22.12.3\n" #: acceleration.cpp:17 #, kde-format @@ -9341,9 +9341,7 @@ msgstr "í¤" #: mass.cpp:237 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "ton;tons;t;tonne" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "ton;tons;t;tonne;tonnes" msgstr "ton;tons;t;tonne;í¤" @@ -9374,12 +9372,10 @@ msgstr "ìºë¿" #: mass.cpp:248 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "carat;carats;CD" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "carat;carats;CD;ct" -msgstr "carat;carats;CD;ìºë¿" +msgstr "carat;carats;CD;ct;ìºë¿" #: mass.cpp:250 #, kde-format @@ -9407,12 +9403,10 @@ msgstr "íì´ë" #: mass.cpp:259 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "pound;pounds;lb" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "pound;pounds;lb;lbs" -msgstr "pound;pounds;lb;íì´ë" +msgstr "pound;pounds;lb;lbs;íì´ë" #: mass.cpp:261 #, kde-format @@ -12874,12 +12868,10 @@ msgstr "ìì í¬ë¡ë¯¸í°" #: velocity.cpp:65 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "kilometer per hour;kilometers per hour;km/h;kmh" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "kilometer per hour;kilometers per hour;km/h;kmh;kph" -msgstr "kilometer per hour;kilometers per hour;km/h;kmh;ìì í¬ë¡ë¯¸í°" +msgstr "kilometer per hour;kilometers per hour;km/h;kmh;kph;ìì í¬ë¡ë¯¸í°" #: velocity.cpp:67 #, kde-format @@ -15296,12 +15288,10 @@ msgstr "í°ì¤í¼" #: volume.cpp:497 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "teaspoon;teaspoons;tsps" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "teaspoon;teaspoons;tsp;tsps" -msgstr "teaspoon;teaspoons;tsps;í°ì¤í¼" +msgstr "teaspoon;teaspoons;tsp;tsps;í°ì¤í¼" #: volume.cpp:499 #, kde-format @@ -15329,12 +15319,10 @@ msgstr "í ì´ë¸ì¤í¼" #: volume.cpp:507 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "tablespoon;tablespoons;tbsps" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "tablespoon;tablespoons;tbsp;tbsps" -msgstr "tablespoon;tablespoons;tbsps;í ì´ë¸ì¤í¼" +msgstr "tablespoon;tablespoons;tbsp;tbsps;í ì´ë¸ì¤í¼" #: volume.cpp:509 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunitconversion-5.108.0/po/nn/kunitconversion5.po new/kunitconversion-5.109.0/po/nn/kunitconversion5.po --- old/kunitconversion-5.108.0/po/nn/kunitconversion5.po 2023-07-01 12:02:26.000000000 +0200 +++ new/kunitconversion-5.109.0/po/nn/kunitconversion5.po 2023-08-05 14:39:41.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: libconversion\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-04-29 00:45+0000\n" -"PO-Revision-Date: 2023-03-20 19:44+0100\n" +"PO-Revision-Date: 2023-07-29 12:36+0200\n" "Last-Translator: Karl Ove Hufthammer <k...@huftis.org>\n" "Language-Team: Norwegian Nynorsk <l10n...@lister.huftis.org>\n" "Language: nn\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 22.12.3\n" +"X-Generator: Lokalize 23.04.3\n" "X-Environment: kde\n" "X-Accelerator-Marker: &\n" "X-Text-Markup: kde4\n" @@ -13306,7 +13306,7 @@ #, kde-format msgctxt "unit synonyms for matching user input" msgid "kilometer per hour;kilometers per hour;km/h;kmh;kph" -msgstr "" +msgstr "kilometer per time;kilometer i timen;km/t;km/h;kph" #: velocity.cpp:67 #, kde-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunitconversion-5.108.0/po/sv/kunitconversion5.po new/kunitconversion-5.109.0/po/sv/kunitconversion5.po --- old/kunitconversion-5.108.0/po/sv/kunitconversion5.po 2023-07-01 12:02:26.000000000 +0200 +++ new/kunitconversion-5.109.0/po/sv/kunitconversion5.po 2023-08-05 14:39:41.000000000 +0200 @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Stefan Asserhäll <stefan.asserh...@bredband.net>, 2009, 2010. -# Stefan Asserhall <stefan.asserh...@bredband.net>, 2010, 2011, 2014, 2016, 2018, 2019, 2020, 2022. +# Stefan Asserhall <stefan.asserh...@bredband.net>, 2010, 2011, 2014, 2016, 2018, 2019, 2020, 2022, 2023. # Arve Eriksson <031299...@telia.com>, 2011. msgid "" msgstr "" "Project-Id-Version: libconversion\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-04-29 00:45+0000\n" -"PO-Revision-Date: 2022-05-29 11:21+0200\n" +"PO-Revision-Date: 2023-07-31 10:22+0200\n" "Last-Translator: Stefan Asserhäll <stefan.asserh...@bredband.net>\n" "Language-Team: Swedish <kde-i18n-...@kde.org>\n" "Language: sv\n" @@ -9598,9 +9598,7 @@ msgstr "ton" #: mass.cpp:237 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "ton;tons;t;tonne" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "ton;tons;t;tonne;tonnes" msgstr "ton;ton;t;ton" @@ -9632,12 +9630,10 @@ msgstr "karat" #: mass.cpp:248 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "carat;carats;CD" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "carat;carats;CD;ct" -msgstr "karat;karat;karat" +msgstr "karat;karat;karat;ct" #: mass.cpp:250 #, kde-format @@ -9666,12 +9662,10 @@ msgstr "pund" #: mass.cpp:259 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "pound;pounds;lb" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "pound;pounds;lb;lbs" -msgstr "pund;pund;lb" +msgstr "pund;pund;lb;lbs" #: mass.cpp:261 #, kde-format @@ -13232,9 +13226,7 @@ msgstr "kilometer per timme" #: velocity.cpp:65 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "kilometer per hour;kilometers per hour;km/h;kmh" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "kilometer per hour;kilometers per hour;km/h;kmh;kph" msgstr "kilometer per timme;kilometer per timme;km/t;km/t" @@ -15727,9 +15719,7 @@ msgstr "tesked" #: volume.cpp:497 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "teaspoon;teaspoons;tsps" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "teaspoon;teaspoons;tsp;tsps" msgstr "tesked;teskedar:tsk" @@ -15761,9 +15751,7 @@ msgstr "matsked" #: volume.cpp:507 -#, fuzzy, kde-format -#| msgctxt "unit synonyms for matching user input" -#| msgid "tablespoon;tablespoons;tbsps" +#, kde-format msgctxt "unit synonyms for matching user input" msgid "tablespoon;tablespoons;tbsp;tbsps" msgstr "matsked;matskedar:msk" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kunitconversion-5.108.0/po/zh_CN/kunitconversion5.po new/kunitconversion-5.109.0/po/zh_CN/kunitconversion5.po --- old/kunitconversion-5.108.0/po/zh_CN/kunitconversion5.po 2023-07-01 12:02:26.000000000 +0200 +++ new/kunitconversion-5.109.0/po/zh_CN/kunitconversion5.po 2023-08-05 14:39:41.000000000 +0200 @@ -3,7 +3,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2023-04-29 00:45+0000\n" -"PO-Revision-Date: 2023-06-17 04:11\n" +"PO-Revision-Date: 2023-08-02 12:40\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"