Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2022-01-11 21:16:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktexteditor (Old)
 and      /work/SRC/openSUSE:Factory/.ktexteditor.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktexteditor"

Tue Jan 11 21:16:44 2022 rev:99 rq:945084 version:5.90.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2021-12-13 
20:44:46.096487812 +0100
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new.1892/ktexteditor.changes        
2022-01-11 21:19:30.792969108 +0100
@@ -1,0 +2,24 @@
+Mon Jan  3 12:47:55 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.90.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/frameworks/5/5.90.0
+- Changes since 5.89.0:
+  * Add a formatting commit to ignore-list
+  * try to fix behavior for vimode on completion (kde#444883)
+  * Change build system to make building against qt6
+  * Apply word filter on async completion models (kde#444883)
+  * Validates the input method attributes received from input method. 
(kde#443977)
+  * fix compile on Mac if EditorConfig is found
+  * Remove unused exporting of SwapFile class symbols
+  * Fix cursor position after completion tail restore
+  * let cmake generate the PCH header completely
+  * Introduce PCH support
+  * Color current indentation line differently
+  * Fix unused capture warning
+  * Vimode-keyparser: Make some functions more efficient
+  * Use KTextEditor::Range by value
+- Rebase 0001-Disable-KAuth-integration.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ktexteditor.spec ++++++
--- /var/tmp/diff_new_pack.I6tDMP/_old  2022-01-11 21:19:31.420969549 +0100
+++ /var/tmp/diff_new_pack.I6tDMP/_new  2022-01-11 21:19:31.424969552 +0100
@@ -20,17 +20,17 @@
 %{!?_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.89
-%bcond_without lang
+%define _tar_path 5.90
+%bcond_without released
 Name:           ktexteditor
-Version:        5.89.0
+Version:        5.90.0
 Release:        0
 Summary:        Embeddable text editor component
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
 Source:         %{name}-%{version}.tar.xz
-%if %{with lang}
+%if %{with released}
 Source1:        %{name}-%{version}.tar.xz.sig
 Source2:        frameworks.keyring
 %endif
@@ -92,14 +92,14 @@
 %kf5_makeinstall -C build
 %fdupes %{buildroot}
 
-%if %{with lang}
+%if %{with released}
 %find_lang %{name}5
 %endif
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
-%if %{with lang}
+%if %{with released}
 %files -n %{name}-lang -f %{name}5.lang
 %endif
 
@@ -111,8 +111,6 @@
 %{_kf5_plugindir}/
 %{_kf5_servicesdir}/
 %{_kf5_servicetypesdir}/
-%dir %{_kf5_sharedir}/kdevappwizard/
-%{_kf5_sharedir}/kdevappwizard/templates/
 %{_kf5_debugdir}/ktexteditor.categories
 %{_kf5_debugdir}/*.renamecategories
 
@@ -122,6 +120,9 @@
 %dir %{_kf5_includedir}/*/
 %{_kf5_includedir}/*/
 %{_kf5_includedir}/*.h
+%dir %{_kf5_sharedir}/kdevfiletemplates
+%dir %{_kf5_sharedir}/kdevfiletemplates/templates
+%{_kf5_sharedir}/kdevfiletemplates/templates/ktexteditor-plugin.tar.bz2
 %{_kf5_mkspecsdir}/qt_KTextEditor.pri
 
 %changelog

++++++ 0001-Disable-KAuth-integration.patch ++++++
--- /var/tmp/diff_new_pack.I6tDMP/_old  2022-01-11 21:19:31.444969567 +0100
+++ /var/tmp/diff_new_pack.I6tDMP/_new  2022-01-11 21:19:31.448969569 +0100
@@ -11,12 +11,12 @@
  src/buffer/katetextbuffer.cpp | 3 +--
  2 files changed, 1 insertion(+), 10 deletions(-)
 
-Index: ktexteditor-5.56.0git.20200212T090427~0a08d45f/src/CMakeLists.txt
+Index: ktexteditor-5.62.0git.20220101T121918~6bf059d3/src/CMakeLists.txt
 ===================================================================
---- ktexteditor-5.56.0git.20200212T090427~0a08d45f.orig/src/CMakeLists.txt     
2020-02-12 09:04:27.000000000 +0100
-+++ ktexteditor-5.56.0git.20200212T090427~0a08d45f/src/CMakeLists.txt  
2020-02-14 13:41:26.731436038 +0100
-@@ -373,15 +373,6 @@
- ecm_generate_pri_file(BASE_NAME KTextEditor LIB_NAME KF5TextEditor DEPS 
"KParts" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KDE_INSTALL_INCLUDEDIR_KF5}/KTextEditor)
+--- ktexteditor-5.62.0git.20220101T121918~6bf059d3.orig/src/CMakeLists.txt
++++ ktexteditor-5.62.0git.20220101T121918~6bf059d3/src/CMakeLists.txt
+@@ -395,15 +395,6 @@ include(ECMGeneratePriFile)
+ ecm_generate_pri_file(BASE_NAME KTextEditor LIB_NAME KF5TextEditor DEPS 
"KParts" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR 
${KDE_INSTALL_INCLUDEDIR_KF}/KTextEditor)
  install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})
  
 -
@@ -31,11 +31,11 @@
  # add part
  add_subdirectory(part)
  
-Index: 
ktexteditor-5.56.0git.20200212T090427~0a08d45f/src/buffer/katetextbuffer.cpp
+Index: 
ktexteditor-5.62.0git.20220101T121918~6bf059d3/src/buffer/katetextbuffer.cpp
 ===================================================================
---- 
ktexteditor-5.56.0git.20200212T090427~0a08d45f.orig/src/buffer/katetextbuffer.cpp
  2020-02-12 09:04:27.000000000 +0100
-+++ 
ktexteditor-5.56.0git.20200212T090427~0a08d45f/src/buffer/katetextbuffer.cpp    
   2020-02-14 13:41:26.731436038 +0100
-@@ -869,7 +869,7 @@
+--- 
ktexteditor-5.62.0git.20220101T121918~6bf059d3.orig/src/buffer/katetextbuffer.cpp
++++ 
ktexteditor-5.62.0git.20220101T121918~6bf059d3/src/buffer/katetextbuffer.cpp
+@@ -818,7 +818,7 @@ bool TextBuffer::saveBuffer(const QStrin
  
  TextBuffer::SaveResult TextBuffer::saveBufferUnprivileged(const QString 
&filename)
  {

++++++ ktexteditor-5.89.0.tar.xz -> ktexteditor-5.90.0.tar.xz ++++++
++++ 28626 lines of diff (skipped)

++++++ ktexteditor-5.89.0.tar.xz.sig -> ktexteditor-5.90.0.tar.xz.sig ++++++
--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor-5.89.0.tar.xz.sig        
2021-12-13 20:44:45.960487795 +0100
+++ 
/work/SRC/openSUSE:Factory/.ktexteditor.new.1892/ktexteditor-5.90.0.tar.xz.sig  
    2022-01-11 21:19:30.772969094 +0100
@@ -1,11 +1,11 @@
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwCcACgkQWNDuZIpI
-s7t5KggAubS0GtWP3DTquRd/C0PwPAisw9ANIyWI0AzfDSstbUJRT/jN+tpPgdrB
-6cwa9yubBQMJFFa3Y+FjiAwdxyCLW7kNa5fInreRR8uaN2MF5cBvupSI6Cz1OpGX
-pTPLJDDkJ6Ok/PVEGxYaOWYtqMogImviGqEXkGqGdmqS3Xr0FMsiZntnE8tCcldI
-RSCe4KMIPD9ewubdZN0RpckOHtEeRtLdlsBGgsIaqpvc30MoSr/oWfqoiDYZ2cmN
-YAu6BHisRa4bKN6/V8Op1gqt2kKCYR/4KNI/Yzy1HYoD3yPA0zPbr5m+eHVXPcdj
-hl9xwSuApxcLIH7jloKNqOeWRM5QiQ==
-=Sh9X
+iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV6cACgkQWNDuZIpI
+s7ubCAf/RHQx0ObjTl6RS03gxAU5W008w/CT8fznv3CAl61p65YmGvU2mDHhKRE9
+t+wghweLBnUbYC51NaTEl4kGsjlCYaRi+nzVngJ0d13uORWRfqLtfto5mdNpEztZ
+kfeLw6O6ZLjdKvSn1Aw2CyAFni5slWijmj3h9QT0CDgcquuwxxTtuR7gRfG7Q7P0
+7sUp9D/kJ2PDKUATg8oBcrlPixPj69Kojq2pDDZbzcTgIu4/1bmJAfxgVnUusHQY
+soe5MA7FH841nYciPyT4fWSgkNiOZyXcm30/dScQ7/p7EmRwYomZ/qMr4Ktj3viI
+oYam+PzSQnwb3Ci4KLXnIT57SqOBdA==
+=MAxR
 -----END PGP SIGNATURE-----

Reply via email to