Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-01-14 21:03:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.ktextwidgets.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktextwidgets"

Tue Jan 14 21:03:32 2020 rev:75 rq:763486 version:5.66.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes        
2019-12-18 14:43:33.809808124 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.6675/ktextwidgets.changes      
2020-01-14 21:05:31.390713984 +0100
@@ -1,0 +2,11 @@
+Sun Jan  5 09:02:21 UTC 2020 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Update to 5.66.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.66.0.php
+- Changes since 5.65.0:
+  * Remove endl. qCritical/qDebug already add a endl.
+  * Update the obsolete projects.kde.org URL
+
+-------------------------------------------------------------------

Old:
----
  ktextwidgets-5.65.0.tar.xz
  ktextwidgets-5.65.0.tar.xz.sig

New:
----
  ktextwidgets-5.66.0.tar.xz
  ktextwidgets-5.66.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.3pHbj0/_old  2020-01-14 21:05:31.966714251 +0100
+++ /var/tmp/diff_new_pack.3pHbj0/_new  2020-01-14 21:05:31.970714253 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ktextwidgets
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.65
+%define _tar_path 5.66
 # 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:           ktextwidgets
-Version:        5.65.0
+Version:        5.66.0
 Release:        0
 Summary:        KDE Text editing widgets
 License:        LGPL-2.1-or-later

++++++ ktextwidgets-5.65.0.tar.xz -> ktextwidgets-5.66.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.65.0/CMakeLists.txt 
new/ktextwidgets-5.66.0/CMakeLists.txt
--- old/ktextwidgets-5.65.0/CMakeLists.txt      2019-12-07 22:48:11.000000000 
+0100
+++ new/ktextwidgets-5.66.0/CMakeLists.txt      2020-01-04 11:13:39.000000000 
+0100
@@ -1,13 +1,13 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.65.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.65.0") # handled by release scripts
+set(KF5_VERSION "5.66.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.66.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.65.0  NO_MODULE)
-set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
+find_package(ECM 5.66.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)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
@@ -29,7 +29,7 @@
                   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.11.0)
+set(REQUIRED_QT_VERSION 5.12.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
@@ -58,7 +58,7 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets5\")
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x053f00)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054100)
 if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
     ki18n_install(po)
 endif()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.65.0/autotests/kreplacetest.cpp 
new/ktextwidgets-5.66.0/autotests/kreplacetest.cpp
--- old/ktextwidgets-5.65.0/autotests/kreplacetest.cpp  2019-12-07 
22:48:11.000000000 +0100
+++ new/ktextwidgets-5.66.0/autotests/kreplacetest.cpp  2020-01-04 
11:13:39.000000000 +0100
@@ -79,8 +79,7 @@
 void KReplaceTest::slotHighlight(const QString &str, int matchingIndex, int 
matchedLength)
 {
     qDebug() << "slotHighlight Index:" << matchingIndex << " Length:" << 
matchedLength
-             << " Substr:" << str.mid(matchingIndex, matchedLength)
-             << endl;
+             << " Substr:" << str.mid(matchingIndex, matchedLength);
     // Emulate the user saying yes
     // We need Qt::QueuedConnection (and the enterloop/exitloop)
     // otherwise we get an infinite loop (Match never returned,
@@ -166,7 +165,7 @@
     QStringList textLines = test.textLines();
     assert(textLines.count() == 1);
     if (textLines[ 0 ] != QLatin1String("HELLOHELLO")) {
-        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'HELLOHELLO'" << endl;
+        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'HELLOHELLO'";
         exit(1);
     }
 }
@@ -181,7 +180,7 @@
     QStringList textLines = test.textLines();
     assert(textLines.count() == 1);
     if (!textLines[ 0 ].isEmpty()) {
-        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of ''" << endl;
+        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of ''";
         exit(1);
     }
 }
@@ -196,7 +195,7 @@
     QStringList textLines = test.textLines();
     assert(textLines.count() == 1);
     if (textLines[ 0 ] != QLatin1String("foobfoobfoobfoobfoo")) {
-        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'foobfoobfoobfoobfoo'" << endl;
+        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'foobfoobfoobfoobfoo'";
         exit(1);
     }
 }
@@ -210,7 +209,7 @@
     QStringList textLines = test.textLines();
     assert(textLines.count() == 1);
     if (textLines[ 0 ] != QLatin1String("bbbbbbbb")) {
-        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'bbbbbbbb'" << endl;
+        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'bbbbbbbb'";
         exit(1);
     }
 }
@@ -224,7 +223,7 @@
     QStringList textLines = test.textLines();
     assert(textLines.count() == 1);
     if (textLines[ 0 ] != QLatin1String("a foobar b")) {
-        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'a foobar b'" << endl;
+        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'a foobar b'";
         exit(1);
     }
 }
@@ -238,7 +237,7 @@
     QStringList textLines = test.textLines();
     assert(textLines.count() == 1);
     if (textLines[ 0 ] != QLatin1String("aaaaaaaa")) {
-        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'aaaaaaaa'" << endl;
+        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of 'aaaaaaaa'";
         exit(1);
     }
 }
@@ -252,7 +251,7 @@
     assert(textLines.count() == 1);
     QString expected = options & KReplaceDialog::BackReference ? 
QStringLiteral("(abc) def") : QStringLiteral("(\\0) def");
     if (textLines[ 0 ] != expected) {
-        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of '" << expected << "'" << endl;
+        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of '" << expected << "'";
         exit(1);
     }
 }
@@ -266,7 +265,7 @@
     assert(textLines.count() == 1);
     QString expected = QStringLiteral("a and 1 in (a1) b and 2 in (b2) a and 3 
in (a3)");
     if (textLines[ 0 ] != expected) {
-        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of '" << expected << "'" << endl;
+        qCritical() << "ASSERT FAILED: replaced text is '" << textLines[ 0 ] 
<< "' instead of '" << expected << "'";
         exit(1);
     }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.65.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.66.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.65.0/po/ca/ktextwidgets5.po      2019-12-07 
22:48:11.000000000 +0100
+++ new/ktextwidgets-5.66.0/po/ca/ktextwidgets5.po      2020-01-04 
11:13:39.000000000 +0100
@@ -14,7 +14,7 @@
 "Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2019-12-01 03:00+0100\n"
-"PO-Revision-Date: 2019-12-06 19:54+0100\n"
+"PO-Revision-Date: 2019-12-08 19:59+0100\n"
 "Last-Translator: Antoni Bella Pérez <antonibel...@yahoo.com>\n"
 "Language-Team: Catalan <kde-i18n...@kde.org>\n"
 "Language: ca\n"
@@ -43,12 +43,12 @@
 #: findreplace/kfind.cpp:60
 #, kde-format
 msgid "Find Next"
-msgstr "Troba el següent"
+msgstr "Cerca la següent"
 
 #: findreplace/kfind.cpp:64
 #, kde-format
 msgid "<qt>Find next occurrence of '<b>%1</b>'?</qt>"
-msgstr "<qt>Trobo la següent ocurrència de «<b>%1</b>»?</qt>"
+msgstr "<qt>Cerco la següent ocurrència de «<b>%1</b>»?</qt>"
 
 #: findreplace/kfind.cpp:622 findreplace/kfind.cpp:641
 #, kde-format
@@ -90,18 +90,18 @@
 #: findreplace/kfinddialog.cpp:47
 #, kde-format
 msgid "Find Text"
-msgstr "Troba el text"
+msgstr "Cerca el text"
 
 #: findreplace/kfinddialog.cpp:82
 #, kde-format
 msgctxt "@title:group"
 msgid "Find"
-msgstr "Troba"
+msgstr "Cerca"
 
 #: findreplace/kfinddialog.cpp:85
 #, kde-format
 msgid "&Text to find:"
-msgstr "&Text a trobar:"
+msgstr "&Text a cercar:"
 
 #: findreplace/kfinddialog.cpp:89
 #, kde-format
@@ -156,7 +156,7 @@
 #: findreplace/kfinddialog.cpp:122
 #, kde-format
 msgid "Find &backwards"
-msgstr "Troba &enrere"
+msgstr "Cerca &enrere"
 
 #: findreplace/kfinddialog.cpp:123
 #, kde-format
@@ -192,7 +192,7 @@
 #: findreplace/kfinddialog.cpp:203
 #, kde-format
 msgid "&Find"
-msgstr "&Troba"
+msgstr "&Cerca"
 
 #: findreplace/kfinddialog.cpp:204
 #, kde-format
@@ -205,7 +205,7 @@
 "<qt>If you press the <b>Find</b> button, the text you entered above is "
 "searched for within the document.</qt>"
 msgstr ""
-"<qt>Si premeu el botó <b>Troba</b>, el text que heu introduït abans se "
+"<qt>Si premeu el botó <b>Cerca</b>, el text que heu introduït abans se "
 "cercarà dins del document.</qt>"
 
 #: findreplace/kfinddialog.cpp:211
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.65.0/po/zh_TW/ktextwidgets5.po 
new/ktextwidgets-5.66.0/po/zh_TW/ktextwidgets5.po
--- old/ktextwidgets-5.65.0/po/zh_TW/ktextwidgets5.po   2019-12-07 
22:48:11.000000000 +0100
+++ new/ktextwidgets-5.66.0/po/zh_TW/ktextwidgets5.po   2020-01-04 
11:13:39.000000000 +0100
@@ -20,7 +20,7 @@
 "POT-Creation-Date: 2019-12-01 03:00+0100\n"
 "PO-Revision-Date: 2019-06-01 20:34+0800\n"
 "Last-Translator: pan93412 <pan93...@gmail.com>\n"
-"Language-Team: Chinese <zh-l...@linux.org.tw>\n"
+"Language-Team: Chinese <zh-l...@lists.linux.org.tw>\n"
 "Language: zh_TW\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"

++++++ ktextwidgets-5.65.0.tar.xz.sig -> ktextwidgets-5.66.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.65.0.tar.xz.sig      
2019-12-18 14:43:33.617808036 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.6675/ktextwidgets-5.66.0.tar.xz.sig
    2020-01-14 21:05:31.370713975 +0100
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQfcACgkQWNDuZIpI
-s7tb4ggArmJvDDjxVAUGrRiYx1cjv2x78+w/tGNBeRywmz9M/DbToF9sovByKu8w
-Bv+x5aqbm9WNrY2QMyBejYqiATgdyXsabShShLY0F94ld4//NfS0qzdhXX7fmKgn
-f7cPuzLUdTAyQDMpkvk/PWM/JN3eL6td8Tb1loaMGtyIroNhrDc12j0QkLn5+8/n
-95WsuoXT2nS9tAD+3vVoHnIy57fjX8n3emAo3Lw5V/QqqhmzYENF4+rn4FHMF0kK
-YCx6f5k1GzVZ2wN/6eTyefvJGr8ePocsxL/1yNGo23l+0Ev5jBqYZLgNDCuUAqV4
-ovj5RnnZiclCvYAvGA8wCXh/u33sNA==
-=j2DT
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxWIACgkQWNDuZIpI
+s7uOCwgAko6AyL/LVzE1cDJrTjZ56XoTMboJhmbnNR8psiPpHcArsbQRzfy10fdg
+PSw3krWF4eYiquXlVy3hRUNBEU/iaOymS32wiuCRKiuboGCNDzOikEItI4MeSZwo
+gmGq3CDMIZ34HhSlFrnuTQo46GkhGn/rq7lgI5mkKr+RYIJMXLHEV15QMc9h1kli
+vVSHVwr7+C+kDEhwITANsvFpLJ98CSHvNLu14J8eoOjDTizk8qgKF2J1QO+yfWT+
+COxR+i31B2A5EIaaAT8VZDzP1mrd0u2XcSqCyvHUpbAw/tAQGEVfEtXsdy3B9v4p
+OL1jQ9C2m2OxpldmmuIbSyBIyI3ouw==
+=N0MW
 -----END PGP SIGNATURE-----


Reply via email to