Hello community,

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

Package is "kdevelop5"

Tue Jan 15 09:15:39 2019 rev:17 rq:660853 version:5.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdevelop5/kdevelop5.changes      2018-12-19 
13:51:43.447092934 +0100
+++ /work/SRC/openSUSE:Factory/.kdevelop5.new.28833/kdevelop5.changes   
2019-01-15 09:15:41.698273475 +0100
@@ -1,0 +2,34 @@
+Sat Dec 22 19:17:49 UTC 2018 - [email protected]
+
+- New upstream release 5.3.1
+  * Remove the CVS plugin. This was unusable and would crash if
+    used in most cases, but accidentally remained in 5.3.0
+  * Don't add 'override' specifier for non-modern project settings
+    (kde#372280)
+  * Use qCWarning in path.cpp
+  * Fix qmakeproject unittest to work on Windows
+  * Fix defines and includes test to run on Windows
+  * Fix projectmodel unittest to work on Windows
+  * Make the filteringstrategy test work on Windows as well
+  * Fix problem model test on Windows. Make sure that when we
+    create a path the root of that path is created according to
+    what is expected on the current platform. E.g. C: on Windows.
+  * Appimage: use original app desktop file as base for appimage
+    one
+  * Make test outputmodel pass on windows.
+  * Increase timeout for duchain gcc compatibility test
+  * Auto-find Clazy documentation also with clazy >= 1.4
+    (kde#401075)
+  * Disable plugin project config if project without a
+    IBuildSystemManager dep (kde#400769)
+  * Appimage: Do not bundle libfontconfig
+  * Cmake: fix missing addition of policies to documentation index
+  * FunctionDefinition: only look for (new/other) function
+    definition if we don't have one
+  * Fix memleaks in duchain unittests
+- Drop Auto-find-Clazy-documentation-also-with-clazy-1.4.patch,
+  merged upstream
+- Use cmake() notation for the Qt BuildRequires instead of
+  pkgconfig()
+
+-------------------------------------------------------------------

Old:
----
  Auto-find-Clazy-documentation-also-with-clazy-1.4.patch
  kdevelop-5.3.0.tar.xz

New:
----
  kdevelop-5.3.1.tar.xz

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

Other differences:
------------------
++++++ kdevelop5.spec ++++++
--- /var/tmp/diff_new_pack.uJz9VM/_old  2019-01-15 09:15:42.278272936 +0100
+++ /var/tmp/diff_new_pack.uJz9VM/_new  2019-01-15 09:15:42.282272932 +0100
@@ -22,15 +22,13 @@
 %define rversion 5.3
 %define libkdev_major 53
 Name:           kdevelop5
-Version:        5.3.0
+Version:        5.3.1
 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
-# PATCH-FIX-UPSTREAM
-Patch0:         Auto-find-Clazy-documentation-also-with-clazy-1.4.patch
 # needed for %%requires_eq below to work
 BuildRequires:  clang
 BuildRequires:  grantlee5-devel
@@ -68,20 +66,20 @@
 BuildRequires:  shared-mime-info
 BuildRequires:  subversion-devel
 BuildRequires:  threadweaver-devel
-BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Core)
-BuildRequires:  pkgconfig(Qt5DBus)
-BuildRequires:  pkgconfig(Qt5Help)
-BuildRequires:  pkgconfig(Qt5Quick)
-BuildRequires:  pkgconfig(Qt5QuickWidgets)
-BuildRequires:  pkgconfig(Qt5Script)
-BuildRequires:  pkgconfig(Qt5Test)
+BuildRequires:  cmake(Qt5Concurrent)
+BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5DBus)
+BuildRequires:  cmake(Qt5Help)
+BuildRequires:  cmake(Qt5Quick)
+BuildRequires:  cmake(Qt5QuickWidgets)
+BuildRequires:  cmake(Qt5Script)
+BuildRequires:  cmake(Qt5Test)
 %ifarch %{ix86} x86_64 %{arm} aarch64 mips mips64
-BuildRequires:  pkgconfig(Qt5WebEngineWidgets)
+BuildRequires:  cmake(Qt5WebEngineWidgets)
 %else
-BuildRequires:  pkgconfig(Qt5WebKitWidgets)
+BuildRequires:  cmake(Qt5WebKitWidgets)
 %endif
-BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRequires:  cmake(Qt5Widgets)
 Recommends:     %{name}-lang
 Recommends:     clazy
 Recommends:     cppcheck
@@ -179,7 +177,6 @@
 
 %prep
 %setup -q -n %{rname}-%{version}
-%autopatch -p1
 
 %build
 %if 0%{?suse_version} <= 1325
@@ -194,9 +191,9 @@
   %kf5_makeinstall -C build
 
   names="kdevandroid kdevappwizard kdevastyle kdevbazaar kdevclang 
kdevclassbrowser \
-         kdevclazy kdevcmake kdevcmakebuilder kdevcodeutils kdevcontextbrowser 
kdevcppcheck \
-         kdevcustombuildsystem kdevcustomdefinesandincludes kdevcustommake \
-         kdevcustomscript kdevcvs kdevdebuggercommon kdevdocker 
kdevdocumentswitcher \
+         kdevclazy kdevcmake kdevcmakebuilder kdevcodeutils 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,13 +226,13 @@
 %doc README.md
 %dir %{_kf5_iconsdir}/hicolor/256x256
 %dir %{_kf5_iconsdir}/hicolor/256x256/apps
+%doc %lang(en) %{_kf5_htmldir}/en/kdevelop
 %exclude %{_kf5_iconsdir}/hicolor/*/actions/breakpoint.*
 %{_kf5_applicationsdir}/*kdevelop*.desktop
 %{_kf5_appstreamdir}/org.kde.kdevelop.appdata.xml
 %{_kf5_bindir}/kdev_includepathsconverter
 %{_kf5_bindir}/kdevelop*
 %{_kf5_debugdir}/kdevelop.categories
-%doc %lang(en) %{_kf5_htmldir}/en/kdevelop
 %{_kf5_iconsdir}/*/*/*/*
 %{_kf5_libdir}/cmake/KDevelop/
 %{_kf5_libdir}/libKDevClangPrivate.so.*
@@ -260,8 +257,8 @@
 %{_kf5_sharedir}/kdevlldb/
 %{_kf5_sharedir}/kdevmanpage/
 %{_kf5_sharedir}/kdevqmljssupport/
-%{_kf5_sharedir}/mime/packages/kdevelop.xml
 %{_kf5_sharedir}/mime/packages/kdevclang.xml
+%{_kf5_sharedir}/mime/packages/kdevelop.xml
 %{_kf5_sharedir}/mime/packages/kdevgit.xml
 
 %files lang -f %{name}.lang

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


Reply via email to