Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf6-filesystem for openSUSE:Factory checked in at 2025-07-14 10:48:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf6-filesystem (Old) and /work/SRC/openSUSE:Factory/.kf6-filesystem.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf6-filesystem" Mon Jul 14 10:48:13 2025 rev:2 rq:1292116 version:20250707 Changes: -------- --- /work/SRC/openSUSE:Factory/kf6-filesystem/kf6-filesystem.changes 2024-03-11 15:25:00.710734267 +0100 +++ /work/SRC/openSUSE:Factory/.kf6-filesystem.new.7373/kf6-filesystem.changes 2025-07-14 10:52:10.949830365 +0200 @@ -1,0 +2,7 @@ +Mon Jul 7 07:33:15 UTC 2025 - Christophe Marin <christo...@krop.fr> + +- Allow adding custom build target to %kf6_build and %kf6_install +- Rename %kf6_plugindir to %kf6_pluginsdir (%kf6_plugindir will + still exist for backward compatibility) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf6-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.VnIm4u/_old 2025-07-14 10:52:11.689861014 +0200 +++ /var/tmp/diff_new_pack.VnIm4u/_new 2025-07-14 10:52:11.693861180 +0200 @@ -17,7 +17,7 @@ Name: kf6-filesystem -Version: 20240131 +Version: 20250707 Release: 0 Summary: RPM macros for KDE packages using Qt6 License: MIT ++++++ macros.kf6 ++++++ --- /var/tmp/diff_new_pack.VnIm4u/_old 2025-07-14 10:52:11.745863334 +0200 +++ /var/tmp/diff_new_pack.VnIm4u/_new 2025-07-14 10:52:11.757863831 +0200 @@ -67,6 +67,8 @@ %_kf6_importdir %{_kf6_libdir}/qt6/imports %_kf6_mkspecsdir %{_kf6_libdir}/qt6/mkspecs/modules +%_kf6_pluginsdir %{_kf6_libdir}/qt6/plugins +# For backward compatibility %_kf6_plugindir %{_kf6_libdir}/qt6/plugins %_kf6_qmldir %{_kf6_libdir}/qt6/qml @@ -116,15 +118,9 @@ # Build the package %kf6_build \ - cmake --build %__kf6_builddir %{?_smp_mflags} -v \ -%{nil} + cmake --build %__kf6_builddir %{?_smp_mflags} -v # Install package %kf6_install \ - DESTDIR=%{buildroot} cmake --build %__kf6_builddir -v \\\ -%if "%__kf6_build_tool" == "%__ninja" \ - -t install \ -%else \ - -t install/fast \ -%endif + DESTDIR=%{buildroot} cmake --install %__kf6_builddir -v