Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-remoteobjects for openSUSE:Factory checked in at 2025-04-07 17:35:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-remoteobjects (Old) and /work/SRC/openSUSE:Factory/.qt6-remoteobjects.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-remoteobjects" Mon Apr 7 17:35:23 2025 rev:30 rq:1266657 version:6.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-remoteobjects/qt6-remoteobjects.changes 2025-03-10 17:58:07.756531922 +0100 +++ /work/SRC/openSUSE:Factory/.qt6-remoteobjects.new.1907/qt6-remoteobjects.changes 2025-04-07 17:35:38.698383780 +0200 @@ -1,0 +2,6 @@ +Wed Apr 2 11:03:41 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Update to 6.9.0: + * https://www.qt.io/blog/qt-6.9-released + +------------------------------------------------------------------- Old: ---- qtremoteobjects-everywhere-src-6.8.2.tar.xz New: ---- qtremoteobjects-everywhere-src-6.9.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-remoteobjects.spec ++++++ --- /var/tmp/diff_new_pack.YbVhFt/_old 2025-04-07 17:35:39.130401850 +0200 +++ /var/tmp/diff_new_pack.YbVhFt/_new 2025-04-07 17:35:39.134402017 +0200 @@ -1,7 +1,7 @@ # # spec file for package qt6-remoteobjects # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # 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.0 +%define short_version 6.9 %define tar_name qtremoteobjects-everywhere-src %define tar_suffix %{nil} # @@ -30,7 +30,7 @@ %global __requires_exclude qt6qmlimport\\(TimeExample\\) # Name: qt6-remoteobjects%{?pkg_suffix} -Version: 6.8.2 +Version: 6.9.0 Release: 0 Summary: Qt6 RemoteObjects Library License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later) @@ -38,10 +38,9 @@ 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-remoteobjects-rpmlintrc BuildRequires: pkgconfig -BuildRequires: qt6-core-private-devel -BuildRequires: qt6-qml-private-devel -BuildRequires: cmake(Qt6Core) = %{real_version} BuildRequires: cmake(Qt6Bluetooth) = %{real_version} +BuildRequires: cmake(Qt6Core) = %{real_version} +BuildRequires: cmake(Qt6CorePrivate) = %{real_version} BuildRequires: cmake(Qt6Gui) = %{real_version} BuildRequires: cmake(Qt6Network) = %{real_version} BuildRequires: cmake(Qt6Quick) = %{real_version} @@ -83,8 +82,8 @@ %package private-devel Summary: Non-ABI stable API for the Qt 6 RemoteObjects library +Requires: cmake(Qt6CorePrivate) = %{real_version} Requires: cmake(Qt6RemoteObjects) = %{real_version} -%requires_eq qt6-core-private-devel %description private-devel This package provides private headers of libQt6RemoteObjects that do not have @@ -140,15 +139,11 @@ # repparser has no private headers rm %{buildroot}%{_qt6_mkspecsdir}/modules/qt_lib_repparser_private.pri +rm -r %{buildroot}%{_qt6_cmakedir}/Qt6RepParserPrivate # CMake files are not needed for plugins rm -r %{buildroot}%{_qt6_cmakedir}/Qt6Qml/QmlPlugins -# Unneeded? -rm -r %{buildroot}%{_qt6_mkspecsdir}/features -rm -r %{buildroot}%{_qt6_cmakedir}/Qt6RepParser -rm %{buildroot}%{_qt6_pkgconfigdir}/Qt6RepParser.pc - %ldconfig_scriptlets -n libQt6RemoteObjects6 %ldconfig_scriptlets -n libQt6RemoteObjectsQml6 @@ -163,6 +158,8 @@ %{_qt6_cmakedir}/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake %{_qt6_cmakedir}/Qt6RemoteObjects/ %{_qt6_cmakedir}/Qt6RemoteObjectsTools/ +%{_qt6_cmakedir}/Qt6RepParser +%{_qt6_pkgconfigdir}/Qt6RepParser.pc %{_qt6_descriptionsdir}/RemoteObjects.json %{_qt6_descriptionsdir}/RepParser.json %{_qt6_includedir}/QtRemoteObjects/ @@ -170,12 +167,14 @@ %{_qt6_libdir}/libQt6RemoteObjects.prl %{_qt6_libdir}/libQt6RemoteObjects.so %{_qt6_metatypesdir}/qt6remoteobjects_*_metatypes.json +%{_qt6_mkspecsdir}/features/* %{_qt6_mkspecsdir}/modules/qt_lib_remoteobjects.pri %{_qt6_mkspecsdir}/modules/qt_lib_repparser.pri %{_qt6_pkgconfigdir}/Qt6RemoteObjects.pc %exclude %{_qt6_includedir}/QtRemoteObjects/%{real_version} %files private-devel +%{_qt6_cmakedir}/Qt6RemoteObjectsPrivate/ %{_qt6_includedir}/QtRemoteObjects/%{real_version}/ %{_qt6_mkspecsdir}/modules/qt_lib_remoteobjects_private.pri @@ -194,6 +193,7 @@ %exclude %{_qt6_includedir}/QtRemoteObjectsQml/%{real_version} %files -n qt6-remoteobjectsqml-private-devel +%{_qt6_cmakedir}/Qt6RemoteObjectsQmlPrivate/ %{_qt6_includedir}/QtRemoteObjectsQml/%{real_version}/ %{_qt6_mkspecsdir}/modules/qt_lib_remoteobjectsqml_private.pri ++++++ qtremoteobjects-everywhere-src-6.8.2.tar.xz -> qtremoteobjects-everywhere-src-6.9.0.tar.xz ++++++ ++++ 1977 lines of diff (skipped)