From dbf5637e21ce19fd83f94c6893b583275ef8632f11417c4696ed015738fbecdb Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 1 Oct 2021 21:13:33 +0000 Subject: [PATCH] forward OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-quicktimeline?expand=0&rev=10 --- qt6-quicktimeline-rpmlintrc | 2 + qt6-quicktimeline.changes | 21 +++++++++ qt6-quicktimeline.spec | 49 +++++++++++++++++++-- qtquicktimeline-everywhere-src-6.1.3.tar.xz | 3 -- qtquicktimeline-everywhere-src-6.2.0.tar.xz | 3 ++ 5 files changed, 72 insertions(+), 6 deletions(-) create mode 100644 qt6-quicktimeline-rpmlintrc delete mode 100644 qtquicktimeline-everywhere-src-6.1.3.tar.xz create mode 100644 qtquicktimeline-everywhere-src-6.2.0.tar.xz diff --git a/qt6-quicktimeline-rpmlintrc b/qt6-quicktimeline-rpmlintrc new file mode 100644 index 0000000..65d7455 --- /dev/null +++ b/qt6-quicktimeline-rpmlintrc @@ -0,0 +1,2 @@ +# library and development package names don't match +addFilter("no-dependency-on .*") diff --git a/qt6-quicktimeline.changes b/qt6-quicktimeline.changes index cc2cd3a..4abb0b9 100644 --- a/qt6-quicktimeline.changes +++ b/qt6-quicktimeline.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Sep 30 12:29:07 UTC 2021 - Christophe Giboudeaux + +- Update to 6.2.0: + * https://www.qt.io/blog/qt-6.2-lts-released + +------------------------------------------------------------------- +Sat Sep 25 07:18:40 UTC 2021 - Christophe Giboudeaux + +- Update to 6.2.0-rc2 + +------------------------------------------------------------------- +Thu Sep 16 14:07:54 UTC 2021 - Christophe Giboudeaux + +- Update to 6.2.0-rc + +------------------------------------------------------------------- +Thu Sep 9 14:05:17 UTC 2021 - Christophe Giboudeaux + +- Update to 6.2.0-beta4 + ------------------------------------------------------------------- Wed Sep 1 13:03:49 UTC 2021 - Christophe Giboudeaux diff --git a/qt6-quicktimeline.spec b/qt6-quicktimeline.spec index 59d03e5..a09354a 100644 --- a/qt6-quicktimeline.spec +++ b/qt6-quicktimeline.spec @@ -16,8 +16,8 @@ # -%define real_version 6.1.3 -%define short_version 6.1 +%define real_version 6.2.0 +%define short_version 6.2 %define tar_name qtquicktimeline-everywhere-src %define tar_suffix %{nil} # @@ -27,12 +27,13 @@ %endif # Name: qt6-quicktimeline%{?pkg_suffix} -Version: 6.1.3 +Version: 6.2.0 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 +Source99: qt6-quicktimeline-rpmlintrc BuildRequires: qt6-core-private-devel BuildRequires: qt6-gui-private-devel BuildRequires: qt6-qml-private-devel @@ -59,6 +60,27 @@ Summary: Qt 6 QuickTimeline QML files and plugins %description imports QML files and plugins from the Qt 6 QuickTimeline module +%package -n libQt6QuickTimeline6 +Summary: Qt 6 QuickTimeline library + +%description -n libQt6QuickTimeline6 +The Qt 6 QuickTimeline library. + +%package devel +Summary: Qt 6 QuickTimeline library - Development files +Requires: libQt6QuickTimeline6 = %{version} + +%description devel +Development files for the Qt 6 QuickTimeline library. + +%package private-devel +Summary: Non-ABI stable API for the Qt 6 QuickTimeline Library +Requires: cmake(Qt6QuickTimeline) = %{real_version} + +%description private-devel +This package provides private headers of libQt6QuickTimeline that do not have +any ABI or API guarantees. + %endif %prep @@ -77,11 +99,32 @@ QML files and plugins from the Qt 6 QuickTimeline module # CMake files are not needed for plugins rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins +%post -n libQt6QuickTimeline6 -p /sbin/ldconfig +%postun -n libQt6QuickTimeline6 -p /sbin/ldconfig + %files imports %license LICENSE.* %dir %{_qt6_qmldir}/QtQuick %{_qt6_qmldir}/QtQuick/Timeline/ +%files -n libQt6QuickTimeline6 +%{_qt6_libdir}/libQt6QuickTimeline.so.* + +%files devel +%{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtQuickTimelineTestsConfig.cmake +%{_qt6_cmakedir}/Qt6QuickTimeline/ +%{_qt6_descriptionsdir}/QuickTimeline.json +%{_qt6_includedir}/QtQuickTimeline/ +%{_qt6_libdir}/libQt6QuickTimeline.prl +%{_qt6_libdir}/libQt6QuickTimeline.so +%{_qt6_metatypesdir}/qt6quicktimeline_*_metatypes.json +%{_qt6_mkspecsdir}/modules/qt_lib_quicktimeline.pri +%exclude %{_qt6_includedir}/QtQuickTimeline/%{real_version} + +%files private-devel +%{_qt6_includedir}/QtQuickTimeline/%{real_version} +%{_qt6_mkspecsdir}/modules/qt_lib_quicktimeline_private.pri + %endif %changelog diff --git a/qtquicktimeline-everywhere-src-6.1.3.tar.xz b/qtquicktimeline-everywhere-src-6.1.3.tar.xz deleted file mode 100644 index 0849baa..0000000 --- a/qtquicktimeline-everywhere-src-6.1.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b558f2abe7d6d4b1a500bd8126987e76314e6cd499d365a6476f347b8d2d82a -size 108980 diff --git a/qtquicktimeline-everywhere-src-6.2.0.tar.xz b/qtquicktimeline-everywhere-src-6.2.0.tar.xz new file mode 100644 index 0000000..c0d0387 --- /dev/null +++ b/qtquicktimeline-everywhere-src-6.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d644ad12df94e937bac3a1cb8a81a96213ec0102759a86c59ba7834ac90c8c +size 109136