Hello community,

here is the log from the commit of package kdstatemachineeditor for 
openSUSE:Factory checked in at 2019-02-17 12:20:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdstatemachineeditor (Old)
 and      /work/SRC/openSUSE:Factory/.kdstatemachineeditor.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdstatemachineeditor"

Sun Feb 17 12:20:56 2019 rev:4 rq:676346 version:1.2.4

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kdstatemachineeditor/kdstatemachineeditor.changes    
    2018-05-23 16:09:57.868086596 +0200
+++ 
/work/SRC/openSUSE:Factory/.kdstatemachineeditor.new.28833/kdstatemachineeditor.changes
     2019-02-17 12:20:57.632206839 +0100
@@ -1,0 +2,7 @@
+Thu Oct 25 13:14:21 UTC 2018 - Christophe Giboudeaux <[email protected]>
+
+- Update to 1.2.4
+  * Fix a build issue
+- Drop fix-build.patch. Fixed upstream
+
+-------------------------------------------------------------------

Old:
----
  fix-build.patch
  kdstatemachineeditor-1.2.3.tar.gz

New:
----
  kdstatemachineeditor-1.2.4.tar.gz

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

Other differences:
------------------
++++++ kdstatemachineeditor.spec ++++++
--- /var/tmp/diff_new_pack.MwP2KX/_old  2019-02-17 12:20:58.024206731 +0100
+++ /var/tmp/diff_new_pack.MwP2KX/_new  2019-02-17 12:20:58.024206731 +0100
@@ -12,23 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define sover 1_2_3
+%define sover 1_2_4
 %define libnamecore libkdstatemachineeditor_core%{sover}
 %define libnameview libkdstatemachineeditor_view%{sover}
 Name:           kdstatemachineeditor
-Version:        1.2.3
+Version:        1.2.4
 Release:        0
 Summary:        A framework for creating Qt State Machine metacode using a GUI
 License:        LGPL-2.1-only
 Group:          Development/Libraries/C and C++
 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
@@ -86,7 +84,7 @@
 or QML that can then be used in Qt or QtQuick projects.
 
 %prep
-%autosetup -p1
+%setup -q
 
 %build
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \

++++++ kdstatemachineeditor-1.2.3.tar.gz -> kdstatemachineeditor-1.2.4.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/CHANGES 
new/kdstatemachineeditor-1.2.4/CHANGES
--- old/kdstatemachineeditor-1.2.3/CHANGES      2018-02-28 18:13:17.000000000 
+0100
+++ new/kdstatemachineeditor-1.2.4/CHANGES      2018-06-21 18:01:03.000000000 
+0200
@@ -1,3 +1,7 @@
+Version 1.2.4:
+-------------
+ * Fix minor compile error
+
 Version 1.2.3:
 -------------
  * minor syncing with externals
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/CMakeLists.txt 
new/kdstatemachineeditor-1.2.4/CMakeLists.txt
--- old/kdstatemachineeditor-1.2.3/CMakeLists.txt       2018-02-28 
18:13:17.000000000 +0100
+++ new/kdstatemachineeditor-1.2.4/CMakeLists.txt       2018-06-21 
18:01:03.000000000 +0200
@@ -12,10 +12,10 @@
 # Version setup
 set(KDSME_VERSION_MAJOR "1")
 set(KDSME_VERSION_MINOR "2")
-set(KDSME_VERSION_PATCH "3")
+set(KDSME_VERSION_PATCH "4")
 set(KDSME_VERSION 
"${KDSME_VERSION_MAJOR}.${KDSME_VERSION_MINOR}.${KDSME_VERSION_PATCH}")
 set(KDSME_VERSION_STRING "${KDSME_VERSION}")
-set(KDSME_SOVERSION "1.2.3")
+set(KDSME_SOVERSION "1.2.4")
 set(PROJECT_VERSION_STRING "${KDSME_VERSION_STRING}")
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/ ${CMAKE_MODULE_PATH})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/debian.changelog 
new/kdstatemachineeditor-1.2.4/debian.changelog
--- old/kdstatemachineeditor-1.2.3/debian.changelog     2018-02-28 
18:13:17.000000000 +0100
+++ new/kdstatemachineeditor-1.2.4/debian.changelog     2018-06-21 
18:01:03.000000000 +0200
@@ -1,3 +1,9 @@
+kdstatemachineeditor (1.2.4) final; urgency=low
+
+  * 1.2.4 final
+
+ -- Allen Winter <[email protected]>  Thu, 21 Jun 2018 12:00:00 -0500
+
 kdstatemachineeditor (1.2.3) final; urgency=low
 
   * 1.2.3 final
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/kdstatemachineeditor.dsc 
new/kdstatemachineeditor-1.2.4/kdstatemachineeditor.dsc
--- old/kdstatemachineeditor-1.2.3/kdstatemachineeditor.dsc     2018-02-28 
18:13:17.000000000 +0100
+++ new/kdstatemachineeditor-1.2.4/kdstatemachineeditor.dsc     2018-06-21 
18:01:03.000000000 +0200
@@ -1,9 +1,9 @@
 Format: 1.0
 Source: kdstatemachineeditor
-Version: 1.2.3
+Version: 1.2.4
 Binary: kdstatemachineeditor
 Maintainer: Allen Winter <[email protected]>
 Architecture: any
 Build-Depends: debhelper (>=9), cdbs, cmake, qt5-default, qtbase5-dev, 
qtbase5-dev-tools, qtbase5-private-dev, qttools5-dev, qttools5-dev-tools, 
qtdeclarative5-dev, qtdeclarative5-dev-tools, graphviz-dev
 Files:
- 00000000000000000000000000000000 00000 kdstatemachineeditor-1.2.3.tar.gz
+ 00000000000000000000000000000000 00000 kdstatemachineeditor-1.2.4.tar.gz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/kdstatemachineeditor.spec 
new/kdstatemachineeditor-1.2.4/kdstatemachineeditor.spec
--- old/kdstatemachineeditor-1.2.3/kdstatemachineeditor.spec    2018-02-28 
18:13:17.000000000 +0100
+++ new/kdstatemachineeditor-1.2.4/kdstatemachineeditor.spec    2018-06-21 
18:01:03.000000000 +0200
@@ -1,5 +1,5 @@
 Name:           kdstatemachineeditor
-Version:        1.2.3
+Version:        1.2.4
 Release:        1
 Summary:        State Machine Editor Library
 Source:         %{name}-%{version}.tar.gz
@@ -71,6 +71,8 @@
 %{_libdir}/qt5/mkspecs/modules/*
 
 %changelog
+* Thu Jun 21 2018 Allen Winter <[email protected]> 1.2.4
+  1.2.4 Patch Release
 * Wed Feb 28 2018 Allen Winter <[email protected]> 1.2.3
   1.2.3 Patch Release
 * Mon Jan 29 2018 Allen Winter <[email protected]> 1.2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdstatemachineeditor-1.2.3/src/core/model/element.h 
new/kdstatemachineeditor-1.2.4/src/core/model/element.h
--- old/kdstatemachineeditor-1.2.3/src/core/model/element.h     2018-02-28 
18:13:17.000000000 +0100
+++ new/kdstatemachineeditor-1.2.4/src/core/model/element.h     2018-06-21 
18:01:03.000000000 +0200
@@ -30,6 +30,7 @@
 
 #include <QObject>
 #include <QMetaType>
+#include <QPointF>
 
 QT_BEGIN_NAMESPACE
 class QPainterPath;


Reply via email to