Hello community,

here is the log from the commit of package ktextwidgets for openSUSE:Factory 
checked in at 2020-04-15 20:02:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktextwidgets (Old)
 and      /work/SRC/openSUSE:Factory/.ktextwidgets.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktextwidgets"

Wed Apr 15 20:02:41 2020 rev:78 rq:793182 version:5.69.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets.changes        
2020-03-19 19:46:33.824059964 +0100
+++ /work/SRC/openSUSE:Factory/.ktextwidgets.new.2738/ktextwidgets.changes      
2020-04-15 20:04:27.998022326 +0200
@@ -1,0 +2,9 @@
+Sun Apr  5 19:45:51 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.69.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/kde-frameworks-5.69.0
+- No code change since 5.68.0
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ktextwidgets.spec ++++++
--- /var/tmp/diff_new_pack.Nnl3e7/_old  2020-04-15 20:04:28.526022686 +0200
+++ /var/tmp/diff_new_pack.Nnl3e7/_new  2020-04-15 20:04:28.530022688 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5TextWidgets5
-%define _tar_path 5.68
+%define _tar_path 5.69
 # 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.68.0
+Version:        5.69.0
 Release:        0
 Summary:        KDE Text editing widgets
 License:        LGPL-2.1-or-later

++++++ ktextwidgets-5.68.0.tar.xz -> ktextwidgets-5.69.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/CMakeLists.txt 
new/ktextwidgets-5.69.0/CMakeLists.txt
--- old/ktextwidgets-5.68.0/CMakeLists.txt      2020-03-07 10:55:10.000000000 
+0100
+++ new/ktextwidgets-5.69.0/CMakeLists.txt      2020-04-05 01:04:42.000000000 
+0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.68.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.68.0") # handled by release scripts
+set(KF5_VERSION "5.69.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.69.0") # handled by release scripts
 project(KTextWidgets VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.68.0  NO_MODULE)
+find_package(ECM 5.69.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)
 
@@ -57,7 +57,7 @@
 
 add_definitions(-DTRANSLATION_DOMAIN=\"ktextwidgets5\")
 add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050d00)
-add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054300)
+add_definitions(-DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x054400)
 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.68.0/po/ca/ktextwidgets5.po 
new/ktextwidgets-5.69.0/po/ca/ktextwidgets5.po
--- old/ktextwidgets-5.68.0/po/ca/ktextwidgets5.po      2020-03-07 
10:55:10.000000000 +0100
+++ new/ktextwidgets-5.69.0/po/ca/ktextwidgets5.po      2020-04-05 
01:04:42.000000000 +0200
@@ -1,12 +1,12 @@
 # Translation of ktextwidgets5.po to Catalan
-# Copyright (C) 1998-2019 This_file_is_part_of_KDE
+# Copyright (C) 1998-2020 This_file_is_part_of_KDE
 # This file is distributed under the license LGPL version 2.1 or
 # version 3 or later versions approved by the membership of KDE e.V.
 #
 # Sebastià Pla i Sanz <[email protected]>, 1998, 1999, 2000, 2001, 2002, 2003, 
2004, 2005, 2006, 2007.
 # Antoni Bella Pérez <[email protected]>, 2003, 2006, 2011, 2012, 2013, 
2014, 2015, 2019.
 # Albert Astals Cid <[email protected]>, 2004, 2005, 2007.
-# Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018.
+# Josep Ma. Ferrer <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 
2013, 2014, 2015, 2017, 2018, 2020.
 # Robert Millan <[email protected]>, 2009.
 # Orestes Mas <[email protected]>, 2010.
 msgid ""
@@ -14,14 +14,14 @@
 "Project-Id-Version: ktextwidgets5\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-08 02:59+0100\n"
-"PO-Revision-Date: 2019-12-08 19:59+0100\n"
-"Last-Translator: Antoni Bella Pérez <[email protected]>\n"
+"PO-Revision-Date: 2020-03-30 18:17+0100\n"
+"Last-Translator: Josep Ma. Ferrer <[email protected]>\n"
 "Language-Team: Catalan <[email protected]>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 20.03.70\n"
+"X-Generator: Lokalize 2.0\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Accelerator-Marker: &\n"
 
@@ -328,6 +328,7 @@
 msgid "Escape"
 msgstr "Tecla d'escapada"
 
+# skip-rule: kct-tab
 #: findreplace/kfinddialog.cpp:444
 #, kde-format
 msgid "TAB"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/po/fi/ktextwidgets5.po 
new/ktextwidgets-5.69.0/po/fi/ktextwidgets5.po
--- old/ktextwidgets-5.68.0/po/fi/ktextwidgets5.po      2020-03-07 
10:55:10.000000000 +0100
+++ new/ktextwidgets-5.69.0/po/fi/ktextwidgets5.po      2020-04-05 
01:04:42.000000000 +0200
@@ -12,7 +12,6 @@
 # Mikko Piippo <[email protected]>, 2007.
 # Teemu Rytilahti <[email protected]>, 2008.
 # Tommi Nieminen <[email protected]>, 2009, 2010, 2011.
-# Tommi Nieminen <[email protected]>, 2009.
 # Jorma Karvonen <[email protected]>, 2010.
 # Lasse Liehu <[email protected]>, 2006, 2010, 2011, 2012, 2013, 2014, 
2015.
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/po/ko/ktextwidgets5.po 
new/ktextwidgets-5.69.0/po/ko/ktextwidgets5.po
--- old/ktextwidgets-5.68.0/po/ko/ktextwidgets5.po      2020-03-07 
10:55:10.000000000 +0100
+++ new/ktextwidgets-5.69.0/po/ko/ktextwidgets5.po      2020-04-05 
01:04:42.000000000 +0200
@@ -1,22 +1,22 @@
 # Korean messages for kdelibs.
 # Copyright (C) Free Software Foundation, Inc.
 # Cho Sung Jae <[email protected]>, 2007.
-# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015.
+# Shinjo Park <[email protected]>, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 
2014, 2015, 2020.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-08 02:59+0100\n"
-"PO-Revision-Date: 2015-11-06 23:39+0100\n"
-"Last-Translator: Shinjo Park <[email protected]>\n"
+"PO-Revision-Date: 2020-04-04 11:49+0200\n"
+"Last-Translator: Shinjo Park <[email protected]>\n"
 "Language-Team: Korean <[email protected]>\n"
 "Language: ko\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 2.0\n"
+"X-Generator: Lokalize 19.04.3\n"
 
 #: dialogs/klinkdialog.cpp:52
 #, kde-format
@@ -243,7 +243,7 @@
 #: findreplace/kfinddialog.cpp:229
 #, kde-format
 msgid "Require word boundaries in both ends of a match to succeed."
-msgstr "일치하는 단어를 찾기 위해 단어의 경계를 명확히 해야 합니다."
+msgstr "일치하는 단어를 찾으려면 단어의 경계를 명확히 해야 합니다."
 
 #: findreplace/kfinddialog.cpp:231
 #, kde-format
@@ -422,7 +422,7 @@
 #, kde-format
 msgid "but your pattern only defines 1 capture."
 msgid_plural "but your pattern only defines %1 captures."
-msgstr[0] "그러나 패턴에서 %1개의 캡처만 정의했습니다."
+msgstr[0] "그러나 패턴에서 캡처 %1개만 정의했습니다."
 
 #: findreplace/kreplacedialog.cpp:153
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/po/nb/ktextwidgets5.po 
new/ktextwidgets-5.69.0/po/nb/ktextwidgets5.po
--- old/ktextwidgets-5.68.0/po/nb/ktextwidgets5.po      2020-03-07 
10:55:10.000000000 +0100
+++ new/ktextwidgets-5.69.0/po/nb/ktextwidgets5.po      2020-04-05 
01:04:42.000000000 +0200
@@ -14,7 +14,7 @@
 "POT-Creation-Date: 2020-01-08 02:59+0100\n"
 "PO-Revision-Date: 2014-11-05 13:40+0100\n"
 "Last-Translator: Bjørn Steensrud <[email protected]>\n"
-"Language-Team: Norwegian Bokmål <[email protected]>\n"
+"Language-Team: Norwegian Bokmål <[email protected]>\n"
 "Language: nb\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/po/nn/ktextwidgets5.po 
new/ktextwidgets-5.69.0/po/nn/ktextwidgets5.po
--- old/ktextwidgets-5.68.0/po/nn/ktextwidgets5.po      2020-03-07 
10:55:10.000000000 +0100
+++ new/ktextwidgets-5.69.0/po/nn/ktextwidgets5.po      2020-04-05 
01:04:42.000000000 +0200
@@ -2,21 +2,21 @@
 #
 # Gaute Hvoslef Kvalnes <[email protected]>, 2003, 2004, 2005, 2006.
 # Håvard Korsvoll <[email protected]>, 2003, 2005.
-# Karl Ove Hufthammer <[email protected]>, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2016.
+# Karl Ove Hufthammer <[email protected]>, 2004, 2007, 2008, 2009, 2010, 2011, 
2012, 2013, 2014, 2016, 2020.
 # Eirik U. Birkeland <[email protected]>, 2008, 2009, 2010.
 msgid ""
 msgstr ""
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-08 02:59+0100\n"
-"PO-Revision-Date: 2016-04-24 21:18+0100\n"
+"PO-Revision-Date: 2020-03-23 21:41+0100\n"
 "Last-Translator: Karl Ove Hufthammer <[email protected]>\n"
-"Language-Team: Norwegian Nynorsk <[email protected]>\n"
+"Language-Team: Norwegian Nynorsk <[email protected]>\n"
 "Language: nn\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 19.12.3\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
@@ -183,7 +183,7 @@
 "replacement text.</qt>"
 msgstr ""
 "<qt>Viss du trykkjer <b>Byt ut</b>, søkjer programmet i dokumentet etter "
-"teksten du oppgav, og alle førekomster vert byta ut.</qt>"
+"teksten du oppgav, og alle førekomstar vert bytte ut.</qt>"
 
 #: findreplace/kfinddialog.cpp:203
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/po/se/ktextwidgets5.po 
new/ktextwidgets-5.69.0/po/se/ktextwidgets5.po
--- old/ktextwidgets-5.68.0/po/se/ktextwidgets5.po      2020-03-07 
10:55:10.000000000 +0100
+++ new/ktextwidgets-5.69.0/po/se/ktextwidgets5.po      2020-04-05 
01:04:42.000000000 +0200
@@ -8,7 +8,7 @@
 "POT-Creation-Date: 2020-01-08 02:59+0100\n"
 "PO-Revision-Date: 2012-05-30 23:19+0200\n"
 "Last-Translator: Børre Gaup <[email protected]>\n"
-"Language-Team: Northern Sami <[email protected]>\n"
+"Language-Team: Northern Sami <[email protected]>\n"
 "Language: se\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/po/sl/ktextwidgets5.po 
new/ktextwidgets-5.69.0/po/sl/ktextwidgets5.po
--- old/ktextwidgets-5.68.0/po/sl/ktextwidgets5.po      2020-03-07 
10:55:10.000000000 +0100
+++ new/ktextwidgets-5.69.0/po/sl/ktextwidgets5.po      2020-04-05 
01:04:42.000000000 +0200
@@ -17,14 +17,15 @@
 "Project-Id-Version: kdelibs4\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-08 02:59+0100\n"
-"PO-Revision-Date: 2015-10-25 19:05+0100\n"
-"Last-Translator: Andrej Mernik <[email protected]>\n"
+"PO-Revision-Date: 2020-02-25 17:57+0100\n"
+"Last-Translator: \n"
 "Language-Team: Slovenian <[email protected]>\n"
 "Language: sl\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"
+"Translator: Andrej Mernik <[email protected]>\n"
+"X-Generator: Poedit 2.3\n"
 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
 "%100==4 ? 3 : 0);\n"
 
@@ -57,10 +58,10 @@
 #, kde-format
 msgid "1 match found."
 msgid_plural "%1 matches found."
-msgstr[0] "Najdenih %1 zadetkov."
-msgstr[1] "Najden %1 zadetek."
-msgstr[2] "Najdena %1 zadetka."
-msgstr[3] "Najdeni %1 zadetki."
+msgstr[0] "Najden %1 zadetek."
+msgstr[1] "Najdena %1 zadetka."
+msgstr[2] "Najdeni %1 zadetki."
+msgstr[3] "Najdenih %1 zadetkov."
 
 #: findreplace/kfind.cpp:624
 #, kde-format
@@ -278,7 +279,7 @@
 "'joe' or 'JOE', only 'Joe'."
 msgstr ""
 "Opravi iskanje občutljivo na velikost črk: vzorec »Janez« se ne bo ujemal z "
-"»janez« ali »JANEZ«, ampak samo z »Janez«"
+"'janez' ali 'JANEZ', ampak samo z 'Janez'."
 
 #: findreplace/kfinddialog.cpp:238
 #, kde-format
@@ -441,10 +442,10 @@
 #, kde-format
 msgid "but your pattern only defines 1 capture."
 msgid_plural "but your pattern only defines %1 captures."
-msgstr[0] "vaš vzorec pa določa samo %1 ujemanj."
-msgstr[1] "vaš vzorec pa določa samo %1 ujemanje."
-msgstr[2] "vaš vzorec pa določa samo %1 ujemanji."
-msgstr[3] "vaš vzorec pa določa samo %1 ujemanja."
+msgstr[0] "vaš vzorec pa določa samo %1 ujemanje."
+msgstr[1] "vaš vzorec pa določa samo %1 ujemanji."
+msgstr[2] "vaš vzorec pa določa samo %1 ujemanja."
+msgstr[3] "vaš vzorec pa določa samo %1 ujemanj."
 
 #: findreplace/kreplacedialog.cpp:153
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ktextwidgets-5.68.0/po/zh_CN/ktextwidgets5.po 
new/ktextwidgets-5.69.0/po/zh_CN/ktextwidgets5.po
--- old/ktextwidgets-5.68.0/po/zh_CN/ktextwidgets5.po   2020-03-07 
10:55:10.000000000 +0100
+++ new/ktextwidgets-5.69.0/po/zh_CN/ktextwidgets5.po   2020-04-05 
01:04:42.000000000 +0200
@@ -15,7 +15,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n";
 "POT-Creation-Date: 2020-01-08 02:59+0100\n"
-"PO-Revision-Date: 2020-01-20 21:48\n"
+"PO-Revision-Date: 2020-03-25 19:51\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"

++++++ ktextwidgets-5.68.0.tar.xz.sig -> ktextwidgets-5.69.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/ktextwidgets/ktextwidgets-5.68.0.tar.xz.sig      
2020-03-19 19:46:33.588059837 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktextwidgets.new.2738/ktextwidgets-5.69.0.tar.xz.sig
    2020-04-15 20:04:27.870022240 +0200
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jl6EACgkQWNDuZIpI
-s7uafwgAj6WwMlmvgUYa2o5HtmWMnF+cKVAbB/W7bCjDVVKHujjAuYxpZbWPeXoT
-ysr5HiSylZB57rk/wYj766WbSZS9V3FbeVyzYwM1+87ti+7HQgcQ/uChsNnGihFX
-6K8LPe7lmUpCT5SaIfKlLuA5YODiMiVThiVxbPoLHKbRyidoI+AzrQFg56oRY7QD
-VGfLhQqEbUHgbSXkmODUeVmd1WIrbS7LOa9qBsUNtIzmPrHNdHeowhy8En9NnVhL
-85OcNInj+AzQw6i0GZfv2xH66kXUg3yWA1//yQlOe+hSUNcRwyIBLJb6pEM8TF83
-tigHt45kL6wQKQ74K8dt/cSNA/U+yw==
-=7jDF
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl6JFS0ACgkQWNDuZIpI
+s7vRrwf/Yc83ROEZoL4QoZSSipSOWqqaNeVCsfkfLIzh8JRWMQSlH0dv6yP4i1Td
+/GAXm9wu0Vm5CuKS99FYzIDMndawxBq6X1P59XaQZ3FVHyTg+Y6FLBBVa5iP+emO
+Q1iL4WzF0eEsTb4WV2HyVxg0N8qQubElix6sICytUyfp0nzOJFi3eFlW+iMgMVZq
+emiYH6UpqyZDUGa/Xktr/47XDUyzs6lTPb8dz70G9tsmm9gJQ8UcxHQWz5iN7SLg
+NcmihojWFE/K4tZ8EiMO9Vo3c2P5Bg1Bg2IvPElvptlRJJMWhe/YceK+BzLVA0Sx
+WlBM9Xcoyua6L7+2aVo3CKl4eXZn+w==
+=p7eM
 -----END PGP SIGNATURE-----


Reply via email to