Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2017-05-08 18:48:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kate (Old)
 and      /work/SRC/openSUSE:Factory/.kate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kate"

Mon May  8 18:48:01 2017 rev:82 rq:490375 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kate/kate.changes        2017-03-15 
00:52:18.913533666 +0100
+++ /work/SRC/openSUSE:Factory/.kate.new/kate.changes   2017-05-08 
18:48:06.230521869 +0200
@@ -1,0 +2,42 @@
+Sun Apr 16 23:15:49 UTC 2017 - [email protected]
+
+- Add enable-numericMode-in-filetree.patch to sort the file names
+  in the "Documents" pane naturally, i.e. 10 comes after 9
+  instead of before (kde#375676)
+
+-------------------------------------------------------------------
+Sun Apr 16 10:44:51 CEST 2017 - [email protected]
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * None
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:22 CEST 2017 - [email protected]
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * None
+
+-------------------------------------------------------------------
+Thu Mar 30 05:27:33 UTC 2017 - [email protected]
+
+- Drop upstreamed patch: remove-popupapplet-servicetype.patch
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:16 CET 2017 - [email protected]
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  kate-16.12.3.tar.xz
  remove-popupapplet-servicetype.patch

New:
----
  enable-numericMode-in-filetree.patch
  kate-17.04.0.tar.xz

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

Other differences:
------------------
++++++ kate.spec ++++++
--- /var/tmp/diff_new_pack.Ik3J2o/_old  2017-05-08 18:48:07.118396319 +0200
+++ /var/tmp/diff_new_pack.Ik3J2o/_new  2017-05-08 18:48:07.126395188 +0200
@@ -15,22 +15,23 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 %define _appstreamkpackage 0%(cat 
%{_kf5_libdir}/cmake/KF5Package/KF5PackageMacros.cmake | grep -q 
'appstream-metainfo' && echo 1)
 Name:           kate
-Version:        16.12.3
+Version:        17.04.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        Advanced Text Editor
 License:        GPL-2.0+
 # FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
 Group:          Productivity/Editors/Other
-Url:            http://www.kde.org/
+Url: http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM remove-popupapplet-servicetype.patch -- Remove the 
depreciated Plasma PopupApplet servicetype
-Patch1:         remove-popupapplet-servicetype.patch
+# PATCH-FIX-UPSTREAM
+Patch:          enable-numericMode-in-filetree.patch
 BuildRequires:  kactivities5-devel
 BuildRequires:  kconfig-devel
 BuildRequires:  kcrash-devel
@@ -62,6 +63,7 @@
 Requires:       %{name}-plugins = %{version}
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -87,9 +89,13 @@
 Kate is an advanced text editor for KDE. This package contains
 plugins and data files for Kate and KWrite editors.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
-%patch1 -p1
+%patch -p1
 
 %build
   %cmake_kf5 -d build
@@ -97,6 +103,10 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+    %find_lang %{name} --with-man --all-name
+    %kf5_find_htmldocs
+  %endif
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -138,4 +148,9 @@
 %{_kf5_sharedir}/plasma/
 %{_kf5_servicesdir}/
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ enable-numericMode-in-filetree.patch ++++++
>From eb9cab2e55ba9b7f9b86577ba12f673c40e07e67 Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer <[email protected]>
Date: Fri, 14 Apr 2017 12:43:10 +0200
Subject: Enable numericMode for sorting document list in filetree

Turns on "natural" sorting for the document list in the filetree addon,
 so that e.g. 10 comes after 9, not before.
That's how the KDE4 version behaved too.

BUG: 375676
FIXED-IN: 17.04.1
Differential Revision: https://phabricator.kde.org/D5448
---
 addons/filetree/katefiletreeproxymodel.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/addons/filetree/katefiletreeproxymodel.cpp 
b/addons/filetree/katefiletreeproxymodel.cpp
index 13a4d0e..206dfb8 100644
--- a/addons/filetree/katefiletreeproxymodel.cpp
+++ b/addons/filetree/katefiletreeproxymodel.cpp
@@ -49,6 +49,7 @@ bool KateFileTreeProxyModel::lessThan(const QModelIndex 
&left, const QModelIndex
 
     QCollator collate;
     collate.setCaseSensitivity(Qt::CaseInsensitive);
+    collate.setNumericMode(true);
 
     switch (sortRole()) {
     case Qt::DisplayRole: {
-- 
cgit v0.11.2

++++++ kate-16.12.3.tar.xz -> kate-17.04.0.tar.xz ++++++
++++ 624637 lines of diff (skipped)


Reply via email to