Compare commits
74 Commits
0b7867f37d
...
factory
Author | SHA256 | Date | |
---|---|---|---|
9adad92ccb | |||
|
90e6e63821 | ||
7f7894921c | |||
|
9e3f6f5a51 | ||
5790325478 | |||
|
34c88e8f77 | ||
|
5131fcc444 | ||
ab7f0f06b0 | |||
|
9283fbb7d6 | ||
|
36322d139b | ||
|
1c3392708e | ||
|
a2e0817f4a | ||
acbc3c4af5 | |||
a0abfca15c | |||
|
150b1587f5 | ||
9895e097ea | |||
|
96eb8861b0 | ||
f8f4c200ba | |||
|
fd47d7e3e9 | ||
bfc2098db9 | |||
|
914a698193 | ||
e3d1e624f1 | |||
|
e466967c2b | ||
52c565a50d | |||
|
45e8867c5e | ||
0ef6b86e1e | |||
|
18c8b2405d | ||
c20cb54541 | |||
|
5f9222bb34 | ||
d2f9be2f76 | |||
|
53de7f3461 | ||
4f3eee7837 | |||
|
3736e1a302 | ||
cadfbf5377 | |||
|
f0e6f937c2 | ||
d91250fe22 | |||
|
29aa5a6fdc | ||
201a1efc7e | |||
|
4a1bfef8d5 | ||
7818ad981c | |||
|
f3bf2f522c | ||
a5b2ceacdf | |||
|
0b7d055713 | ||
55e4022c5d | |||
|
4086facb0a | ||
84d42ffd55 | |||
|
77e0e5d4eb | ||
024a2c9f7f | |||
304a361bc7 | |||
9564299729 | |||
7ead5896b4 | |||
a7fdf722a8 | |||
6885deb2c7 | |||
bcc0a7dbc7 | |||
0ea0cedc50 | |||
3da53b9e63 | |||
a467da4fc0 | |||
b8e0c06a90 | |||
75629c487c | |||
86b237a7cd | |||
0e523c556f | |||
a49112e03c | |||
e7db6c1a67 | |||
4262080ab8 | |||
70506c0300 | |||
d393024f74 | |||
d62da72475 | |||
08871e2865 | |||
907d089df5 | |||
bc064f24e9 | |||
ffba2efd71 | |||
f33b46d8c0 | |||
6cc1f45568 | |||
a3db5578f8 |
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 27 07:15:37 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.2:
|
||||
* https://www.qt.io/blog/qt-6.9.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 3 07:49:31 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.1:
|
||||
* https://www.qt.io/blog/qt-6.9.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 11:03:42 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.9.0:
|
||||
* https://www.qt.io/blog/qt-6.9-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 9 22:49:36 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Ignore private QML imports
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 31 10:22:59 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qt6-scxml
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.8.2
|
||||
%define short_version 6.8
|
||||
%define real_version 6.9.2
|
||||
%define short_version 6.9
|
||||
%define short_name qtscxml
|
||||
%define tar_name qtscxml-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
@@ -27,8 +27,11 @@
|
||||
%define pkg_suffix -docs
|
||||
%endif
|
||||
#
|
||||
# Private QML imports
|
||||
%global __requires_exclude qt6qmlimport\\((Calculator|InvokeExample|Mediaplayer|TrafficLightApplication)\\)
|
||||
#
|
||||
Name: qt6-scxml%{?pkg_suffix}
|
||||
Version: 6.8.2
|
||||
Version: 6.9.2
|
||||
Release: 0
|
||||
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)
|
||||
@@ -36,15 +39,15 @@ URL: https://www.qt.io
|
||||
Source0: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
Source99: qt6-scxml-rpmlintrc
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-core-private-devel
|
||||
BuildRequires: qt6-gui-private-devel
|
||||
BuildRequires: qt6-qml-private-devel
|
||||
BuildRequires: cmake(Qt6Core) = %{real_version}
|
||||
BuildRequires: cmake(Qt6CorePrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Gui) = %{real_version}
|
||||
BuildRequires: cmake(Qt6GuiPrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Network) = %{real_version}
|
||||
BuildRequires: cmake(Qt6OpenGL) = %{real_version}
|
||||
BuildRequires: cmake(Qt6OpenGLWidgets) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Qml) = %{real_version}
|
||||
BuildRequires: cmake(Qt6QmlPrivate) = %{real_version}
|
||||
BuildRequires: cmake(Qt6Widgets) = %{real_version}
|
||||
%if "%{qt6_flavor}" == "docs"
|
||||
BuildRequires: qt6-tools
|
||||
@@ -82,8 +85,8 @@ Development files for the Qt 6 Scxml library.
|
||||
|
||||
%package private-devel
|
||||
Summary: Non-ABI stable API for the Qt 6 Scxml library
|
||||
Requires: cmake(Qt6CorePrivate) = %{real_version}
|
||||
Requires: cmake(Qt6Scxml) = %{real_version}
|
||||
%requires_eq qt6-core-private-devel
|
||||
|
||||
%description private-devel
|
||||
This package provides private headers of libQt6Scxml that do not have any
|
||||
@@ -122,15 +125,17 @@ The Qt 6 StateMachine library.
|
||||
Summary: Qt 6 StateMachine library - Development files
|
||||
Requires: libQt6StateMachine6 = %{version}
|
||||
Requires: cmake(Qt6Gui) = %{real_version}
|
||||
Requires: cmake(Qt6ScxmlGlobalPrivate) = %{real_version}
|
||||
|
||||
%description -n qt6-statemachine-devel
|
||||
Development files for the Qt 6 StateMachine library.
|
||||
|
||||
%package -n qt6-statemachine-private-devel
|
||||
Summary: Non-ABI stable API for the Qt 6 StateMachine library
|
||||
Requires: cmake(Qt6CorePrivate) = %{real_version}
|
||||
Requires: cmake(Qt6GuiPrivate) = %{real_version}
|
||||
Requires: cmake(Qt6ScxmlGlobalPrivate) = %{real_version}
|
||||
Requires: cmake(Qt6StateMachine) = %{real_version}
|
||||
%requires_eq qt6-core-private-devel
|
||||
%requires_eq qt6-gui-private-devel
|
||||
|
||||
%description -n qt6-statemachine-private-devel
|
||||
This package provides private headers of libQt6StateMachine that do not have any
|
||||
@@ -203,18 +208,24 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
||||
%files devel
|
||||
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtScxmlTestsConfig.cmake
|
||||
%{_qt6_cmakedir}/Qt6Scxml/
|
||||
# Qt6Scxml depends on QtScxmlGlobal, even if it only has a private header, we'll leave it in the main -devel package
|
||||
%{_qt6_cmakedir}/Qt6ScxmlGlobalPrivate/
|
||||
%{_qt6_cmakedir}/Qt6ScxmlTools/
|
||||
%{_qt6_descriptionsdir}/Scxml.json
|
||||
%{_qt6_descriptionsdir}/ScxmlGlobalPrivate.json
|
||||
%{_qt6_includedir}/QtScxml/
|
||||
%{_qt6_includedir}/QtScxmlGlobal/
|
||||
%{_qt6_libdir}/libQt6Scxml.prl
|
||||
%{_qt6_libdir}/libQt6Scxml.so
|
||||
%{_qt6_metatypesdir}/qt6scxml_*_metatypes.json
|
||||
%{_qt6_mkspecsdir}/features/qscxmlc.prf
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_scxml.pri
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_scxmlglobal_private.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6Scxml.pc
|
||||
%exclude %{_qt6_includedir}/QtScxml/%{real_version}
|
||||
|
||||
%files private-devel
|
||||
%{_qt6_cmakedir}/Qt6ScxmlPrivate/
|
||||
%{_qt6_includedir}/QtScxml/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_scxml_private.pri
|
||||
|
||||
@@ -233,6 +244,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
||||
%exclude %{_qt6_includedir}/QtScxmlQml/%{real_version}
|
||||
|
||||
%files -n qt6-scxmlqml-private-devel
|
||||
%{_qt6_cmakedir}/Qt6ScxmlQmlPrivate/
|
||||
%{_qt6_includedir}/QtScxmlQml/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_scxmlqml_private.pri
|
||||
|
||||
@@ -251,6 +263,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
||||
%exclude %{_qt6_includedir}/QtStateMachine/%{real_version}
|
||||
|
||||
%files -n qt6-statemachine-private-devel
|
||||
%{_qt6_cmakedir}/Qt6StateMachinePrivate/
|
||||
%{_qt6_includedir}/QtStateMachine/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_statemachine_private.pri
|
||||
|
||||
@@ -269,6 +282,7 @@ rm %{buildroot}%{_qt6_cmakedir}/*/*Plugin{Config,ConfigVersion,Targets*}.cmake
|
||||
%exclude %{_qt6_includedir}/QtStateMachineQml/%{real_version}
|
||||
|
||||
%files -n qt6-statemachineqml-private-devel
|
||||
%{_qt6_cmakedir}/Qt6StateMachineQmlPrivate/
|
||||
%{_qt6_includedir}/QtStateMachineQml/%{real_version}/
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_statemachineqml_private.pri
|
||||
|
||||
|
BIN
qtscxml-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
BIN
qtscxml-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:608febeb0dafb6fbf559e064dee779ab799441ed804267b534705ea5077eeda3
|
||||
size 1168340
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bba9aa4ef441b01b2d391486ddccfb09efa378c8a24e6d13e983fc019837b43b
|
||||
size 557512
|
BIN
qtscxml-everywhere-src-6.8.1.tar.xz
(Stored with Git LFS)
BIN
qtscxml-everywhere-src-6.8.1.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
qtscxml-everywhere-src-6.8.2.tar.xz
(Stored with Git LFS)
BIN
qtscxml-everywhere-src-6.8.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
qtscxml-everywhere-src-6.9.2.tar.xz
Normal file
3
qtscxml-everywhere-src-6.9.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e06af183012996a64f07745064318303d3765959ebba29489f8af0f50f32ebb6
|
||||
size 545560
|
Reference in New Issue
Block a user