Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qt6-macros for openSUSE:Factory checked in at 2022-04-20 16:55:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-macros (Old) and /work/SRC/openSUSE:Factory/.qt6-macros.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-macros" Wed Apr 20 16:55:38 2022 rev:6 rq:970794 version:20220329 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-macros/qt6-macros.changes 2022-02-07 23:40:00.193659151 +0100 +++ /work/SRC/openSUSE:Factory/.qt6-macros.new.1941/qt6-macros.changes 2022-04-20 16:55:53.058542021 +0200 @@ -1,0 +2,8 @@ +Tue Mar 29 16:42:39 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Set CMAKE_MESSAGE_LOG_LEVEL in %cmake_qt6. + The Qt 6.3 build system sets it to 'NOTICE' for non-developers + builds, which doesn't permit finding missing build dependencies. +- Define %_qt6_pkgconfigdir. Qt 6.4 will install pkgconfig files. + +------------------------------------------------------------------ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-macros.spec ++++++ --- /var/tmp/diff_new_pack.cV08Hu/_old 2022-04-20 16:55:53.546542477 +0200 +++ /var/tmp/diff_new_pack.cV08Hu/_new 2022-04-20 16:55:53.550542481 +0200 @@ -1,7 +1,7 @@ # # spec file for package qt6-macros # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: qt6-macros -Version: 20220207 +Version: 20220329 Release: 0 Summary: RPM macros for Qt6 packages License: MIT ++++++ macros.qt6 ++++++ --- /var/tmp/diff_new_pack.cV08Hu/_old 2022-04-20 16:55:53.598542526 +0200 +++ /var/tmp/diff_new_pack.cV08Hu/_new 2022-04-20 16:55:53.602542530 +0200 @@ -168,6 +168,7 @@ # Variables only used for packaging %_qt6_cmakedir %{_qt6_libdir}/cmake %_qt6_metatypesdir %{_qt6_libdir}/metatypes +%_qt6_pkgconfigdir %{_qt6_libdir}/pkgconfig #-------------------------------------------------------------- @@ -182,6 +183,7 @@ %cmake_qt6 \ cmake -DCMAKE_BUILD_TYPE:STRING=%{__qt6_build_type} \\\ -DCMAKE_INSTALL_PREFIX:STRING=%{_qt6_prefix} \\\ + -DCMAKE_MESSAGE_LOG_LEVEL:STRING=STATUS \\\ -S %__qt6_sourcedir \\\ -B %__qt6_builddir \\\ %if "%__qt6_build_tool" == "%__ninja" \