Hello community,

here is the log from the commit of package kdstatemachineeditor for 
openSUSE:Factory checked in at 2017-08-22 11:08:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdstatemachineeditor (Old)
 and      /work/SRC/openSUSE:Factory/.kdstatemachineeditor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdstatemachineeditor"

Tue Aug 22 11:08:56 2017 rev:2 rq:517763 version:1.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/kdstatemachineeditor/kdstatemachineeditor.changes    
    2017-03-02 19:26:15.393700850 +0100
+++ 
/work/SRC/openSUSE:Factory/.kdstatemachineeditor.new/kdstatemachineeditor.changes
   2017-08-22 11:08:59.785715934 +0200
@@ -1,0 +2,15 @@
+Sun Aug 20 08:30:52 UTC 2017 - christo...@krop.fr
+
+- Update to 1.2.1:
+  * Handle building with QtRemoteObjects from Qt5.9
+  * API docs are always built if doxygen is found (unless -DBUILD_DOCS is off)
+  * QCH docs are also built
+  * Fix build against namespaced Qt
+- Drop the kdstatemachineeditor package.
+
+-------------------------------------------------------------------
+Sun Feb 19 22:18:27 UTC 2017 - jeng...@inai.de
+
+- Fix RPM groups again. Trim filler words from description.
+
+-------------------------------------------------------------------

Old:
----
  kdstatemachineeditor-1.2.0.tar.gz

New:
----
  kdstatemachineeditor-1.2.1.tar.gz

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

Other differences:
------------------
++++++ kdstatemachineeditor.spec ++++++
--- /var/tmp/diff_new_pack.m2FbHx/_old  2017-08-22 11:09:01.281505319 +0200
+++ /var/tmp/diff_new_pack.m2FbHx/_new  2017-08-22 11:09:01.289504193 +0200
@@ -16,15 +16,16 @@
 #
 
 
-%define libnamecore libkdstatemachineeditor_core1_2_0
-%define libnameview libkdstatemachineeditor_view1_2_0
+%define sover 1_2_1
+%define libnamecore libkdstatemachineeditor_core%{sover}
+%define libnameview libkdstatemachineeditor_view%{sover}
 Name:           kdstatemachineeditor
-Version:        1.2.0
+Version:        1.2.1
 Release:        0
 Summary:        A framework for creating Qt State Machine metacode using a GUI
 License:        LGPL-2.1
-Group:          Development/Libraries
-Url:            http://kdab.github.io/KDStateMachineEditor/
+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
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  doxygen
@@ -38,52 +39,53 @@
 BuildRequires:  cmake(Qt5Gui) >= 5.3.0
 BuildRequires:  cmake(Qt5Network) >= 5.3.0
 BuildRequires:  cmake(Qt5Qml) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
 BuildRequires:  cmake(Qt5XmlPatterns) >= 5.3.0
-BuildRequires:  cmake(Qt5Test) >= 5.3.0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The KDAB State Machine Editor Library is a framework that can be used
-to help develop full-featured State Machine Editing graphical user
+to help develop State Machine Editing graphical user
 interfaces and tools. Output from such applications is in metacode
-or QML that can then be used in larger Qt or QtQuick projects.
-
+or QML that can then be used in Qt or QtQuick projects.
 
 %package -n %{libnamecore}
 Summary:        KDAB State Machine Editor core library
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 
 %description -n %{libnamecore}
 The KDAB State Machine Editor Library is a framework that can be used
-to help develop full-featured State Machine Editing graphical user
+to help develop State Machine Editing graphical user
 interfaces and tools. Output from such applications is in metacode
-or QML that can then be used in larger Qt or QtQuick projects.
+or QML that can then be used in Qt or QtQuick projects.
 
 %package -n %{libnameview}
 Summary:        KDAB State Machine Editor view library
-Group:          Development/Libraries/C and C++
+Group:          System/Libraries
 
 %description -n %{libnameview}
 The KDAB State Machine Editor Library is a framework that can be used
-to help develop full-featured State Machine Editing graphical user
+to help develop State Machine Editing graphical user
 interfaces and tools. Output from such applications is in metacode
-or QML that can then be used in larger Qt or QtQuick projects.
+or QML that can then be used in Qt or QtQuick projects.
 
 %package devel
 Summary:        Introspection/Debugging Tool for Qt Applications
 Group:          Development/Libraries/C and C++
 Requires:       %{libnamecore} = %{version}
 Requires:       %{libnameview} = %{version}
+Provides:       %{name} = %{version}
+Obsoletes:      %{name} < %{version}
 
 %description devel
 The KDAB State Machine Editor Library is a framework that can be used
-to help develop full-featured State Machine Editing graphical user
+to help develop State Machine Editing graphical user
 interfaces and tools. Output from such applications is in metacode
-or QML that can then be used in larger Qt or QtQuick projects.
+or QML that can then be used in Qt or QtQuick projects.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} \
@@ -96,34 +98,29 @@
 %install
 make DESTDIR=%{buildroot} install
 
-%post   -n libkdstatemachineeditor_core1_2_0 -p /sbin/ldconfig
-%postun -n libkdstatemachineeditor_core1_2_0 -p /sbin/ldconfig
-%post   -n libkdstatemachineeditor_view1_2_0 -p /sbin/ldconfig
-%postun -n libkdstatemachineeditor_view1_2_0 -p /sbin/ldconfig
-
-%files
-%defattr(-,root,root)
-%doc CHANGES ReadMe.txt LICENSE.*
+%post   -n %{libnamecore} -p /sbin/ldconfig
+%postun -n %{libnamecore} -p /sbin/ldconfig
+%post   -n %{libnameview} -p /sbin/ldconfig
+%postun -n %{libnameview} -p /sbin/ldconfig
 
 %files -n %{libnamecore}
 %defattr(-,root,root)
-%{_libdir}/cmake/KDSME
+%doc CHANGES ReadMe.txt LICENSE.*
 %{_libdir}/libkdstatemachineeditor_core.so.%{version}
-%{_libdir}/qt5/mkspecs/modules/qt_KDSMECore.pri
 
 %files -n %{libnameview}
 %defattr(-,root,root)
+%doc CHANGES ReadMe.txt LICENSE.*
 %{_libdir}/libkdstatemachineeditor_view.so.%{version}
-%{_libdir}/qt5/mkspecs/modules/qt_KDSMEView.pri
 
 %files devel
 %defattr(-,root,root)
+%doc CHANGES ReadMe.txt LICENSE.*
+%{_includedir}/kdstatemachineeditor/
+%{_libdir}/cmake/KDSME/
 %{_libdir}/libkdstatemachineeditor_core.so
 %{_libdir}/libkdstatemachineeditor_view.so
-%dir %{_includedir}/kdstatemachineeditor
-%dir %{_includedir}/kdstatemachineeditor/core
-%dir %{_includedir}/kdstatemachineeditor/view
-%{_includedir}/kdstatemachineeditor/core/*
-%{_includedir}/kdstatemachineeditor/view/*
+%{_libdir}/qt5/mkspecs/modules/qt_KDSMECore.pri
+%{_libdir}/qt5/mkspecs/modules/qt_KDSMEView.pri
 
 %changelog

++++++ kdstatemachineeditor-1.2.0.tar.gz -> kdstatemachineeditor-1.2.1.tar.gz 
++++++
++++ 5646 lines of diff (skipped)


Reply via email to