Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kdesignerplugin for openSUSE:Factory 
checked in at 2021-02-17 18:10:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old)
 and      /work/SRC/openSUSE:Factory/.kdesignerplugin.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdesignerplugin"

Wed Feb 17 18:10:41 2021 rev:88 rq:871687 version:5.79.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes  
2021-01-13 18:17:28.201031512 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdesignerplugin.new.28504/kdesignerplugin.changes   
    2021-02-17 18:11:52.869957350 +0100
@@ -1,0 +2,9 @@
+Mon Feb  8 08:46:13 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.79.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.79.0
+- No code change since 5.78.0
+
+-------------------------------------------------------------------

Old:
----
  kdesignerplugin-5.78.0.tar.xz
  kdesignerplugin-5.78.0.tar.xz.sig

New:
----
  kdesignerplugin-5.79.0.tar.xz
  kdesignerplugin-5.79.0.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdesignerplugin.spec ++++++
--- /var/tmp/diff_new_pack.iruUYp/_old  2021-02-17 18:11:53.445957821 +0100
+++ /var/tmp/diff_new_pack.iruUYp/_new  2021-02-17 18:11:53.445957821 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%define _tar_path 5.78
+%define _tar_path 5.79
 # 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 lang
 Name:           kdesignerplugin
-Version:        5.78.0
+Version:        5.79.0
 Release:        0
 Summary:        Framework for integration of KDE frameworks widgets with Qt 
Designer
 License:        LGPL-2.1-or-later


++++++ kdesignerplugin-5.78.0.tar.xz -> kdesignerplugin-5.79.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.78.0/.gitignore 
new/kdesignerplugin-5.79.0/.gitignore
--- old/kdesignerplugin-5.78.0/.gitignore       2021-01-02 14:12:46.000000000 
+0100
+++ new/kdesignerplugin-5.79.0/.gitignore       2021-02-06 19:14:55.000000000 
+0100
@@ -20,3 +20,4 @@
 CMakeLists.txt.user*
 *.unc-backup*
 .cmake/
+/.clang-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.78.0/CMakeLists.txt 
new/kdesignerplugin-5.79.0/CMakeLists.txt
--- old/kdesignerplugin-5.78.0/CMakeLists.txt   2021-01-02 14:12:46.000000000 
+0100
+++ new/kdesignerplugin-5.79.0/CMakeLists.txt   2021-02-06 19:14:55.000000000 
+0100
@@ -1,11 +1,11 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.78.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.78.0") # handled by release scripts
-project(KDesignerPlugin VERSION ${KF5_VERSION})
+set(KF_VERSION "5.79.0") # handled by release scripts
+set(KF_DEP_VERSION "5.79.0") # handled by release scripts
+project(KDesignerPlugin VERSION ${KF_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.78.0  NO_MODULE)
+find_package(ECM 5.79.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)
 
@@ -27,9 +27,9 @@
 
 include(ECMPoQmTools)
 
-find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5Config ${KF5_DEP_VERSION} REQUIRED)
-find_package(KF5DocTools ${KF5_DEP_VERSION})
+find_package(KF5CoreAddons ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5Config ${KF_DEP_VERSION} REQUIRED)
+find_package(KF5DocTools ${KF_DEP_VERSION})
 
 
 set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_CMAKEPACKAGEDIR}/KF5DesignerPlugin")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.78.0/po/bg/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.79.0/po/bg/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.78.0/po/bg/kdesignerplugin5_qt.po     2021-01-02 
14:12:46.000000000 +0100
+++ new/kdesignerplugin-5.79.0/po/bg/kdesignerplugin5_qt.po     2021-02-06 
19:14:55.000000000 +0100
@@ -2,20 +2,20 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Zlatko Popov <[email protected]>, 2006, 2007, 2008, 2009.
-# Yasen Pramatarov <[email protected]>, 2009, 2010, 2011, 2012, 2013.
+# Yasen Pramatarov <[email protected]>, 2009, 2010, 2011, 2012, 2013, 2021.
 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: 2013-07-23 01:52+0300\n"
+"PO-Revision-Date: 2021-01-11 13:58+0200\n"
 "Last-Translator: Yasen Pramatarov <[email protected]>\n"
 "Language-Team: Bulgarian <[email protected]>\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 1.5\n"
+"X-Generator: Lokalize 20.08.2\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Qt-Contexts: true\n"
 
@@ -25,18 +25,14 @@
 msgstr ""
 
 #: kgendesignerplugin.cpp:95
-#, fuzzy
-#| msgid "Input file"
 msgctxt "main|"
 msgid "Input file."
-msgstr "???????????? ????????"
+msgstr "???????????? ????????."
 
 #: kgendesignerplugin.cpp:96
-#, fuzzy
-#| msgid "Output file"
 msgctxt "main|"
 msgid "Output file."
-msgstr "?????????????? ????????"
+msgstr "?????????????? ????????."
 
 #: kgendesignerplugin.cpp:97
 #, fuzzy
@@ -59,25 +55,19 @@
 #: kgendesignerplugin.cpp:101
 msgctxt "kgendesignerplugin about data|"
 msgid "kgendesignerplugin"
-msgstr ""
+msgstr "kgendesignerplugin"
 
 #: kgendesignerplugin.cpp:105
-#, fuzzy
-#| msgid "(C) 2004-2005 Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "(C) 2004-2005 Ian Reinhart Geiser"
 msgstr "(C) 2004-2005 Ian Reinhart Geiser"
 
 #: kgendesignerplugin.cpp:109
-#, fuzzy
-#| msgid "Ian Reinhart Geiser"
 msgctxt "kgendesignerplugin about data|"
 msgid "Ian Reinhart Geiser"
 msgstr "Ian Reinhart Geiser"
 
 #: kgendesignerplugin.cpp:110
-#, fuzzy
-#| msgid "Daniel Molkentin"
 msgctxt "kgendesignerplugin about data|"
 msgid "Daniel Molkentin"
 msgstr "Daniel Molkentin"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesignerplugin-5.78.0/po/fr/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.79.0/po/fr/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.78.0/po/fr/kdesignerplugin5_qt.po     2021-01-02 
14:12:46.000000000 +0100
+++ new/kdesignerplugin-5.79.0/po/fr/kdesignerplugin5_qt.po     2021-02-06 
19:14:55.000000000 +0100
@@ -17,20 +17,21 @@
 # Jo??lle Cornavin <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013.
 # Sebastien Renard <[email protected]>, 2013, 2014.
 # Vincent Pinon <[email protected]>, 2017.
+# Xavier Besnard <[email protected]>, 2021.
 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: 2017-07-03 17:38+0100\n"
-"Last-Translator: Vincent Pinon <[email protected]>\n"
-"Language-Team: French <[email protected]>\n"
+"PO-Revision-Date: 2021-01-11 18:12+0100\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 2.0\n"
+"X-Generator: Lokalize 20.12.0\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: qtrich\n"
@@ -60,7 +61,7 @@
 "input file)."
 msgstr ""
 "Nom de la classe de modules externes ?? g??n??rer (d??conseill??, il faut "
-"utiliser pluginName dans le fichier d'entr??e)."
+"utiliser ????Nom_module_externe???? dans le fichier d'entr??e)."
 
 #: kgendesignerplugin.cpp:98
 msgctxt "main|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdesignerplugin-5.78.0/po/zh_CN/kdesignerplugin5_qt.po 
new/kdesignerplugin-5.79.0/po/zh_CN/kdesignerplugin5_qt.po
--- old/kdesignerplugin-5.78.0/po/zh_CN/kdesignerplugin5_qt.po  2021-01-02 
14:12:46.000000000 +0100
+++ new/kdesignerplugin-5.79.0/po/zh_CN/kdesignerplugin5_qt.po  2021-02-06 
19:14:55.000000000 +0100
@@ -13,7 +13,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2021-01-01 14:21\n"
+"PO-Revision-Date: 2021-02-04 11:58\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"

Reply via email to