Hello community,

here is the log from the commit of package kdevelop5 for openSUSE:Factory 
checked in at 2020-02-04 19:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5 (Old)
 and      /work/SRC/openSUSE:Factory/.kdevelop5.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop5"

Tue Feb  4 19:52:08 2020 rev:29 rq:769476 version:5.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdevelop5/kdevelop5.changes      2020-01-07 
23:57:12.304151270 +0100
+++ /work/SRC/openSUSE:Factory/.kdevelop5.new.26092/kdevelop5.changes   
2020-02-04 19:52:29.173291257 +0100
@@ -1,0 +2,55 @@
+Mon Feb  3 06:47:51 UTC 2020 - [email protected]
+
+- Update to 5.5.0
+  * Improved C++ language support:
+    + Fix missing header guard warning for a standalone header
+      being always present
+    + Don't crash when signatures don't match in
+      AdaptSignatureAssistant
+    + Clazy: add configurable predefined checkset selections
+    + Clang-tidy: add configurable predefined checkset selections
+    + Don't get confused when encountering parse errors in default
+      args
+    + Fix ClangUtils::getDefaultArguments when encountering macros
+      (kde#369546)
+    + Skip clang-provided override items from code completion
+    + Unbreak move-into-source for non-class functions
+    + Lambda init captures are visited starting with clang 9.0.0
+    + Try a bit harder to find types for look-ahead completion
+  * Welcome page: remove background in active window when plugin is
+    disabled
+  * No longer install modeltest.h, not used externally and
+    deprecated
+  * Fix "invalid project name" hint not always showing
+  * Use default scheme option of KColorSchemeManager if available
+  * Read the global color scheme name from its file
+  * Fix qmljs comment parsing 
+  * Fix the comment formatting for some Doxygen variants
+  * Qmakebuilder: remove unused kcfg files
+  * Fix reformat for long strings
+  * Introduce shell-embedded message area, to avoid dialog windows
+  * Clazy, clang-tidy: share code via new private
+    KDevCompileAnalyzerCommon
+  * Make tar archives reproducible by setting Pax headers
+  * Kdevplatform: remove About data feature
+  * Support for rebasing
+  * Add a setting to disable the close buttons on tabs
+  * CMake: Show project name in showConfigureErrorMessage
+  * TemplatePreview: Enable word-wrap for messagebox and Lines
+    Policy Label
+  * Filetemplates: load and show tooltip for custom options
+  * Pass environment variables from process environment and set up
+    with flatpak environment
+  * Remove usage of columns argument in arch detection since old
+    LTS systems may not have that flag
+  * Pass the android toolchain file path to CMake as a local file
+    path not as a URI
+  * Formatter: Hide KTextEditor minimap for the formatter preview
+  * Shell: use KAboutPluginDialog in LoadedPluginsDialog
+  * Mention all fetch project sources in the documentation
+    (kde#392550)
+  * Script launcher: add env profile configure dialog button to
+    config UI (kde#410914)
+  * Cmake: FindClang: Detect llvm-project.git checkout
+
+-------------------------------------------------------------------

Old:
----
  kdevelop-5.4.6.tar.xz

New:
----
  kdevelop-5.5.0.tar.xz

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

Other differences:
------------------
++++++ kdevelop5.spec ++++++
--- /var/tmp/diff_new_pack.OVlXKR/_old  2020-02-04 19:52:30.205291859 +0100
+++ /var/tmp/diff_new_pack.OVlXKR/_new  2020-02-04 19:52:30.213291864 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdevelop5
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
 
 
 %define rname   kdevelop
-%define libkdev_major 54
+%define libkdev_major 55
 Name:           kdevelop5
-Version:        5.4.6
+Version:        5.5.0
 Release:        0
 Summary:        Plugin-extensible IDE for C/C++ and other programming languages
 License:        GPL-2.0-or-later
@@ -182,9 +182,9 @@
   %kf5_makeinstall -C build
 
   names="kdevandroid kdevappwizard kdevastyle kdevbazaar kdevclang 
kdevclassbrowser \
-         kdevclangtidy kdevclazy kdevcmake kdevcmakebuilder kdevcodeutils 
kdevcontextbrowser \
-         kdevcppcheck kdevcustombuildsystem kdevcustomdefinesandincludes 
kdevcustommake \
-         kdevcustomscript kdevdebuggercommon kdevdocker kdevdocumentswitcher \
+         kdevclangtidy kdevclazy kdevcmake kdevcmakebuilder kdevcodeutils 
kdevcompileanalyzercommon \
+         kdevcontextbrowser kdevcppcheck kdevcustombuildsystem 
kdevcustomdefinesandincludes \
+         kdevcustommake kdevcustomscript kdevdebuggercommon kdevdocker 
kdevdocumentswitcher \
          kdevdocumentview kdevelop kdevexecute kdevexecuteplasmoid 
kdevexecutescript \
          kdevexternalscript kdevfilemanager kdevfiletemplates kdevflatpak 
kdevgdb \
          kdevghprovider kdevgit kdevgrepview kdevheaptrack kdevkdeprovider 
kdevkonsole kdevlldb \
@@ -229,9 +229,14 @@
 %{_kf5_bindir}/kdevelop*
 %{_kf5_debugdir}/kdevelop.categories
 %{_kf5_iconsdir}/*/*/*/*
+%if %pkg_vcmp knewstuff-devel >= 5.57.0
+# It installs .knsrc files when built with knewstuff-devel >= 5.57.0
+%{_kf5_knsrcfilesdir}/*.knsrc
+%endif
 %{_kf5_libdir}/cmake/KDevelop/
+%{_kf5_libdir}/libKDevCMakeCommon.so.*
 %{_kf5_libdir}/libKDevClangPrivate.so.*
-%{_kf5_libdir}/libkdevcmakecommon.so
+%{_kf5_libdir}/libKDevCompileAnalyzerCommon.so.*
 %{_kf5_notifydir}/kdevelop.notifyrc
 %{_kf5_plasmadir}/
 %{_kf5_plugindir}/kdevplatform/

++++++ kdevelop-5.4.6.tar.xz -> kdevelop-5.5.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdevelop5/kdevelop-5.4.6.tar.xz 
/work/SRC/openSUSE:Factory/.kdevelop5.new.26092/kdevelop-5.5.0.tar.xz differ: 
char 27, line 1


Reply via email to