Hello community,

here is the log from the commit of package kate for openSUSE:Factory checked in 
at 2019-12-13 12:02:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kate (Old)
 and      /work/SRC/openSUSE:Factory/.kate.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kate"

Fri Dec 13 12:02:13 2019 rev:115 rq:756184 version:19.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kate/kate.changes        2019-11-12 
11:35:34.814101567 +0100
+++ /work/SRC/openSUSE:Factory/.kate.new.4691/kate.changes      2019-12-13 
12:02:39.937440912 +0100
@@ -1,0 +2,46 @@
+Tue Dec 10 06:38:18 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/releases/19.12.0
+- Changes since 19.11.90:
+  * Update Appstream for new release
+  * Make the strings translatable, fix typo
+  * Fix translation of external tools (kde#181528)
+  * Fix: Do not translate KActionCollection identifier
+
+-------------------------------------------------------------------
+Sat Nov 30 09:11:39 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/19.12-rc
+- Changes since 19.11.80:
+  * Read the user visible name of the default color scheme
+  * Fix tyop in find_package call
+  * Respect KF5_MIN_VER and QT_MIN_VER
+  * Search for KF5I18n and KF5DocTools
+  * Search for Qt5Widgets to make a version comparison work
+- Dropped patches, now upstream:
+  * search-for-kf5i18n-kdoctools.patch
+
+-------------------------------------------------------------------
+Sun Nov 24 13:29:10 UTC 2019 - Luca Beltrame <[email protected]>
+
+- Update to 19.11.80
+  * New feature release
+- Too many changes since 19.08.3, only listing bugfixes:
+  * handle build path as relative to project path (kde#413306)
+  * disable ctags indexing per default (kde#412351)
+  * fix message extraction (kde#412358)
+  * External Tools: Support adding actions to toolbar (kde#261210)
+  * ensure view stack gets focus on startup (kde#412227)
+  * Added a line to set default sort order for the Symbolviewer. (kde#405895)
+  * allow ESC to be used as global application shortcut and still exit the 
quick open (kde#409856)
+  * fix dbus session registration (kde#410742)
+- Add upstream patch to fix build:
+  * search-for-kf5i18n-kdoctools.patch
+
+-------------------------------------------------------------------

Old:
----
  kate-19.08.3.tar.xz
  kate-19.08.3.tar.xz.sig

New:
----
  kate-19.12.0.tar.xz
  kate-19.12.0.tar.xz.sig

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

Other differences:
------------------
++++++ kate.spec ++++++
--- /var/tmp/diff_new_pack.Y9bgZu/_old  2019-12-13 12:02:41.197440436 +0100
+++ /var/tmp/diff_new_pack.Y9bgZu/_new  2019-12-13 12:02:41.201440435 +0100
@@ -17,52 +17,51 @@
 
 
 %define _appstreamkpackage 0%(cat 
%{_kf5_cmakedir}/KF5Package/KF5PackageMacros.cmake | grep -q 
'appstream-metainfo' && echo 1)
-%define kf5_version 5.26.0
+%define kf5_version 5.60.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           kate
-Version:        19.08.3
+Version:        19.12.0
 Release:        0
 Summary:        Advanced Text Editor
 License:        GPL-3.0-or-later
 Group:          Productivity/Text/Editors
 URL:            http://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
 Source2:        applications.keyring
 %endif
 # PATCH-FIX-OPENSUSE
 Patch0:         0001-Defuse-root-block.patch
-BuildRequires:  kactivities5-devel
-BuildRequires:  kconfig-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdoctools-devel
-BuildRequires:  kguiaddons-devel
-BuildRequires:  ki18n-devel
-BuildRequires:  kiconthemes-devel
-BuildRequires:  kio-devel
-BuildRequires:  kitemmodels-devel
-BuildRequires:  kjobwidgets-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  kparts-devel
-BuildRequires:  kservice-devel
-BuildRequires:  ktexteditor-devel
-BuildRequires:  kwallet-framework-devel
-BuildRequires:  kwindowsystem-devel
-BuildRequires:  kxmlgui-devel
+BuildRequires:  cmake(KF5Activities)
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5GuiAddons)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5ItemModels)
+BuildRequires:  cmake(KF5JobWidgets)
+BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5Parts)
+BuildRequires:  cmake(KF5Service)
+BuildRequires:  cmake(KF5TextEditor)
+BuildRequires:  cmake(KF5Wallet)
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  libgit2-devel
-BuildRequires:  pkgconfig
-BuildRequires:  plasma-framework-devel
-BuildRequires:  threadweaver-devel
-BuildRequires:  pkgconfig(Qt5Core) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5DBus) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Script) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Sql) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+BuildRequires:  cmake(KF5Plasma)
+BuildRequires:  cmake(KF5ThreadWeaver)
+BuildRequires:  cmake(Qt5Core) >= 5.10.0
+BuildRequires:  cmake(Qt5DBus) >= 5.10.0
+BuildRequires:  cmake(Qt5Script) >= 5.10.0
+BuildRequires:  cmake(Qt5Sql) >= 5.10.0
+BuildRequires:  cmake(Qt5Test) >= 5.10.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.10.0
 Requires:       %{name}-plugins = %{version}
 Recommends:     %{name}-lang
 Obsoletes:      %{name}5 < %{version}

++++++ applications.keyring ++++++
Binary files /var/tmp/diff_new_pack.Y9bgZu/_old and 
/var/tmp/diff_new_pack.Y9bgZu/_new differ

++++++ kate-19.08.3.tar.xz -> kate-19.12.0.tar.xz ++++++
++++ 432179 lines of diff (skipped)


Reply via email to