Hello community,

here is the log from the commit of package kdevelop5 for openSUSE:Factory 
checked in at 2019-03-10 09:39:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdevelop5 (Old)
 and      /work/SRC/openSUSE:Factory/.kdevelop5.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdevelop5"

Sun Mar 10 09:39:29 2019 rev:18 rq:682726 version:5.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdevelop5/kdevelop5.changes      2019-01-15 
09:15:41.698273475 +0100
+++ /work/SRC/openSUSE:Factory/.kdevelop5.new.28833/kdevelop5.changes   
2019-03-10 09:39:31.340116656 +0100
@@ -1,0 +2,35 @@
+Thu Mar  7 11:41:31 UTC 2019 - [email protected]
+
+- New upstream release 5.3.2
+  * Don't call clear() on a shared pointer we don't own
+    (kde#403644)
+  * Workaround the bug found by ASan, which can be seen on FreeBSD
+    CI
+  * Kdev-clazy: use canonical paths
+  * Prevent the Extra Arguments ComboBox to Stretch Too Much
+  * CMake plugin: don't hardcode a default install prefix
+  * Appimage: skip unneeded cp of cmake, removed later again
+  * Clang plugin: Handle CUDA files better
+  * Clang: detect Clang builtin dirs at runtime on Unix
+  * Actually cleanup the duchain from the background thread
+    (kde#388743)
+  * Appimage: add okteta libs, as used by the debugger memory view
+  * Grepview: Fix potential crash in "Find in Files" (kde#402617)
+  * Add All Top-Level Targets to the Menu
+  * Show "Move into Source" action in code menu
+  * QuickOpen: Trim whitespace from input
+  * Update kdevelop app icon to latest breeze-icons version
+  * Appimage: have only kdevelop appdata in the appimage
+  * Fix first run of appimage creation: get install_colorschemes.py
+    via $SRC
+  * Fix crash in documentation view (kde#402026)
+  * CMake: skip server entries without empty build system
+    information
+  * 2 missing KTextEditorPluginIntegration::MainWindow slots
+  * Polish Purpose integration in the PatchReview plugin
+  * Hex editor plugin: prepare for incompatible API change of
+    libraries from upcoming Okteta 0.26.0
+- Require clangX instead of clang on Leap 15 and TW, the exact
+  version should not matter anymore
+
+-------------------------------------------------------------------

Old:
----
  kdevelop-5.3.1.tar.xz

New:
----
  kdevelop-5.3.2.tar.xz

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

Other differences:
------------------
++++++ kdevelop5.spec ++++++
--- /var/tmp/diff_new_pack.9EEums/_old  2019-03-10 09:39:32.120116469 +0100
+++ /var/tmp/diff_new_pack.9EEums/_new  2019-03-10 09:39:32.128116468 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdevelop5
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,15 +22,13 @@
 %define rversion 5.3
 %define libkdev_major 53
 Name:           kdevelop5
-Version:        5.3.1
+Version:        5.3.2
 Release:        0
 Summary:        Plugin-extensible IDE for C/C++ and other programming languages
 License:        GPL-2.0-or-later
 Group:          Development/Tools/IDE
-URL:            http://www.kdevelop.org
-Source0:        
http://download.kde.org/stable/%{rname}/%{version}/src/%{rname}-%{version}.tar.xz
-# needed for %%requires_eq below to work
-BuildRequires:  clang
+URL:            https://www.kdevelop.org
+Source0:        
https://download.kde.org/stable/%{rname}/%{version}/src/%{rname}-%{version}.tar.xz
 BuildRequires:  grantlee5-devel
 BuildRequires:  karchive-devel
 BuildRequires:  kcmutils-devel
@@ -80,12 +78,16 @@
 BuildRequires:  cmake(Qt5WebKitWidgets)
 %endif
 BuildRequires:  cmake(Qt5Widgets)
+# contains the headers that are needed for the C++ parser to work (see 
boo#1119186)
+%if 0%{?suse_version} > 1320
+Requires:       clang%(rpm -q --qf '%''{version}' clang-devel | cut -d. -f1)
+%else
+Requires:       clang
+%endif
 Recommends:     %{name}-lang
 Recommends:     clazy
 Recommends:     cppcheck
 Recommends:     heaptrack-gui
-# contains the headers that are needed for the C++ parser to work (see 
boo#1119186)
-%requires_eq    clang
 Conflicts:      kdevelop4
 Conflicts:      kdevelop4-plugin-clang
 # To allow "zypper in kdevelop"
@@ -226,6 +228,10 @@
 %doc README.md
 %dir %{_kf5_iconsdir}/hicolor/256x256
 %dir %{_kf5_iconsdir}/hicolor/256x256/apps
+%dir %{_kf5_iconsdir}/hicolor/512x512
+%dir %{_kf5_iconsdir}/hicolor/512x512/apps
+%dir %{_kf5_iconsdir}/hicolor/1024x1024
+%dir %{_kf5_iconsdir}/hicolor/1024x1024/apps
 %doc %lang(en) %{_kf5_htmldir}/en/kdevelop
 %exclude %{_kf5_iconsdir}/hicolor/*/actions/breakpoint.*
 %{_kf5_applicationsdir}/*kdevelop*.desktop

++++++ kdevelop-5.3.1.tar.xz -> kdevelop-5.3.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdevelop5/kdevelop-5.3.1.tar.xz 
/work/SRC/openSUSE:Factory/.kdevelop5.new.28833/kdevelop-5.3.2.tar.xz differ: 
char 25, line 1


Reply via email to