Hello community,

here is the log from the commit of package kxmlgui for openSUSE:Factory checked 
in at 2018-12-19 13:44:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kxmlgui (Old)
 and      /work/SRC/openSUSE:Factory/.kxmlgui.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kxmlgui"

Wed Dec 19 13:44:01 2018 rev:63 rq:658598 version:5.53.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kxmlgui/kxmlgui.changes  2018-11-14 
14:38:19.551036301 +0100
+++ /work/SRC/openSUSE:Factory/.kxmlgui.new.28833/kxmlgui.changes       
2018-12-19 13:44:02.835734534 +0100
@@ -1,0 +2,21 @@
+Mon Dec 10 10:37:44 UTC 2018 - [email protected]
+
+- Use gcc7 on Leap 42.3 to fix build, compilation fails with the
+  default 4.8
+
+-------------------------------------------------------------------
+Sun Dec 09 19:43:45 UTC 2018 - [email protected]
+
+- Update to 5.53.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.53.0.php
+- Changes since 5.52.0:
+  * Use isEmpty()
+  * Qt 5.9 is now the required version
+  * Update the "About KDE" text
+  * Mark member pointer const to tell it will not be changed by design
+  * Use member-function-pointer-based signal/slot connection
+  * krulertest: remove deprecated defunct call
+
+-------------------------------------------------------------------

Old:
----
  kxmlgui-5.52.0.tar.xz

New:
----
  kxmlgui-5.53.0.tar.xz

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

Other differences:
------------------
++++++ kxmlgui.spec ++++++
--- /var/tmp/diff_new_pack.w5PcuE/_old  2018-12-19 13:44:03.959732956 +0100
+++ /var/tmp/diff_new_pack.w5PcuE/_new  2018-12-19 13:44:03.963732951 +0100
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5XmlGui5
-%define _tar_path 5.52
+%define _tar_path 5.53
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kxmlgui
-Version:        5.52.0
+Version:        5.53.0
 Release:        0
 Summary:        Framework for managing menu and toolbar actions
 License:        LGPL-2.1-or-later AND GPL-2.0-or-later
@@ -58,6 +58,10 @@
 BuildRequires:  cmake(Qt5Widgets) >= 5.6.0
 BuildRequires:  cmake(Qt5Xml) >= 5.6.0
 BuildRequires:  pkgconfig(x11)
+%if 0%{?suse_version} < 1330
+# It does not build with the default compiler (GCC 4.8) on Leap 42.x
+BuildRequires:  gcc7-c++
+%endif
 
 %description
 libkxmlgui provides a framework for managing menu and toolbar actions in an
@@ -102,6 +106,11 @@
 %setup -q
 
 %build
+  %if 0%{?suse_version} < 1330
+    # It does not build with the default compiler (GCC 4.8) on Leap 42.x
+    export CC=gcc-7
+    export CXX=g++-7
+  %endif
   %cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
   %make_jobs
 

++++++ kxmlgui-5.52.0.tar.xz -> kxmlgui-5.53.0.tar.xz ++++++
++++ 40327 lines of diff (skipped)


Reply via email to