Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdesignerplugin for openSUSE:Factory checked in at 2022-07-11 19:08:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old) and /work/SRC/openSUSE:Factory/.kdesignerplugin.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdesignerplugin" Mon Jul 11 19:08:38 2022 rev:105 rq:988131 version:5.96.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes 2022-06-17 21:20:59.642723954 +0200 +++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new.1523/kdesignerplugin.changes 2022-07-11 19:09:51.223648489 +0200 @@ -1,0 +2,9 @@ +Sun Jul 3 11:55:54 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 5.96.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.96.0 +- No code change since 5.95.0 + +------------------------------------------------------------------- Old: ---- kdesignerplugin-5.95.0.tar.xz kdesignerplugin-5.95.0.tar.xz.sig New: ---- kdesignerplugin-5.96.0.tar.xz kdesignerplugin-5.96.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesignerplugin.spec ++++++ --- /var/tmp/diff_new_pack.kddhOn/_old 2022-07-11 19:09:51.707649190 +0200 +++ /var/tmp/diff_new_pack.kddhOn/_new 2022-07-11 19:09:51.715649202 +0200 @@ -16,14 +16,14 @@ # -%define _tar_path 5.95 +%define _tar_path 5.96 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kdesignerplugin -Version: 5.95.0 +Version: 5.96.0 Release: 0 Summary: Framework for integration of KDE frameworks widgets with Qt Designer License: LGPL-2.1-or-later ++++++ kdesignerplugin-5.95.0.tar.xz -> kdesignerplugin-5.96.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.95.0/CMakeLists.txt new/kdesignerplugin-5.96.0/CMakeLists.txt --- old/kdesignerplugin-5.95.0/CMakeLists.txt 2022-06-09 23:18:15.000000000 +0200 +++ new/kdesignerplugin-5.96.0/CMakeLists.txt 2022-07-02 17:50:51.000000000 +0200 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.95.0") # handled by release scripts -set(KF_DEP_VERSION "5.95.0") # handled by release scripts +set(KF_VERSION "5.96.0") # handled by release scripts +set(KF_DEP_VERSION "5.96.0") # handled by release scripts project(KDesignerPlugin VERSION ${KF_VERSION}) include(FeatureSummary) -find_package(ECM 5.95.0 NO_MODULE) +find_package(ECM 5.96.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -16,6 +16,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE) include(KDECMakeSettings) +include(ECMDeprecationSettings) set(REQUIRED_QT_VERSION 5.15.2) find_package(Qt${QT_MAJOR_VERSION}Core ${REQUIRED_QT_VERSION} REQUIRED NO_MODULE) @@ -33,8 +34,12 @@ set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DesignerPlugin") -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00) -add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055100) + +ecm_set_disabled_deprecation_versions( + QT 5.15.2 + KF 5.95 +) + if (KF5DocTools_FOUND) add_subdirectory(docs) endif() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.95.0/po/bg/kdesignerplugin5_qt.po new/kdesignerplugin-5.96.0/po/bg/kdesignerplugin5_qt.po --- old/kdesignerplugin-5.95.0/po/bg/kdesignerplugin5_qt.po 2022-06-09 23:18:15.000000000 +0200 +++ new/kdesignerplugin-5.96.0/po/bg/kdesignerplugin5_qt.po 2022-07-02 17:50:51.000000000 +0200 @@ -3,26 +3,27 @@ # # Zlatko Popov <zlatkopo...@fsa-bg.org>, 2006, 2007, 2008, 2009. # Yasen Pramatarov <ya...@lindeas.com>, 2009, 2010, 2011, 2012, 2013, 2021. +# Mincho Kondarev <mkonda...@yahoo.de>, 2022. msgid "" msgstr "" "Project-Id-Version: kdelibs4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-03-23 01:50+0000\n" -"PO-Revision-Date: 2021-01-11 13:58+0200\n" -"Last-Translator: Yasen Pramatarov <ya...@lindeas.com>\n" +"PO-Revision-Date: 2022-05-20 20:49+0200\n" +"Last-Translator: Mincho Kondarev <mkonda...@yahoo.de>\n" "Language-Team: Bulgarian <d...@ludost.net>\n" "Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 20.08.2\n" +"X-Generator: Lokalize 22.04.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Qt-Contexts: true\n" #: kgendesignerplugin.cpp:88 msgctxt "main|" msgid "Builds Qt widget plugins from an ini style description file." -msgstr "" +msgstr "???????????????? ?????????????????? ???? ???????????????????????????? Qt ???? ???????? ?? ???????????????? ?? ???????? ini." #: kgendesignerplugin.cpp:95 msgctxt "main|" @@ -35,22 +36,22 @@ msgstr "?????????????? ????????." #: kgendesignerplugin.cpp:97 -#, fuzzy -#| msgid "Name of the plugin class to generate" msgctxt "main|" msgid "" "Name of the plugin class to generate (deprecated, use PluginName in the " "input file)." -msgstr "?????? ???? ?????????? ?????????????????? ???? ????????????????????" +msgstr "" +"?????? ???? ?????????? ???? ?????????????????????? ???? ???????????????????? (??????????????????, ?????????????????????? PluginName " +"?????? ???????????? ????????)." #: kgendesignerplugin.cpp:98 -#, fuzzy -#| msgid "Default widget group name to display in designer" msgctxt "main|" msgid "" "Default widget group name to display in designer (deprecated, use " "DefaultGroup in the input file)." -msgstr "?????? ???? ?????????? ???? ????????????????????????, ?????????? ???? ???? ?????????????? ?? ??????????????????" +msgstr "" +"?????? ???? ?????????????? ???????????????????????????? ???? ???????????????????????? ???? ?????????????????? ?? ???????????????? " +"(??????????????????, ?????????????????????? DefaultGroup ?????? ?????????????? ????????)." #: kgendesignerplugin.cpp:101 msgctxt "kgendesignerplugin about data|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.95.0/po/ca@valencia/kdesignerplugin5_qt.po new/kdesignerplugin-5.96.0/po/ca@valencia/kdesignerplugin5_qt.po --- old/kdesignerplugin-5.95.0/po/ca@valencia/kdesignerplugin5_qt.po 2022-06-09 23:18:15.000000000 +0200 +++ new/kdesignerplugin-5.96.0/po/ca@valencia/kdesignerplugin5_qt.po 2022-07-02 17:50:51.000000000 +0200 @@ -30,7 +30,7 @@ msgctxt "main|" msgid "Builds Qt widget plugins from an ini style description file." msgstr "" -"Construeix conectors de giny de les Qt des d'un fitxer de descripci?? d'estil " +"Constru??x connectors de giny de les Qt des d'un fitxer de descripci?? d'estil " "??ini??." #: kgendesignerplugin.cpp:95 @@ -49,7 +49,7 @@ "Name of the plugin class to generate (deprecated, use PluginName in the " "input file)." msgstr "" -"Nom de la classe del conector a generar (obsolet, utiliseu ??PluginName?? en " +"Nom de la classe del connector a generar (obsolet, utilitzeu ??PluginName?? en " "el fitxer d'entrada)." #: kgendesignerplugin.cpp:98 @@ -59,7 +59,7 @@ "DefaultGroup in the input file)." msgstr "" "Nom del grup del giny predeterminat a mostrar al dissenyador (obsolet, " -"utiliseu ??DefaultGroup?? en el fitxer d'entrada)." +"utilitzeu ??DefaultGroup?? en el fitxer d'entrada)." #: kgendesignerplugin.cpp:101 msgctxt "kgendesignerplugin about data|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-5.95.0/po/zh_CN/kdesignerplugin5_qt.po new/kdesignerplugin-5.96.0/po/zh_CN/kdesignerplugin5_qt.po --- old/kdesignerplugin-5.95.0/po/zh_CN/kdesignerplugin5_qt.po 2022-06-09 23:18:15.000000000 +0200 +++ new/kdesignerplugin-5.96.0/po/zh_CN/kdesignerplugin5_qt.po 2022-07-02 17:50:51.000000000 +0200 @@ -12,10 +12,6 @@ # Weng Xuetian <wen...@gmail.com>, 2011, 2012, 2013. msgid "" msgstr "" -"Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2022-06-05 04:17\n" -"Language-Team: Chinese Simplified\n" -"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" @@ -26,6 +22,10 @@ "X-Crowdin-Language: zh-CN\n" "X-Crowdin-File: /kf5-trunk/messages/kdesignerplugin/kdesignerplugin5_qt.pot\n" "X-Crowdin-File-ID: 5594\n" +"Project-Id-Version: kdeorg\n" +"Language-Team: Chinese Simplified\n" +"Language: zh_CN\n" +"PO-Revision-Date: 2022-07-02 10:59\n" #: kgendesignerplugin.cpp:88 msgctxt "main|"