Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcachegrind for openSUSE:Factory 
checked in at 2021-12-13 20:42:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcachegrind (Old)
 and      /work/SRC/openSUSE:Factory/.kcachegrind.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcachegrind"

Mon Dec 13 20:42:50 2021 rev:105 rq:937910 version:21.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcachegrind/kcachegrind.changes  2021-11-06 
18:19:12.780921260 +0100
+++ /work/SRC/openSUSE:Factory/.kcachegrind.new.2520/kcachegrind.changes        
2021-12-13 20:47:47.540534966 +0100
@@ -1,0 +2,24 @@
+Fri Dec  3 19:21:45 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/gear/21.12.0/
+- No code change since 21.11.90
+
+-------------------------------------------------------------------
+Sat Nov 27 10:10:38 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.90
+  * New feature release
+- Changes since 21.11.80:
+  * Fix hang in line-break algorithm (kde#428917)
+
+-------------------------------------------------------------------
+Sat Nov 13 17:54:48 UTC 2021 - Christophe Giboudeaux <[email protected]>
+
+- Update to 21.11.80
+  * New feature release
+- No code change since 21.08.3
+
+-------------------------------------------------------------------

Old:
----
  kcachegrind-21.08.3.tar.xz
  kcachegrind-21.08.3.tar.xz.sig

New:
----
  kcachegrind-21.12.0.tar.xz
  kcachegrind-21.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcachegrind.spec ++++++
--- /var/tmp/diff_new_pack.uymVt4/_old  2021-12-13 20:47:48.124535339 +0100
+++ /var/tmp/diff_new_pack.uymVt4/_new  2021-12-13 20:47:48.132535345 +0100
@@ -16,12 +16,11 @@
 #
 
 
-%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kcachegrind
-Version:        21.08.3
+Version:        21.12.0
 Release:        0
 Summary:        Frontend for Cachegrind
 License:        GPL-2.0-only AND BSD-4-Clause AND GFDL-1.2-only


++++++ kcachegrind-21.08.3.tar.xz -> kcachegrind-21.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-21.08.3/CMakeLists.txt 
new/kcachegrind-21.12.0/CMakeLists.txt
--- old/kcachegrind-21.08.3/CMakeLists.txt      2021-10-31 11:30:46.000000000 
+0100
+++ new/kcachegrind-21.12.0/CMakeLists.txt      2021-12-02 22:35:32.000000000 
+0100
@@ -2,8 +2,8 @@
 
 # KDE Application Version, managed by release script
 set(RELEASE_SERVICE_VERSION_MAJOR "21")
-set(RELEASE_SERVICE_VERSION_MINOR "08")
-set(RELEASE_SERVICE_VERSION_MICRO "3")
+set(RELEASE_SERVICE_VERSION_MINOR "12")
+set(RELEASE_SERVICE_VERSION_MICRO "0")
 set(KCACHEGRIND_VERSION 
${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO})
 
 project(kcachegrind VERSION ${KCACHEGRIND_VERSION})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-21.08.3/libviews/treemap.cpp 
new/kcachegrind-21.12.0/libviews/treemap.cpp
--- old/kcachegrind-21.08.3/libviews/treemap.cpp        2021-10-31 
11:30:46.000000000 +0100
+++ new/kcachegrind-21.12.0/libviews/treemap.cpp        2021-12-02 
22:35:32.000000000 +0100
@@ -357,7 +357,7 @@
     int bottomPos = 0;
     while(1) {
         int halfPos = (bottomPos + breakPos)/2;
-        int halfWidth = fm->horizontalAdvance(text, halfPos);
+        int halfWidth = fm->boundingRect(text.left(halfPos)).width();
         if (halfWidth < maxWidth) {
             bottomPos = halfPos+1;
             continue;
@@ -388,7 +388,7 @@
         lastCat = cat;
 
         breakPos = pos;
-        usedWidth = fm->horizontalAdvance(text, breakPos);
+        usedWidth = fm->boundingRect(text.left(breakPos)).width();
         if (usedWidth < maxWidth) break;
     }
     return usedWidth;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-21.08.3/po/ca/kcachegrind.po 
new/kcachegrind-21.12.0/po/ca/kcachegrind.po
--- old/kcachegrind-21.08.3/po/ca/kcachegrind.po        2021-11-02 
01:14:13.000000000 +0100
+++ new/kcachegrind-21.12.0/po/ca/kcachegrind.po        2021-12-03 
01:14:05.000000000 +0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-12-29 02:36+0100\n"
-"PO-Revision-Date: 2021-10-30 12:16+0200\n"
+"PO-Revision-Date: 2021-11-21 22:08+0100\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
@@ -1361,7 +1361,7 @@
 "<p>Per a activar una funci?? amb costos petits, cerqueu-la i\n"
 "seleccioneu-la a l'an??lisi de rendiment pla. En seleccionar\n"
 "funcions amb costos petits s'afegiran temporalment a la llista\n"
-"plana d'an??lisis del rendiment.</p>\n"
+"plana d'an??lisi de rendiment.</p>\n"
 
 #. i18n: ectx: @info:tipoftheday
 #: tips:96
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-21.08.3/po/ca@valencia/kcachegrind.po 
new/kcachegrind-21.12.0/po/ca@valencia/kcachegrind.po
--- old/kcachegrind-21.08.3/po/ca@valencia/kcachegrind.po       2021-11-02 
01:14:13.000000000 +0100
+++ new/kcachegrind-21.12.0/po/ca@valencia/kcachegrind.po       2021-12-03 
01:14:05.000000000 +0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-12-29 02:36+0100\n"
-"PO-Revision-Date: 2021-10-30 12:16+0200\n"
+"PO-Revision-Date: 2021-11-21 22:08+0100\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca@valencia\n"
@@ -1361,7 +1361,7 @@
 "<p>Per a activar una funci?? amb costos petits, cerqueu-la i\n"
 "seleccioneu-la a l'an??lisi de rendiment pla. En seleccionar\n"
 "funcions amb costos petits s'afegiran temporalment a la llista\n"
-"plana d'an??lisis del rendiment.</p>\n"
+"plana d'an??lisi de rendiment.</p>\n"
 
 #. i18n: ectx: @info:tipoftheday
 #: tips:96
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-21.08.3/po/hi/kcachegrind.po 
new/kcachegrind-21.12.0/po/hi/kcachegrind.po
--- old/kcachegrind-21.08.3/po/hi/kcachegrind.po        2021-11-02 
01:14:14.000000000 +0100
+++ new/kcachegrind-21.12.0/po/hi/kcachegrind.po        2021-12-03 
01:14:05.000000000 +0100
@@ -9,7 +9,7 @@
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-12-29 02:36+0100\n"
-"PO-Revision-Date: 2021-08-21 17:43+0530\n"
+"PO-Revision-Date: 2021-08-21 16:25+0530\n"
 "Last-Translator: Raghavendra Kamath <[email protected]>\n"
 "Language-Team: kde-hindi\n"
 "Language: hi\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-21.08.3/po/zh_CN/kcachegrind.po 
new/kcachegrind-21.12.0/po/zh_CN/kcachegrind.po
--- old/kcachegrind-21.08.3/po/zh_CN/kcachegrind.po     2021-11-02 
01:14:14.000000000 +0100
+++ new/kcachegrind-21.12.0/po/zh_CN/kcachegrind.po     2021-12-03 
01:14:05.000000000 +0100
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-12-29 02:36+0100\n"
-"PO-Revision-Date: 2021-10-29 13:28\n"
+"PO-Revision-Date: 2021-11-30 15:24\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-21.08.3/poqm/ca/kcachegrind_qt.po 
new/kcachegrind-21.12.0/poqm/ca/kcachegrind_qt.po
--- old/kcachegrind-21.08.3/poqm/ca/kcachegrind_qt.po   2021-11-02 
01:14:13.000000000 +0100
+++ new/kcachegrind-21.12.0/poqm/ca/kcachegrind_qt.po   2021-12-03 
01:14:05.000000000 +0100
@@ -12,7 +12,7 @@
 "Project-Id-Version: kcachegrind\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2016-11-18 02:14+0000\n"
-"PO-Revision-Date: 2021-10-30 12:26+0200\n"
+"PO-Revision-Date: 2021-12-02 17:42+0100\n"
 "Last-Translator: Josep M. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
@@ -1138,7 +1138,7 @@
 "<b>Llista de tots els cridadors</b><p>Aquesta llista mostra totes les "
 "funcions que criden a la funci?? seleccionada actualment, sigui directament o 
"
 "amb diverses funcions per entremig de la pila. El nombre de funcions per "
-"entremig m??s ?? s'anomena <em>dist??ncia</em> (p. ex. per a les funcions 
A,B,C "
+"entremig m??s u s'anomena <em>dist??ncia</em> (p. ex. per a les funcions 
A,B,C "
 "hi ha crides d'A a C quan A crida a B i B crida a C, ex: A=> B => C. (la "
 "dist??ncia aqu?? ??s 2).</p><p>El cost absolut mostrat ??s el cost gastat a 
la "
 "funci?? seleccionada mentre una funci?? llistada est?? activa. El cost 
relatiu "
@@ -1174,7 +1174,7 @@
 "<b>Llista de tots els cridats</b><p>Aquesta llista mostra totes les funcions "
 "cridades per la funci?? seleccionada actualment, sigui directament o amb "
 "diverses funcions per entremig de la pila. El nombre de funcions per "
-"entremig m??s ?? s'anomena <em>dist??ncia</em> (p. ex. per a les funcions 
A,B,C "
+"entremig m??s u s'anomena <em>dist??ncia</em> (p. ex. per a les funcions 
A,B,C "
 "hi ha crides d'A a C quan A crida a B i B crida a C, ex: A=> B => C. (la "
 "dist??ncia aqu?? ??s 2).</p><p>El cost absolut mostrat ??s el cost gastat a 
la "
 "funci?? llistada mentre una funci?? seleccionada est?? activa. El cost 
relatiu "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kcachegrind-21.08.3/poqm/ca@valencia/kcachegrind_qt.po 
new/kcachegrind-21.12.0/poqm/ca@valencia/kcachegrind_qt.po
--- old/kcachegrind-21.08.3/poqm/ca@valencia/kcachegrind_qt.po  2021-11-02 
01:14:13.000000000 +0100
+++ new/kcachegrind-21.12.0/poqm/ca@valencia/kcachegrind_qt.po  2021-12-03 
01:14:05.000000000 +0100
@@ -2227,3 +2227,40 @@
 msgctxt "TreeMapWidget|"
 msgid "Vertical"
 msgstr "Vertical"
+
+#~ msgctxt "CallGraphView|"
+#~ msgid "Export Graph As DOT file"
+#~ msgstr "Exporta la gr??fica com a fitxer DOT"
+
+#~ msgctxt "CallGraphView|"
+#~ msgid "Graphviz (*.dot)"
+#~ msgstr "Graphviz (*.dot)"
+
+#~ msgctxt "Move to Bottom Left"
+#~ msgid "Bottom Left"
+#~ msgstr "A baix a l'esquerra"
+
+#~ msgctxt "Show on Top"
+#~ msgid "Top"
+#~ msgstr "Dalt"
+
+#~ msgctxt "Show on Right"
+#~ msgid "Right"
+#~ msgstr "Dreta"
+
+#~ msgctxt "Show on Bottom"
+#~ msgid "Bottom"
+#~ msgstr "Baix"
+
+#~ msgctxt "Show on Bottom Left"
+#~ msgid "Bottom Left"
+#~ msgstr "A baix a l'esquerra"
+
+#~ msgid "Source (unknown)"
+#~ msgstr "Codi font (desconegut)"
+
+#~ msgid "(No Source)"
+#~ msgstr "(Sense codi font)"
+
+#~ msgid "Source ('%1')"
+#~ msgstr "Font (??%1??)"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-21.08.3/poqm/sk/kcachegrind_qt.po 
new/kcachegrind-21.12.0/poqm/sk/kcachegrind_qt.po
--- old/kcachegrind-21.08.3/poqm/sk/kcachegrind_qt.po   2021-11-02 
01:14:14.000000000 +0100
+++ new/kcachegrind-21.12.0/poqm/sk/kcachegrind_qt.po   2021-12-03 
01:14:05.000000000 +0100
@@ -1,19 +1,19 @@
 # translation of kcachegrind_qt.po to Slovak
 # Richard Fric <[email protected]>, 2009.
-# Roman Pahol??k <[email protected]>, 2012, 2013, 2015, 2016, 2017.
+# Roman Pahol??k <[email protected]>, 2012, 2013, 2015, 2016, 2017, 2021.
 msgid ""
 msgstr ""
 "Project-Id-Version: kcachegrind_qt\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2016-11-18 02:14+0000\n"
-"PO-Revision-Date: 2017-01-11 21:58+0100\n"
+"PO-Revision-Date: 2021-11-13 16:17+0100\n"
 "Last-Translator: Roman Paholik <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
 "Language: sk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 21.08.3\n"
 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
 "X-Qt-Contexts: true\n"
 
@@ -350,9 +350,6 @@
 msgstr "(nezn??me volanie)"
 
 #: libviews/callgraphview.cpp:908
-#, fuzzy
-#| msgctxt "CallGraphView|"
-#| msgid "Export Graph"
 msgctxt "QObject|"
 msgid "Export Graph"
 msgstr "Exportova?? graf"
@@ -1315,12 +1312,9 @@
 msgstr "&H??ada??:"
 
 #: libviews/functionselection.cpp:101
-#, fuzzy
-#| msgctxt "FunctionSelection|"
-#| msgid "&Search:"
 msgctxt "FunctionSelection|"
 msgid "Search Query"
-msgstr "&H??ada??:"
+msgstr "H??adan?? dopyt"
 
 #: libviews/functionselection.cpp:116
 msgctxt "FunctionSelection|"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kcachegrind-21.08.3/poqm/zh_CN/kcachegrind_qt.po 
new/kcachegrind-21.12.0/poqm/zh_CN/kcachegrind_qt.po
--- old/kcachegrind-21.08.3/poqm/zh_CN/kcachegrind_qt.po        2021-11-02 
01:14:14.000000000 +0100
+++ new/kcachegrind-21.12.0/poqm/zh_CN/kcachegrind_qt.po        2021-12-03 
01:14:05.000000000 +0100
@@ -4,7 +4,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: kdeorg\n"
-"PO-Revision-Date: 2021-10-29 13:28\n"
+"PO-Revision-Date: 2021-11-30 15:24\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"

Reply via email to