Hello community,
here is the log from the commit of package kdstatemachineeditor for
openSUSE:Factory checked in at 2018-05-23 16:09:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdstatemachineeditor (Old)
and /work/SRC/openSUSE:Factory/.kdstatemachineeditor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdstatemachineeditor"
Wed May 23 16:09:34 2018 rev:3 rq:611425 version:1.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/kdstatemachineeditor/kdstatemachineeditor.changes
2017-08-22 11:08:59.785715934 +0200
+++
/work/SRC/openSUSE:Factory/.kdstatemachineeditor.new/kdstatemachineeditor.changes
2018-05-23 16:09:57.868086596 +0200
@@ -1,0 +2,10 @@
+Tue May 22 18:31:56 UTC 2018 - [email protected]
+
+- Update to 1.2.3. Changes since 1.2.1:
+ * minor syncing with externals
+ * Fix build issue with Qt 5.10 on windows+MSVC
+ * Update graphviz SHA1 (fixes issues regarding sort.exe lookup)
+ * Minor CMake improvements
+- Add fix-build.patch to fix build with recent Qt versions.
+
+-------------------------------------------------------------------
Old:
----
kdstatemachineeditor-1.2.1.tar.gz
New:
----
fix-build.patch
kdstatemachineeditor-1.2.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kdstatemachineeditor.spec ++++++
--- /var/tmp/diff_new_pack.bLbEI9/_old 2018-05-23 16:09:58.948047047 +0200
+++ /var/tmp/diff_new_pack.bLbEI9/_new 2018-05-23 16:09:58.952046901 +0200
@@ -1,7 +1,7 @@
#
# spec file for package kdstatemachineeditor
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -16,17 +16,19 @@
#
-%define sover 1_2_1
+%define sover 1_2_3
%define libnamecore libkdstatemachineeditor_core%{sover}
%define libnameview libkdstatemachineeditor_view%{sover}
Name: kdstatemachineeditor
-Version: 1.2.1
+Version: 1.2.3
Release: 0
Summary: A framework for creating Qt State Machine metacode using a GUI
-License: LGPL-2.1
+License: LGPL-2.1-only
Group: Development/Libraries/C and C++
-Url: https://kdab.github.io/KDStateMachineEditor/
+URL: https://kdab.github.io/KDStateMachineEditor/
Source:
https://github.com/KDAB/KDStateMachineEditor/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM -- fix-build.patch
+Patch0: fix-build.patch
BuildRequires: cmake >= 2.8.11
BuildRequires: doxygen
BuildRequires: graphviz-devel
@@ -42,7 +44,6 @@
BuildRequires: cmake(Qt5Test) >= 5.3.0
BuildRequires: cmake(Qt5Widgets) >= 5.3.0
BuildRequires: cmake(Qt5XmlPatterns) >= 5.3.0
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The KDAB State Machine Editor Library is a framework that can be used
@@ -85,7 +86,7 @@
or QML that can then be used in Qt or QtQuick projects.
%prep
-%setup -q
+%autosetup -p1
%build
cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -104,18 +105,18 @@
%postun -n %{libnameview} -p /sbin/ldconfig
%files -n %{libnamecore}
-%defattr(-,root,root)
-%doc CHANGES ReadMe.txt LICENSE.*
+%license LICENSE.*
+%doc CHANGES ReadMe.txt
%{_libdir}/libkdstatemachineeditor_core.so.%{version}
%files -n %{libnameview}
-%defattr(-,root,root)
-%doc CHANGES ReadMe.txt LICENSE.*
+%license LICENSE.*
+%doc CHANGES ReadMe.txt
%{_libdir}/libkdstatemachineeditor_view.so.%{version}
%files devel
-%defattr(-,root,root)
-%doc CHANGES ReadMe.txt LICENSE.*
+%license LICENSE.*
+%doc CHANGES ReadMe.txt
%{_includedir}/kdstatemachineeditor/
%{_libdir}/cmake/KDSME/
%{_libdir}/libkdstatemachineeditor_core.so
++++++ fix-build.patch ++++++
commit 63ca52af50f94b396182638224fe2c50b4cb7043
Author: Allen Winter <[email protected]>
Date: Thu Apr 5 10:07:01 2018 -0400
src/core/model/element.h - fix compile on with XCode (include QPointF)
diff --git a/src/core/model/element.h b/src/core/model/element.h
index ec32cfc..c20ac6f 100644
--- a/src/core/model/element.h
+++ b/src/core/model/element.h
@@ -30,6 +30,7 @@
#include <QObject>
#include <QMetaType>
+#include <QPointF>
QT_BEGIN_NAMESPACE
class QPainterPath;
++++++ kdstatemachineeditor-1.2.1.tar.gz -> kdstatemachineeditor-1.2.3.tar.gz
++++++
++++ 5148 lines of diff (skipped)