Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2019-09-23 12:26:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktexteditor (Old)
 and      /work/SRC/openSUSE:Factory/.ktexteditor.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktexteditor"

Mon Sep 23 12:26:07 2019 rev:70 rq:730956 version:5.62.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2019-08-19 
21:13:14.696815416 +0200
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new.7948/ktexteditor.changes        
2019-09-23 12:26:10.085720803 +0200
@@ -1,0 +2,31 @@
+Sat Sep  7 20:37:07 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.62.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.62.0.php
+- Changes since 5.61.0:
+  * Allow to customize attributes for KSyntaxHighligting themes
+  * More port away from Qt's foreach all loops over method-local containers
+  * Port away from Qt's foreach all loops over rvalue container objects
+  * Port away from Qt's foreach all loops over method-local containers
+  * Fix for all themes: allow turn off attributes in XML highlighting files
+  * play in unit test with better searchText implementation
+  * fix build when using Qt 5.11
+  * simplify isAcceptableInput + allow all stuff for input methods
+  * simplify typeChars, no need for return code without filtering
+  * Mimic QInputControl::isAcceptableInput() when filtering typed characters 
(kde#396764)
+  * try to sanitize line endings on paste (kde#410951)
+  * Fix: allow turn off attributes in XML highlighting files
+  * improve word completion to use highlighting to detect word boundaries 
(kde#360340)
+  * More porting from QRegExp to QRegularExpression
+  * properly check if diff command can be started for swap file diffing 
(kde#389639)
+  * KTextEditor: Fix left border flicker when switching between documents
+  * Migrate some more QRegExps to QRegularExpression
+  * Add .clangd to .gitignore list
+  * fix vi mode unit test
+  * Allow 0 in line ranges in vim mode.
+  * Use CMake find_dependency instead of find_package in CMake config file 
template.
+- Replace foo-devel with cmake(KF5Foo) in build requirements
+
+-------------------------------------------------------------------

Old:
----
  ktexteditor-5.61.0.tar.xz
  ktexteditor-5.61.0.tar.xz.sig

New:
----
  ktexteditor-5.62.0.tar.xz
  ktexteditor-5.62.0.tar.xz.sig

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

Other differences:
------------------
++++++ ktexteditor.spec ++++++
--- /var/tmp/diff_new_pack.eNMOr4/_old  2019-09-23 12:26:10.693720704 +0200
+++ /var/tmp/diff_new_pack.eNMOr4/_new  2019-09-23 12:26:10.697720703 +0200
@@ -20,10 +20,10 @@
 %{!?_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}')}
-%define _tar_path 5.61
+%define _tar_path 5.62
 %bcond_without lang
 Name:           ktexteditor
-Version:        5.61.0
+Version:        5.62.0
 Release:        0
 Summary:        Embeddable text editor component
 License:        LGPL-2.1-or-later
@@ -40,18 +40,18 @@
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kconfig-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  kguiaddons-devel >= %{_kf5_bugfix_version}
-BuildRequires:  ki18n-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
-BuildRequires:  kparts-devel >= %{_kf5_bugfix_version}
 BuildRequires:  libeditorconfig-devel
 BuildRequires:  libgit2-devel
-BuildRequires:  sonnet-devel >= %{_kf5_bugfix_version}
-BuildRequires:  syntax-highlighting-devel >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Archive) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Config) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5I18n) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5KIO) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Parts) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5Sonnet) >= %{_kf5_bugfix_version}
+BuildRequires:  cmake(KF5SyntaxHighlighting) >= %{_kf5_bugfix_version}
 BuildRequires:  cmake(Qt5Core) >= 5.6.0
 BuildRequires:  cmake(Qt5PrintSupport) >= 5.6.0
 BuildRequires:  cmake(Qt5Qml) >= 5.6.0
@@ -72,7 +72,7 @@
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules
-Requires:       kparts-devel >= %{_kf5_bugfix_version}
+Requires:       cmake(KF5Parts) >= %{_kf5_bugfix_version}
 
 %description devel
 KTextEditor provides a text editor component that can be embedded in

++++++ ktexteditor-5.61.0.tar.xz -> ktexteditor-5.62.0.tar.xz ++++++
++++ 188994 lines of diff (skipped)

++++++ ktexteditor-5.61.0.tar.xz.sig -> ktexteditor-5.62.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor-5.61.0.tar.xz.sig        
2019-08-19 21:13:12.112815835 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktexteditor.new.7948/ktexteditor-5.62.0.tar.xz.sig  
    2019-09-23 12:26:10.025720813 +0200
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GATgACgkQWNDuZIpI
-s7up8QgAiraoqSVRMzhcSNDRVTWDpFIhs3sUMtraQEL1gwgEtraeZre5xf8ALzem
-GqNH9zuydI2sPZsmQTG4CLBeVH3CEaEFiNMl0CNSnRFfpVdqDJD1kGsXdOW2Cnj1
-FmMp6jQXZj62GWahIB+0q03vs3MUUF45oNnuHsCUVRc9EoJUIQwjiFb2GRK1fuve
-Ef4a7kS8l4VzW8NNclH/b1KVSgl73grJvO3K3Hw9b2phB2iaHQz7GXfTqOmi9rmc
-m+yqQ1s5hgW+3w1zzSZ55sMsSBhJ8cZs0ssEGADm9Kh98mvKL07yQGHoi+aL0nyA
-/u/nLMLmwgIKIGut4bNHc6oHyTyZGg==
-=33zu
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1z0BsACgkQWNDuZIpI
+s7tmAQf9GLmgl0bZjNZhS8T3zKULJRou1IYSjAVYFKQczfDhShXZwkb6XMsRpMeT
+GPrK5GKv5JtXS7aquKWUQijrnc9Swlw28DbTfZsg3h4Uibo08qXhbsGBs0u6JdA1
+0EBtRi/8h9iLjHfe+4yHxp8npflacMMwm0PPbgaz4774zU2jrzvM4aRsjx3ycglK
+jxUFe6xKTcG326V7OVtPK9ukECmP91zmxc3MXmV7Q03RxksbVgwjfAvIQYsWtU6j
+axTLA3cJqAhLUpGG+OF4eG7xS8kKNgT8BNFTGFMlKmqVCuCMmSqlxXWwub14Ir4S
+/PtOOnV0mi4GBvu0ecigiPLVYZQQqw==
+=UwXM
 -----END PGP SIGNATURE-----


Reply via email to