Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-quicktimeline for openSUSE:Factory checked in at 2021-10-04 18:39:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-quicktimeline (Old) and /work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-quicktimeline" Mon Oct 4 18:39:58 2021 rev:8 rq:922692 version:6.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-quicktimeline/qt6-quicktimeline.changes 2021-09-07 21:21:29.453308002 +0200 +++ /work/SRC/openSUSE:Factory/.qt6-quicktimeline.new.2443/qt6-quicktimeline.changes 2021-10-04 18:41:10.214174994 +0200 @@ -1,0 +2,21 @@ +Thu Sep 30 12:29:07 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- 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 <christo...@krop.fr> + +- Update to 6.2.0-rc2 + +------------------------------------------------------------------- +Thu Sep 16 14:07:54 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 6.2.0-rc + +------------------------------------------------------------------- +Thu Sep 9 14:05:17 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 6.2.0-beta4 + +------------------------------------------------------------------- Old: ---- qtquicktimeline-everywhere-src-6.1.3.tar.xz New: ---- qt6-quicktimeline-rpmlintrc qtquicktimeline-everywhere-src-6.2.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-quicktimeline.spec ++++++ --- /var/tmp/diff_new_pack.TZHiFt/_old 2021-10-04 18:41:10.746175859 +0200 +++ /var/tmp/diff_new_pack.TZHiFt/_new 2021-10-04 18:41:10.750175865 +0200 @@ -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 @@ %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 @@ # 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 ++++++ qt6-quicktimeline-rpmlintrc ++++++ # library and development package names don't match addFilter("no-dependency-on .*") ++++++ qtquicktimeline-everywhere-src-6.1.3.tar.xz -> qtquicktimeline-everywhere-src-6.2.0.tar.xz ++++++ ++++ 4861 lines of diff (skipped)