Sync from SUSE:SLFO:Main qt6-quicktimeline revision 3cbb5c60efd9bab0ed91940d438c33c6
This commit is contained in:
parent
05034bba9f
commit
937096aed5
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:25:56 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.2:
|
||||
* https://www.qt.io/blog/qt-6.7.2-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 21 08:31:42 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.1:
|
||||
* https://www.qt.io/blog/qt-6.7.1-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 13:39:53 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.7.0:
|
||||
* https://www.qt.io/blog/qt-6.7-released
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 14:26:31 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define real_version 6.6.3
|
||||
%define short_version 6.6
|
||||
%define real_version 6.7.2
|
||||
%define short_version 6.7
|
||||
%define tar_name qtquicktimeline-everywhere-src
|
||||
%define tar_suffix %{nil}
|
||||
#
|
||||
@ -27,12 +27,12 @@
|
||||
%endif
|
||||
#
|
||||
Name: qt6-quicktimeline%{?pkg_suffix}
|
||||
Version: 6.6.3
|
||||
Version: 6.7.2
|
||||
Release: 0
|
||||
Summary: Qt 6 module for creating keyframe-based animations
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://www.qt.io
|
||||
Source: https://download.qt.io/official_releases/qt/%{short_version}/%{real_version}%{tar_suffix}/submodules/%{tar_name}-%{real_version}%{tar_suffix}.tar.xz
|
||||
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-quicktimeline-rpmlintrc
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-core-private-devel
|
||||
@ -110,22 +110,34 @@ rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins
|
||||
|
||||
%files -n libQt6QuickTimeline6
|
||||
%{_qt6_libdir}/libQt6QuickTimeline.so.*
|
||||
%{_qt6_libdir}/libQt6QuickTimelineBlendTrees.so.*
|
||||
|
||||
%files devel
|
||||
%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtQuickTimelineTestsConfig.cmake
|
||||
%{_qt6_cmakedir}/Qt6QuickTimeline/
|
||||
%{_qt6_cmakedir}/Qt6QuickTimelineBlendTrees/
|
||||
%{_qt6_descriptionsdir}/QuickTimeline.json
|
||||
%{_qt6_descriptionsdir}/QuickTimelineBlendTrees.json
|
||||
%{_qt6_includedir}/QtQuickTimeline/
|
||||
%{_qt6_includedir}/QtQuickTimelineBlendTrees/
|
||||
%{_qt6_libdir}/libQt6QuickTimeline.prl
|
||||
%{_qt6_libdir}/libQt6QuickTimelineBlendTrees.prl
|
||||
%{_qt6_libdir}/libQt6QuickTimeline.so
|
||||
%{_qt6_libdir}/libQt6QuickTimelineBlendTrees.so
|
||||
%{_qt6_metatypesdir}/qt6quicktimeline_*_metatypes.json
|
||||
%{_qt6_metatypesdir}/qt6quicktimelineblendtrees_*_metatypes.json
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_quicktimeline.pri
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_quicktimelineblendtrees.pri
|
||||
%{_qt6_pkgconfigdir}/Qt6QuickTimeline.pc
|
||||
%{_qt6_pkgconfigdir}/Qt6QuickTimelineBlendTrees.pc
|
||||
%exclude %{_qt6_includedir}/QtQuickTimeline/%{real_version}
|
||||
%exclude %{_qt6_includedir}/QtQuickTimelineBlendTrees/%{real_version}
|
||||
|
||||
%files private-devel
|
||||
%{_qt6_includedir}/QtQuickTimeline/%{real_version}
|
||||
%{_qt6_includedir}/QtQuickTimelineBlendTrees/%{real_version}
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_quicktimeline_private.pri
|
||||
%{_qt6_mkspecsdir}/modules/qt_lib_quicktimelineblendtrees_private.pri
|
||||
|
||||
%endif
|
||||
|
||||
|
BIN
qtquicktimeline-everywhere-src-6.6.3.tar.xz
(Stored with Git LFS)
BIN
qtquicktimeline-everywhere-src-6.6.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
qtquicktimeline-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
qtquicktimeline-everywhere-src-6.7.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user