Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2018-10-01 08:11:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktexteditor (Old)
 and      /work/SRC/openSUSE:Factory/.ktexteditor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktexteditor"

Mon Oct  1 08:11:15 2018 rev:57 rq:636541 version:5.50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2018-08-24 
16:56:28.233529057 +0200
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new/ktexteditor.changes     
2018-10-01 08:11:17.210196626 +0200
@@ -1,0 +2,17 @@
+Mon Sep 17 07:55:01 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim bias from description.
+
+-------------------------------------------------------------------
+Thu Sep 13 21:58:46 UTC 2018 - lbeltr...@kde.org
+
+- Update to 5.50.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.50.0.php
+- Changes since 5.49.0:
+  * Too many changes to list here
+- Refreshed patches:
+  * 0001-Disable-KAuth-integration.patch
+
+-------------------------------------------------------------------

Old:
----
  ktexteditor-5.49.0.tar.xz

New:
----
  ktexteditor-5.50.0.tar.xz

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

Other differences:
------------------
++++++ ktexteditor.spec ++++++
--- /var/tmp/diff_new_pack.t3uFmI/_old  2018-10-01 08:11:18.446195967 +0200
+++ /var/tmp/diff_new_pack.t3uFmI/_new  2018-10-01 08:11:18.446195967 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,12 +20,12 @@
 %{!?_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.49
+%define _tar_path 5.50
 %bcond_without lang
 Name:           ktexteditor
-Version:        5.49.0
+Version:        5.50.0
 Release:        0
-Summary:        Provides a powerful text editor component
+Summary:        Embeddable text editor component
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            http://www.kde.org
@@ -66,20 +66,21 @@
 %endif
 
 %description
-KTextEditor provides a powerful text editor component that you can embed in 
your
-application, either as a KPart or using the KF5::TextEditor library.
+KTextEditor provides a text editor component that can be embedded in
+applications, either as a KPart or using the KF5::TextEditor library.
 
 %package devel
-Summary:        Provides a powerful text editor component
+Summary:        Header files for ktexteditor, an embeddable text editor 
component
 Group:          Development/Libraries/KDE
 Requires:       %{name} = %{version}
 Requires:       extra-cmake-modules
 Requires:       kparts-devel >= %{_kf5_bugfix_version}
 
 %description devel
-KTextEditor provides a powerful text editor component that you can embed in 
your
-application, either as a KPart or using the KF5::TextEditor library.
-Development files.
+KTextEditor provides a text editor component that can be embedded in
+applications, either as a KPart or using the KF5::TextEditor library.
+
+This subpackage provides the header files.
 
 %lang_package
 

++++++ 0001-Disable-KAuth-integration.patch ++++++
--- /var/tmp/diff_new_pack.t3uFmI/_old  2018-10-01 08:11:18.458195961 +0200
+++ /var/tmp/diff_new_pack.t3uFmI/_new  2018-10-01 08:11:18.458195961 +0200
@@ -11,11 +11,11 @@
  src/buffer/katetextbuffer.cpp | 3 +--
  2 files changed, 1 insertion(+), 10 deletions(-)
 
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index a5e60e1a..e2b7cff9 100644
---- a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -361,13 +361,5 @@ ecm_generate_pri_file(BASE_NAME KTextEditor LIB_NAME 
KF5TextEditor DEPS "KParts"
+Index: ktexteditor-5.49.0git.20180818T165401~3d625891/src/CMakeLists.txt
+===================================================================
+--- ktexteditor-5.49.0git.20180818T165401~3d625891.orig/src/CMakeLists.txt
++++ ktexteditor-5.49.0git.20180818T165401~3d625891/src/CMakeLists.txt
+@@ -360,13 +360,5 @@ ecm_generate_pri_file(BASE_NAME KTextEdi
  install(FILES ${PRI_FILENAME} DESTINATION ${ECM_MKSPECS_INSTALL_DIR})
  
  
@@ -29,19 +29,16 @@
 -
  # add part
  add_subdirectory(part)
-diff --git a/src/buffer/katetextbuffer.cpp b/src/buffer/katetextbuffer.cpp
-index aa5a4555..c0b72d27 100644
---- a/src/buffer/katetextbuffer.cpp
-+++ b/src/buffer/katetextbuffer.cpp
-@@ -788,7 +787,7 @@ bool TextBuffer::save(const QString &filename)
-     bool usingTemporaryBuffer = false;
- 
-     // open QSaveFile for write
+Index: 
ktexteditor-5.49.0git.20180818T165401~3d625891/src/buffer/katetextbuffer.cpp
+===================================================================
+--- 
ktexteditor-5.49.0git.20180818T165401~3d625891.orig/src/buffer/katetextbuffer.cpp
++++ 
ktexteditor-5.49.0git.20180818T165401~3d625891/src/buffer/katetextbuffer.cpp
+@@ -781,7 +781,7 @@ bool TextBuffer::save(const QString &fil
+     uint ownerId = -2;
+     uint groupId = -2;
+     QScopedPointer<QIODevice> temporaryBuffer;
 -    if (m_alwaysUseKAuthForSave || !saveFile->open(QIODevice::WriteOnly)) {
 +    if (0 && m_alwaysUseKAuthForSave || 
!saveFile->open(QIODevice::WriteOnly)) {
- 
-         // if that fails we need more privileges to save this file
-         // -> we write to a temporary file and then send its path to KAuth 
action for privileged save
--- 
-2.13.2
-
+         /**
+          * Memorize owner and group.
+          */

++++++ ktexteditor-5.49.0.tar.xz -> ktexteditor-5.50.0.tar.xz ++++++
++++ 226973 lines of diff (skipped)


Reply via email to