Qt 6.2.2
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-scxml?expand=0&rev=8
This commit is contained in:
parent
70506c0300
commit
e7db6c1a67
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 1 10:06:21 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.2.2
|
||||||
|
* https://www.qt.io/blog/qt-6.2.2-released
|
||||||
|
- Make sure all dependencies are present when installing devel
|
||||||
|
packages. Qt >= 6.2.2 is much less permissive.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 26 11:22:53 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Oct 26 11:22:53 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.2.1
|
%define real_version 6.2.2
|
||||||
%define short_version 6.2
|
%define short_version 6.2
|
||||||
%define short_name qtscxml
|
%define short_name qtscxml
|
||||||
%define tar_name qtscxml-everywhere-src
|
%define tar_name qtscxml-everywhere-src
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-scxml%{?pkg_suffix}
|
Name: qt6-scxml%{?pkg_suffix}
|
||||||
Version: 6.2.1
|
Version: 6.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SCXML (state machine notation) compiler and related tools
|
Summary: SCXML (state machine notation) compiler and related tools
|
||||||
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
|
||||||
@ -73,6 +73,7 @@ Summary: Qt 6 Scxml library - Development files
|
|||||||
Requires: libQt6Scxml6 = %{version}
|
Requires: libQt6Scxml6 = %{version}
|
||||||
# ScxmlTools requires the scxmlc executable
|
# ScxmlTools requires the scxmlc executable
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Requires: cmake(Qt6Core)
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for the Qt 6 Scxml library.
|
Development files for the Qt 6 Scxml library.
|
||||||
@ -95,6 +96,8 @@ The Qt6 ScxmlQml library.
|
|||||||
%package -n qt6-scxmlqml-devel
|
%package -n qt6-scxmlqml-devel
|
||||||
Summary: Qt 6 ScxmlQml library - Development files
|
Summary: Qt 6 ScxmlQml library - Development files
|
||||||
Requires: libQt6ScxmlQml6 = %{version}
|
Requires: libQt6ScxmlQml6 = %{version}
|
||||||
|
Requires: cmake(Qt6Qml)
|
||||||
|
Requires: cmake(Qt6Scxml) = %{real_version}
|
||||||
|
|
||||||
%description -n qt6-scxmlqml-devel
|
%description -n qt6-scxmlqml-devel
|
||||||
Development files for the Qt 6 ScxmlQml library.
|
Development files for the Qt 6 ScxmlQml library.
|
||||||
@ -116,6 +119,7 @@ The Qt 6 StateMachine library.
|
|||||||
%package -n qt6-statemachine-devel
|
%package -n qt6-statemachine-devel
|
||||||
Summary: Qt 6 StateMachine library - Development files
|
Summary: Qt 6 StateMachine library - Development files
|
||||||
Requires: libQt6StateMachine6 = %{version}
|
Requires: libQt6StateMachine6 = %{version}
|
||||||
|
Requires: cmake(Qt6Gui)
|
||||||
|
|
||||||
%description -n qt6-statemachine-devel
|
%description -n qt6-statemachine-devel
|
||||||
Development files for the Qt 6 StateMachine library.
|
Development files for the Qt 6 StateMachine library.
|
||||||
@ -139,6 +143,8 @@ The Qt 6 StateMachineQml library.
|
|||||||
%package -n qt6-statemachineqml-devel
|
%package -n qt6-statemachineqml-devel
|
||||||
Summary: Qt 6 StateMachineQml library - Development files
|
Summary: Qt 6 StateMachineQml library - Development files
|
||||||
Requires: libQt6StateMachineQml6 = %{version}
|
Requires: libQt6StateMachineQml6 = %{version}
|
||||||
|
Requires: cmake(Qt6Qml)
|
||||||
|
Requires: cmake(Qt6StateMachine)
|
||||||
|
|
||||||
%description -n qt6-statemachineqml-devel
|
%description -n qt6-statemachineqml-devel
|
||||||
Development files for the Qt 6 StateMachineQml library.
|
Development files for the Qt 6 StateMachineQml library.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cff613f68af98f4bdc1e40df0b6515b69175e10e83c551a57ee5db4359505767
|
|
||||||
size 1781260
|
|
3
qtscxml-everywhere-src-6.2.2.tar.xz
Normal file
3
qtscxml-everywhere-src-6.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b71d438c5e4106532cf48833116241bc48c0c4effe617770ae80e34bb77e92ed
|
||||||
|
size 1781352
|
Loading…
Reference in New Issue
Block a user