Hello community,

here is the log from the commit of package kdevelop5 for openSUSE:Factory 
checked in at 2018-08-22 14:21:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5 (Old)
 and      /work/SRC/openSUSE:Factory/.kdevelop5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop5"

Wed Aug 22 14:21:02 2018 rev:11 rq:630784 version:5.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdevelop5/kdevelop5.changes      2018-06-02 
12:08:13.184635135 +0200
+++ /work/SRC/openSUSE:Factory/.kdevelop5.new/kdevelop5.changes 2018-08-22 
14:21:08.214463067 +0200
@@ -1,0 +2,15 @@
+Tue Aug 21 10:54:56 UTC 2018 - wba...@tmo.at
+
+- New upstream release 5.2.4
+  * Fix resizing of variable tooltip
+  * Fix various problems with filters in the output view
+    (kde#343124)
+  * Fix a crash which could happen when using the class browser in
+    debug builds with Qt >= 5.11
+  * Only show cppcheck menu for cpp files
+- Move all plugins from kdevplatform to the main package following
+  upstream more closely, the kdevplatform package now only contains
+  files coming from the "kdevplatform" directory in the source
+  (kdevelop5 is the only application using kdevplatform anyway)
+
+-------------------------------------------------------------------
@@ -97,2 +112,3 @@
-  update problems, and don't require the exact same version to
-  avoid such problems in the future when the so version is bumped
+  update problems, and don't require the exact same version of
+  kdevplatform to avoid such problems in the future when the so
+  version is bumped again

Old:
----
  kdevelop-5.2.3.tar.xz

New:
----
  kdevelop-5.2.4.tar.xz

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

Other differences:
------------------
++++++ kdevelop5.spec ++++++
--- /var/tmp/diff_new_pack.9KbGS0/_old  2018-08-22 14:21:09.166465321 +0200
+++ /var/tmp/diff_new_pack.9KbGS0/_new  2018-08-22 14:21:09.170465331 +0200
@@ -24,13 +24,13 @@
 %define libkdev_major 52
 %define kdev_plugin_version 30
 Name:           kdevelop5
-Version:        5.2.3
+Version:        5.2.4
 Release:        0
 Summary:        Plugin-extensible IDE for C/C++ and other programming languages
 License:        GPL-2.0+
 Group:          Development/Tools/IDE
 Url:            http://www.kdevelop.org
-Source0:        %{rname}-%{version}.tar.xz
+Source0:        
http://download.kde.org/stable/%{rname}/%{version}/src/%{rname}-%{version}.tar.xz
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
@@ -173,33 +173,25 @@
 %install
   %kf5_makeinstall -C build
 
-  names="kdevandroid kdevastyle kdevclang kdevcmake kdevcmakebuilder 
kdevcppcheck \
+  names="kdevandroid kdevappwizard kdevastyle kdevbazaar kdevclang 
kdevclassbrowser \
+         kdevcmake kdevcmakebuilder kdevcodeutils kdevcontextbrowser 
kdevcppcheck \
          kdevcustombuildsystem kdevcustomdefinesandincludes kdevcustommake \
-         kdevcustomscript kdevdebuggercommon kdevdocker \
-         kdevelop kdevexecuteplasmoid kdevgdb kdevghprovider \
-         kdevkdeprovider kdevlldb kdevmakebuilder kdevmanpage kdevninja 
kdevokteta \
-         kdevqmakebuilder kdevqmakemanager kdevqmljs kdevqthelp 
kdevsourceformatter\
+         kdevcustomscript kdevcvs kdevdebuggercommon kdevdocker 
kdevdocumentswitcher \
+         kdevdocumentview kdevelop kdevexecute kdevexecuteplasmoid 
kdevexecutescript \
+         kdevexternalscript kdevfilemanager kdevfiletemplates kdevflatpak 
kdevgdb \
+         kdevghprovider kdevgit kdevgrepview kdevheaptrack kdevkdeprovider 
kdevkonsole kdevlldb \
+         kdevmakebuilder kdevmanpage kdevninja kdevokteta kdevopenwith 
kdevpatchreview \
+         kdevperforce kdevproblemreporter kdevprojectfilter 
kdevprojectmanagerview \
+         kdevqmakebuilder kdevqmakemanager kdevqmljs kdevqthelp kdevquickopen \
+         kdevsourceformatter kdevoutlineview kdevstandardoutputview 
kdevsubversion  \
+         kdevswitchtobuddy kdevtestview kdevvcsprojectintegration 
kdevwelcomepage \
          plasma_applet_kdevelopsessions plasma_runner_kdevelopsessions"
 
   for name in $names; do
     %find_lang $name %{name}.lang
   done
 
-  # KDevPlatform
-
-  kdevplatform_names="kdevappwizard kdevclassbrowser kdevcodeutils  
kdevcontextbrowser \
-                      kdevcvs kdevdocumentswitcher kdevdocumentview  
kdevexecute \
-                      kdevexecutescript kdevexternalscript kdevfilemanager \
-                      kdevfiletemplates kdevflatpak kdevgit \
-                      kdevgrepview kdevkonsole kdevopenwith kdevpatchreview \
-                      kdevperforce kdevplatform kdevproblemreporter 
kdevprojectfilter \
-                      kdevprojectmanagerview kdevquickopen 
kdevstandardoutputview \
-                      kdevsubversion kdevswitchtobuddy kdevtestview 
kdevvcsprojectintegration \
-                      kdevwelcomepage"
-
-  for name in $kdevplatform_names; do
-    %find_lang $name kdevplatform.lang
-  done
+  %find_lang kdevplatform kdevplatform.lang
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -221,41 +213,7 @@
 %doc README.md
 %dir %{_kf5_iconsdir}/hicolor/256x256
 %dir %{_kf5_iconsdir}/hicolor/256x256/apps
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevappwizard.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevbazaar.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevclassbrowser.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevcodeutils.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevcontextbrowser.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevcvs.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevdocker.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevdocumentswitcher.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevdocumentview.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevexecute.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevexecutescript.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevexternalscript.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevfilemanager.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevfiletemplates.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevflatpak.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevgenericmanager.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevgit.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevgrepview.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevkonsoleview.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevopenwith.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevoutlineview.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevpatchreview.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevperforce.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevproblemreporter.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevprojectfilter.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevprojectmanagerview.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevquickopen.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevsourceformatter.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevstandardoutputview.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevsubversion.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevswitchtobuddy.so
-%exclude %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevtestview.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevvcschangesviewplugin.so
-%exclude 
%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevwelcomepage.so
-%exclude %{_kf5_sharedir}/kdevelop/kdevflatpak/
+%exclude %{_kf5_iconsdir}/hicolor/*/actions/breakpoint.*
 %{_kf5_applicationsdir}/*kdevelop*.desktop
 %{_kf5_appstreamdir}/org.kde.kdevelop.appdata.xml
 %{_kf5_bindir}/kdev_includepathsconverter
@@ -268,14 +226,20 @@
 %{_kf5_libdir}/libkdevcmakecommon.so
 %{_kf5_notifydir}/kdevelop.notifyrc
 %{_kf5_plasmadir}/
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdev*.so
+%{_kf5_plugindir}/kdevplatform/
 %{_kf5_plugindir}/krunner_kdevelopsessions.so
 %{_kf5_plugindir}/plasma/
 %{_kf5_prefix}/include/kdevelop/
+%{_kf5_qmldir}/
 %{_kf5_servicesdir}/kdevelopsessions.desktop
 %{_kf5_servicesdir}/plasma-applet-kdevelopsessions.desktop
 %{_kf5_servicesdir}/plasma-dataengine-kdevelopsessions.desktop
+%{_kf5_sharedir}/kdevappwizard/
+%{_kf5_sharedir}/kdevclangsupport/
+%{_kf5_sharedir}/kdevcodegen/
+%{_kf5_sharedir}/kdevcodeutils/
 %{_kf5_sharedir}/kdevelop/
+%{_kf5_sharedir}/kdevfiletemplates/
 %{_kf5_sharedir}/kdevgdb/
 %{_kf5_sharedir}/kdevlldb/
 %{_kf5_sharedir}/kdevmanpage/
@@ -292,57 +256,15 @@
 
 %files -n kdevplatform
 %defattr(-,root,root)
-%license COPYING*
+%license kdevplatform/COPYING*
 %doc kdevplatform/README.md
-%dir %{_kf5_plugindir}/kdevplatform
-%dir %{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}
 %{_kf5_bindir}/kdev_dbus_socket_transformer
 %{_kf5_bindir}/kdev_format_source
 %{_kf5_bindir}/kdevplatform_shell_environment.sh
 %{_kf5_debugdir}/kdevplatform.categories
+%{_kf5_iconsdir}/hicolor/*/actions/breakpoint.*
 %{_kf5_plugindir}/grantlee/
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevappwizard.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevbazaar.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevclassbrowser.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevcodeutils.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevcontextbrowser.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevcvs.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevdocker.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevdocumentswitcher.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevdocumentview.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevexecute.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevexecutescript.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevexternalscript.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevfilemanager.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevfiletemplates.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevflatpak.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevgenericmanager.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevgit.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevgrepview.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevkonsoleview.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevopenwith.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevoutlineview.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevpatchreview.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevperforce.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevproblemreporter.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevprojectfilter.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevprojectmanagerview.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevquickopen.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevsourceformatter.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevstandardoutputview.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevsubversion.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevswitchtobuddy.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevtestview.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevvcschangesviewplugin.so
-%{_kf5_plugindir}/kdevplatform/%{kdev_plugin_version}/kdevwelcomepage.so
-%{_kf5_qmldir}/
 %{_kf5_servicetypesdir}/
-%{_kf5_sharedir}/kdevappwizard/
-%{_kf5_sharedir}/kdevclangsupport/
-%{_kf5_sharedir}/kdevcodegen/
-%{_kf5_sharedir}/kdevcodeutils/
-%{_kf5_sharedir}/kdevelop/kdevflatpak/
-%{_kf5_sharedir}/kdevfiletemplates/
 %{_kf5_sharedir}/kdevplatform/
 
 %files -n kdevplatform-devel

++++++ kdevelop-5.2.3.tar.xz -> kdevelop-5.2.4.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdevelop5/kdevelop-5.2.3.tar.xz 
/work/SRC/openSUSE:Factory/.kdevelop5.new/kdevelop-5.2.4.tar.xz differ: char 
26, line 1


Reply via email to