Hello community,

here is the log from the commit of package ktexteditor for openSUSE:Factory 
checked in at 2018-08-24 16:56:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktexteditor (Old)
 and      /work/SRC/openSUSE:Factory/.ktexteditor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktexteditor"

Fri Aug 24 16:56:26 2018 rev:56 rq:630635 version:5.49.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktexteditor/ktexteditor.changes  2018-07-21 
10:15:33.671095905 +0200
+++ /work/SRC/openSUSE:Factory/.ktexteditor.new/ktexteditor.changes     
2018-08-24 16:56:28.233529057 +0200
@@ -1,0 +2,17 @@
+Sun Aug 19 09:19:24 UTC 2018 - [email protected]
+
+- Update to 5.49.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.49.0.php
+- Changes since 5.48.0:
+  * proper fix for the raw string indenting auto-quoting
+  * fix indenter to cope with new syntax file in syntaxhighlighting framework
+  * adjust test to new state in syntax-highlighting repository
+  * Show "Search wrapped" message in center of view for better visibility
+  * fix warning, just use isNull()
+  * Extend Scripting API
+  * fix segfault on rare cases where empty vector occurs for word count 
happens e.g. sometimes for vimode_emulatedcommandbar test
+  * enforce clear of scrollbar preview on document clear BUG: 374630 
(kde#374630)
+
+-------------------------------------------------------------------

Old:
----
  ktexteditor-5.48.0.tar.xz

New:
----
  ktexteditor-5.49.0.tar.xz

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

Other differences:
------------------
++++++ ktexteditor.spec ++++++
--- /var/tmp/diff_new_pack.Gxty5X/_old  2018-08-24 16:56:28.777529700 +0200
+++ /var/tmp/diff_new_pack.Gxty5X/_new  2018-08-24 16:56:28.777529700 +0200
@@ -16,15 +16,23 @@
 #
 
 
-%bcond_without lang
 # 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}')}
-%define _tar_path 5.48
+%define _tar_path 5.49
+%bcond_without lang
 Name:           ktexteditor
-Version:        5.48.0
+Version:        5.49.0
 Release:        0
+Summary:        Provides a powerful text editor component
+License:        LGPL-2.1-or-later
+Group:          System/GUI/KDE
+URL:            http://www.kde.org
+Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
+# PATCH-MISFEATURE-OPENSUSE - Disliked by the security team (boo#1033055)
+Patch1:         0001-Disable-KAuth-integration.patch
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_kf5_bugfix_version}
 BuildRequires:  fdupes
@@ -36,9 +44,6 @@
 BuildRequires:  kiconthemes-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kio-devel >= %{_kf5_bugfix_version}
 BuildRequires:  kparts-devel >= %{_kf5_bugfix_version}
-%if 0%{?suse_version} >= 1330 || 0%{?leap_version} >= 420200
-BuildRequires:  libeditorconfig-devel
-%endif
 BuildRequires:  libgit2-devel
 BuildRequires:  sonnet-devel >= %{_kf5_bugfix_version}
 BuildRequires:  syntax-highlighting-devel >= %{_kf5_bugfix_version}
@@ -51,20 +56,14 @@
 BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 BuildRequires:  cmake(Qt5XmlPatterns) >= 5.6.0
 Requires:       syntax-highlighting >= %{_kf5_bugfix_version}
+Obsoletes:      libKF5TextEditor4
+Obsoletes:      libKF5TextEditor5
+%if 0%{?suse_version} >= 1330 || 0%{?leap_version} >= 420200
+BuildRequires:  libeditorconfig-devel
+%endif
 %if %{with lang}
 Recommends:     %{name}-lang = %{version}
 %endif
-Obsoletes:      libKF5TextEditor4
-Obsoletes:      libKF5TextEditor5
-Summary:        Provides a powerful text editor component
-License:        LGPL-2.1-or-later
-Group:          System/GUI/KDE
-Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
-Source1:        baselibs.conf
-# PATCH-MISFEATURE-OPENSUSE - Disliked by the security team (boo#1033055)
-Patch1:         0001-Disable-KAuth-integration.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 KTextEditor provides a powerful text editor component that you can embed in 
your
@@ -83,6 +82,7 @@
 Development files.
 
 %lang_package
+
 %prep
 %setup -q
 %autopatch -p1
@@ -100,7 +100,6 @@
 %endif
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %if %{with lang}
@@ -108,8 +107,8 @@
 %endif
 
 %files
-%defattr(-,root,root)
-%doc COPYING* README*
+%license COPYING*
+%doc README*
 %{_kf5_libdir}/libKF5TextEditor.so.*
 %{_kf5_sharedir}/katepart5/
 %{_kf5_plugindir}/
@@ -119,7 +118,6 @@
 %{_kf5_sharedir}/kdevappwizard/templates/
 
 %files devel
-%defattr(-,root,root)
 %{_kf5_libdir}/libKF5TextEditor.so
 %{_kf5_libdir}/cmake/KF5TextEditor/
 %dir %{_kf5_includedir}/*/

++++++ ktexteditor-5.48.0.tar.xz -> ktexteditor-5.49.0.tar.xz ++++++
++++ 24135 lines of diff (skipped)


Reply via email to