Accepting request 1077340 from KDE:Qt6
Update to 6.5.0 (forwarded request 1077258 from Vogtinator) OBS-URL: https://build.opensuse.org/request/show/1077340 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-scxml?expand=0&rev=16
This commit is contained in:
commit
a5b2ceacdf
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 3 10:02:36 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 6.5.0
|
||||||
|
* https://www.qt.io/blog/qt-6.5-lts-released
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 16 10:00:07 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Thu Mar 16 10:00:07 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package qt6-scxml
|
# spec file for package qt6-scxml
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,8 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define real_version 6.4.3
|
%define real_version 6.5.0
|
||||||
%define short_version 6.4
|
%define short_version 6.5
|
||||||
%define short_name qtscxml
|
%define short_name qtscxml
|
||||||
%define tar_name qtscxml-everywhere-src
|
%define tar_name qtscxml-everywhere-src
|
||||||
%define tar_suffix %{nil}
|
%define tar_suffix %{nil}
|
||||||
@ -28,7 +28,7 @@
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Name: qt6-scxml%{?pkg_suffix}
|
Name: qt6-scxml%{?pkg_suffix}
|
||||||
Version: 6.4.3
|
Version: 6.5.0
|
||||||
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)
|
||||||
@ -39,13 +39,13 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: qt6-core-private-devel
|
BuildRequires: qt6-core-private-devel
|
||||||
BuildRequires: qt6-gui-private-devel
|
BuildRequires: qt6-gui-private-devel
|
||||||
BuildRequires: qt6-qml-private-devel
|
BuildRequires: qt6-qml-private-devel
|
||||||
BuildRequires: cmake(Qt6Core)
|
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Gui)
|
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Network)
|
BuildRequires: cmake(Qt6Network) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6OpenGL)
|
BuildRequires: cmake(Qt6OpenGL) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6OpenGLWidgets)
|
BuildRequires: cmake(Qt6OpenGLWidgets) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Qml)
|
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
||||||
BuildRequires: cmake(Qt6Widgets)
|
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
||||||
%if "%{qt6_flavor}" == "docs"
|
%if "%{qt6_flavor}" == "docs"
|
||||||
BuildRequires: qt6-tools
|
BuildRequires: qt6-tools
|
||||||
%{qt6_doc_packages}
|
%{qt6_doc_packages}
|
||||||
@ -74,7 +74,7 @@ Summary: Qt 6 Scxml library - Development files
|
|||||||
# ScxmlTools requires the scxmlc executable
|
# ScxmlTools requires the scxmlc executable
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: libQt6Scxml6 = %{version}
|
Requires: libQt6Scxml6 = %{version}
|
||||||
Requires: cmake(Qt6Core)
|
Requires: cmake(Qt6Core) = %{real_version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development files for the Qt 6 Scxml library.
|
Development files for the Qt 6 Scxml library.
|
||||||
@ -97,7 +97,7 @@ 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(Qt6Qml) = %{real_version}
|
||||||
Requires: cmake(Qt6Scxml) = %{real_version}
|
Requires: cmake(Qt6Scxml) = %{real_version}
|
||||||
|
|
||||||
%description -n qt6-scxmlqml-devel
|
%description -n qt6-scxmlqml-devel
|
||||||
@ -120,7 +120,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)
|
Requires: cmake(Qt6Gui) = %{real_version}
|
||||||
|
|
||||||
%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.
|
||||||
@ -144,8 +144,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(Qt6Qml) = %{real_version}
|
||||||
Requires: cmake(Qt6StateMachine)
|
Requires: cmake(Qt6StateMachine) = %{real_version}
|
||||||
|
|
||||||
%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:fe722c016d434c02e713e3c7d5d4a845998efe69d8b645923e83f1f4f7b72f3a
|
|
||||||
size 1783744
|
|
3
qtscxml-everywhere-src-6.5.0.tar.xz
Normal file
3
qtscxml-everywhere-src-6.5.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f121843cb8cf4a76d621be371e80265ac28254f3c4c123b051e907c1c915766e
|
||||||
|
size 1254984
|
Loading…
Reference in New Issue
Block a user