Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-12-15 12:29:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.ktextwidgets.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktextwidgets"

Tue Dec 15 12:29:30 2020 rev:86 rq:855461 version:5.77.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes        
2020-11-23 10:33:08.617535781 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.2328/ktextwidgets.changes      
2020-12-15 12:31:47.736068529 +0100
@@ -1,0 +2,10 @@
+Mon Dec  7 17:14:43 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.77.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.77.0
+- Changes since 5.76.0:
+  * Pass parent to Q*Layout ctor instead of calling setLayout()
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.ZbKQs3/_old  2020-12-15 12:31:48.516069157 +0100
+++ /var/tmp/diff_new_pack.ZbKQs3/_new  2020-12-15 12:31:48.520069161 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.76
+%define _tar_path 5.77
 # 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.76.0
+Version:        5.77.0
 Release:        0
 Summary:        KDE Text editing widgets
 License:        LGPL-2.1-or-later
@@ -45,11 +45,11 @@
 BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5Sonnet) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
-BuildRequires:  cmake(Qt5Core) >= 5.12.0
-BuildRequires:  cmake(Qt5Test) >= 5.12.0
+BuildRequires:  cmake(Qt5Core) >= 5.13.0
+BuildRequires:  cmake(Qt5Test) >= 5.13.0
 BuildRequires:  cmake(Qt5TextToSpeech)
-BuildRequires:  cmake(Qt5UiPlugin) >= 5.12.0
-BuildRequires:  cmake(Qt5Widgets) >= 5.12.0
+BuildRequires:  cmake(Qt5UiPlugin) >= 5.13.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.13.0
 
 %description
 KTextWidgets provides widgets for displaying and editing text. It supports
@@ -74,7 +74,7 @@
 Requires:       extra-cmake-modules
 Requires:       cmake(KF5I18n) >= %{_kf5_bugfix_version}
 Requires:       cmake(KF5Sonnet) >= %{_kf5_bugfix_version}
-Requires:       cmake(Qt5Widgets) >= 5.12.0
+Requires:       cmake(Qt5Widgets) >= 5.13.0
 
 %description devel
 KTextWidgets provides widgets for displaying and editing text. It supports

++++++ ktextwidgets-5.76.0.tar.xz -> ktextwidgets-5.77.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.76.0/CMakeLists.txt 
new/ktextwidgets-5.77.0/CMakeLists.txt
--- old/ktextwidgets-5.76.0/CMakeLists.txt      2020-11-07 13:17:15.000000000 
+0100
+++ new/ktextwidgets-5.77.0/CMakeLists.txt      2020-12-05 13:57:00.000000000 
+0100
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.76.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.76.0") # handled by release scripts
+set(KF5_VERSION "5.77.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.77.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.76.0  NO_MODULE)
+find_package(ECM 5.77.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)
 
@@ -29,7 +29,7 @@
                   SOVERSION 5)
 
 # Dependencies
-set(REQUIRED_QT_VERSION 5.12.0)
+set(REQUIRED_QT_VERSION 5.13.0)
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Widgets)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.76.0/po/ml/ktextwidgets5.po 
new/ktextwidgets-5.77.0/po/ml/ktextwidgets5.po
--- old/ktextwidgets-5.76.0/po/ml/ktextwidgets5.po      2020-11-07 
13:17:15.000000000 +0100
+++ new/ktextwidgets-5.77.0/po/ml/ktextwidgets5.po      2020-12-05 
13:57:00.000000000 +0100
@@ -20,8 +20,6 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.4\n"
-"X-Poedit-Country: INDIA\n"
 
 #: dialogs/klinkdialog.cpp:38
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.76.0/po/vi/ktextwidgets5.po 
new/ktextwidgets-5.77.0/po/vi/ktextwidgets5.po
--- old/ktextwidgets-5.76.0/po/vi/ktextwidgets5.po      2020-11-07 
13:17:15.000000000 +0100
+++ new/ktextwidgets-5.77.0/po/vi/ktextwidgets5.po      2020-12-05 
13:57:00.000000000 +0100
@@ -4,20 +4,21 @@
 # Clytie Siddall <[email protected]>, 2006-2007.
 # Hoàng Đức Hiếu <[email protected]>, 2008, 2011.
 # Lê Hoàng Phương <[email protected]>, 2011, 2012.
+# Phu Hung Nguyen <[email protected]>, 2020.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-12 02:08+0200\n"
-"PO-Revision-Date: 2012-09-23 18:43+0800\n"
-"Last-Translator: Lê Hoàng Phương <[email protected]>\n"
-"Language-Team: American English <[email protected]>\n"
+"PO-Revision-Date: 2020-12-04 16:25+0100\n"
+"Last-Translator: Phu Hung Nguyen <[email protected]>\n"
+"Language-Team: Vietnamese <[email protected]>\n"
 "Language: vi\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Lokalize 1.5\n"
+"X-Generator: Lokalize 20.08.1\n"
 
 #: dialogs/klinkdialog.cpp:38
 #, kde-format
@@ -215,7 +216,7 @@
 #, kde-format
 msgid "Click here to edit your regular expression using a graphical editor."
 msgstr ""
-"Hãy nhắp vào đây để sửa đổi biểu thức chính quy bằng bộ soạn thảo đồ hoạ."
+"Hãy bấm vào đây để sửa đổi biểu thức chính quy bằng bộ soạn thảo đồ hoạ."
 
 #: findreplace/kfinddialog.cpp:206
 #, kde-format
@@ -240,7 +241,7 @@
 #: findreplace/kfinddialog.cpp:215
 #, kde-format
 msgid "Click for a menu of available captures."
-msgstr "Nhắp vào để xem trình đơn các điều bắt có sẵn."
+msgstr "Bấm vào để xem trình đơn các điều bắt có sẵn."
 
 #: findreplace/kfinddialog.cpp:217
 #, kde-format
@@ -736,23 +737,22 @@
 #: widgets/ktextedit.cpp:149
 #, kde-format
 msgid "Nothing to spell check."
-msgstr "Không có gì để kiểm tra chính tả."
+msgstr "Không có gì để kiểm tra đánh vần."
 
 #: widgets/ktextedit.cpp:546
 #, kde-format
 msgid "Check Spelling..."
-msgstr "Bắt lỗi chính tả..."
+msgstr "Kiểm tra đánh vần..."
 
 #: widgets/ktextedit.cpp:551
-#, fuzzy, kde-format
-#| msgid "Spell Checking"
+#, kde-format
 msgid "Spell Checking Language"
-msgstr "Bắt lỗi chính tả"
+msgstr "Ngôn ngữ để kiểm tra đánh vần"
 
 #: widgets/ktextedit.cpp:574
 #, kde-format
 msgid "Auto Spell Check"
-msgstr "Tự động bắt lỗi chính tả"
+msgstr "Kiểm tra đánh vần tự động"
 
 #: widgets/ktextedit.cpp:580
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.76.0/po/zh_CN/ktextwidgets5.po 
new/ktextwidgets-5.77.0/po/zh_CN/ktextwidgets5.po
--- old/ktextwidgets-5.76.0/po/zh_CN/ktextwidgets5.po   2020-11-07 
13:17:15.000000000 +0100
+++ new/ktextwidgets-5.77.0/po/zh_CN/ktextwidgets5.po   2020-12-05 
13:57:00.000000000 +0100
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-08-12 02:08+0200\n"
-"PO-Revision-Date: 2020-10-08 19:21\n"
+"PO-Revision-Date: 2020-11-10 15:01\n"
 "Last-Translator: \n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.76.0/src/dialogs/klinkdialog.cpp 
new/ktextwidgets-5.77.0/src/dialogs/klinkdialog.cpp
--- old/ktextwidgets-5.76.0/src/dialogs/klinkdialog.cpp 2020-11-07 
13:17:15.000000000 +0100
+++ new/ktextwidgets-5.77.0/src/dialogs/klinkdialog.cpp 2020-12-05 
13:57:00.000000000 +0100
@@ -38,8 +38,7 @@
     setWindowTitle(i18n("Manage Link"));
     setModal(true);
 
-    QVBoxLayout *layout = new QVBoxLayout;
-    setLayout(layout);
+    QVBoxLayout *layout = new QVBoxLayout(this);
 
     QGridLayout *grid = new QGridLayout;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.76.0/src/findreplace/kfinddialog.cpp 
new/ktextwidgets-5.77.0/src/findreplace/kfinddialog.cpp
--- old/ktextwidgets-5.76.0/src/findreplace/kfinddialog.cpp     2020-11-07 
13:17:15.000000000 +0100
+++ new/ktextwidgets-5.77.0/src/findreplace/kfinddialog.cpp     2020-12-05 
13:57:00.000000000 +0100
@@ -60,12 +60,8 @@
 
 void KFindDialog::KFindDialogPrivate::init(bool forReplace, const QStringList 
&_findStrings, bool hasSelection)
 {
-    QVBoxLayout *topLayout;
-    QGridLayout *optionsLayout;
-
     // Create common parts of dialog.
-    topLayout = new QVBoxLayout;
-    q->setLayout(topLayout);
+    QVBoxLayout *topLayout = new QVBoxLayout(q);
 
     findGrp = new QGroupBox(i18nc("@title:group", "Find"), q);
     findLayout = new QGridLayout(findGrp);
@@ -102,7 +98,7 @@
     topLayout->addWidget(replaceGrp);
 
     QGroupBox *optionGrp = new QGroupBox(i18n("Options"), q);
-    optionsLayout = new QGridLayout(optionGrp);
+    QGridLayout *optionsLayout = new QGridLayout(optionGrp);
 
     caseSensitive = new QCheckBox(i18n("C&ase sensitive"), optionGrp);
     wholeWordsOnly = new QCheckBox(i18n("&Whole words only"), optionGrp);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.76.0/src/findreplace/kreplace.cpp 
new/ktextwidgets-5.77.0/src/findreplace/kreplace.cpp
--- old/ktextwidgets-5.76.0/src/findreplace/kreplace.cpp        2020-11-07 
13:17:15.000000000 +0100
+++ new/ktextwidgets-5.77.0/src/findreplace/kreplace.cpp        2020-12-05 
13:57:00.000000000 +0100
@@ -48,8 +48,7 @@
     setModal(false);
     setWindowTitle(i18n("Replace"));
 
-    QVBoxLayout *layout = new QVBoxLayout;
-    setLayout(layout);
+    QVBoxLayout *layout = new QVBoxLayout(this);
 
     m_mainLabel = new QLabel(this);
     layout->addWidget(m_mainLabel);

++++++ ktextwidgets-5.76.0.tar.xz.sig -> ktextwidgets-5.77.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.76.0.tar.xz.sig      
2020-11-23 10:33:08.593535755 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.2328/ktextwidgets-5.77.0.tar.xz.sig
    2020-12-15 12:31:47.560068387 +0100
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5O4ACgkQWNDuZIpI
-s7utwQf/Y6ETqUyzELKzfZMUagTlCEThiIBkKYCNUhPWl1t4Bg5422La1OAiUYsZ
-hqRFmT3wdQJs9ygjKFaqRXK80zDj89HlQTMj0j67j6kxiqm0jwPEAmGSSJFM5IHf
-ylT8MPY/8jp4nDupTJqlnkmJqY5L2XfFmaW431624J40PQ79lnTohz0OrQc/LbIC
-CYdAJjZUCClfjGU/pPlvYnRbMfy7jbsBji0LISsIpS4ejGgW+vk/d2CGVUv4JANL
-JAU90F/t4pCOKC3Q0PeYsnhfJMi2zVYjW+KUnL+Y20nfI5OLoxi91r3Eobw7W13h
-Zr8eZcHpc4uUT1JLDFeSXqMEIsdY7Q==
-=vfls
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln78ACgkQWNDuZIpI
+s7sCvgf/W9JLTB47YamA83CT6bA1R8NL4EOn5eUSwtru5WCWNzHxL18pqGj059PJ
+faaW0waQvx0lRmO077A4xNOEv7I2aeLU65tzM9rEDNzeb2VB2XJvosnpPtIoMu1J
+42sDS5+1eU9Br2HwyhVbOLaLG8CVMF3t0PdaT3t9/nQRIAuCDCY5DwdSUAh7z2XP
+J22njKYGAcareN8P9Zqfh4au/MHKsURvj+be/cYsZHdjd4RkUuMcyWcSp/bQyhRW
+DeDuPeygJLbSdhdKt5MkHAk9aNHGmU8DCQnOg41p10QgIF8KnIAATbna8ZrODLnd
+vURCxkYSG/gjUTSW49olAo4EtcAOig==
+=ZtOo
 -----END PGP SIGNATURE-----
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to