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 2021-05-10 15:38:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qt6-macros (Old) and /work/SRC/openSUSE:Factory/.qt6-macros.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qt6-macros" Mon May 10 15:38:39 2021 rev:3 rq:891892 version:20210301 Changes: -------- --- /work/SRC/openSUSE:Factory/qt6-macros/qt6-macros.changes 2021-03-17 20:15:42.190968826 +0100 +++ /work/SRC/openSUSE:Factory/.qt6-macros.new.2988/qt6-macros.changes 2021-05-10 15:41:10.373134842 +0200 @@ -1,0 +2,6 @@ +Mon Mar 1 10:14:41 UTC 2021 - Christophe Giboudeaux <christo...@krop.fr> + +- Remove the module name from the docs build targets. + The modules now have 'docs' and 'install_docs' build targets. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qt6-macros.spec ++++++ --- /var/tmp/diff_new_pack.s8bdEP/_old 2021-05-10 15:41:10.805133152 +0200 +++ /var/tmp/diff_new_pack.s8bdEP/_new 2021-05-10 15:41:10.809133137 +0200 @@ -1,7 +1,7 @@ # # spec file for package qt6-macros # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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: 20210111 +Version: 20210301 Release: 0 Summary: RPM macros for Qt6 packages License: MIT ++++++ macros.qt6 ++++++ --- /var/tmp/diff_new_pack.s8bdEP/_old 2021-05-10 15:41:10.853132965 +0200 +++ /var/tmp/diff_new_pack.s8bdEP/_new 2021-05-10 15:41:10.857132949 +0200 @@ -230,7 +230,7 @@ %qt6_build_docs \ export QT_QPA_PLUGIN_PATH="%{_qt6_pluginsdir}/platforms" \ export QT_PLUGIN_PATH="%{_qt6_pluginsdir}" \ - cmake --build \\%{__qt6_build_options} -t docs_qt%{__qt6_module_name} \ + cmake --build \\%{__qt6_build_options} -t docs \ %{nil} #-------------------------------------------------------------- @@ -251,7 +251,7 @@ #-------------------------------------------------------------- %qt6_install_docs \ - DESTDIR=%{buildroot} cmake --build \\%{__qt6_build_options} -t install_docs_qt%{__qt6_module_name} \ + DESTDIR=%{buildroot} cmake --build \\%{__qt6_build_options} -t install_docs \ # in Qt 6.0.0, %%{_qt6_docdir}/*.qch are folders which contain \ # files with the same name. \ # Starting with 6.0.1, the file is installed in %%{_qt6_docdir} directly. \