Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kf5-filesystem for openSUSE:Factory checked in at 2022-03-09 18:46:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old) and /work/SRC/openSUSE:Factory/.kf5-filesystem.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf5-filesystem" Wed Mar 9 18:46:43 2022 rev:28 rq:960080 version:20220307 Changes: -------- --- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes 2020-10-22 14:23:40.318825104 +0200 +++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new.2349/kf5-filesystem.changes 2022-03-11 11:45:18.526879631 +0100 @@ -1,0 +2,6 @@ +Mon Mar 7 09:53:25 UTC 2022 - Christophe Giboudeaux <[email protected]> + +- Update the libexec path (boo#1174075) +- Make kf5-filesystem own %{_kf5_plugindir}/kf5 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf5-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.AEegjb/_old 2022-03-11 11:45:19.078880250 +0100 +++ /var/tmp/diff_new_pack.AEegjb/_new 2022-03-11 11:45:19.082880255 +0100 @@ -18,7 +18,7 @@ Name: kf5-filesystem URL: https://www.kde.org -Version: 20201017 +Version: 20220307 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: KF5 Directory Layout @@ -41,7 +41,7 @@ %define _kf5_datadir %{_kf5_sharedir}/kf5 %define _kf5_includedir %{_includedir}/KF5 %define _kf5_libdir %{_kf5_prefix}/%{_lib} -%define _kf5_libexecdir %{_kf5_libdir}/libexec/kf5 +%define _kf5_libexecdir %{_libexecdir}/kf5 %define _kf5_mandir %{_mandir} %define _kf5_sbindir %{_sbindir} %define _kf5_notifydir %{_kf5_sharedir}/knotifications5 @@ -83,12 +83,13 @@ %endif mkdir -p %{buildroot}%{_kf5_datadir} +mkdir -p %{buildroot}%{_kf5_importdir} mkdir -p %{buildroot}%{_kf5_includedir} mkdir -p %{buildroot}%{_kf5_libexecdir} mkdir -p %{buildroot}%{_kf5_notifydir} -mkdir -p %{buildroot}%{_kf5_plugindir} mkdir -p %{buildroot}%{_kf5_plasmadir} -mkdir -p %{buildroot}%{_kf5_importdir} +mkdir -p %{buildroot}%{_kf5_plugindir} +mkdir -p %{buildroot}%{_kf5_plugindir}/kf5 mkdir -p %{buildroot}%{_kf5_qmldir} mkdir -p %{buildroot}%{_kf5_cmakedir} mkdir -p %{buildroot}%{_kf5_mkspecsdir} @@ -131,14 +132,13 @@ %endif %dir %{_kf5_datadir} %dir %{_kf5_includedir} -%dir %{_kf5_libdir}/libexec %dir %{_kf5_libexecdir} %dir %{_mandir}/* %dir %{_mandir}/*/man1 %dir %{_kf5_notifydir} %dir %{_kf5_libdir}/qt5 -%dir %{_kf5_libdir}/qt5/plugins %dir %{_kf5_plugindir} +%dir %{_kf5_plugindir}/kf5 %dir %{_kf5_plasmadir} %dir %{_kf5_importdir} %dir %{_kf5_qmldir} ++++++ macros.kf5 ++++++ --- /var/tmp/diff_new_pack.AEegjb/_old 2022-03-11 11:45:19.198880384 +0100 +++ /var/tmp/diff_new_pack.AEegjb/_new 2022-03-11 11:45:19.206880393 +0100 @@ -7,7 +7,7 @@ %_kf5_datadir %{_kf5_sharedir}/kf5 %_kf5_includedir %{_includedir}/KF5 %_kf5_libdir %{_kf5_prefix}/%{_lib} -%_kf5_libexecdir %{_kf5_libdir}/libexec/kf5 +%_kf5_libexecdir %{_libexecdir}/kf5 %_kf5_mandir %{_kf5_sharedir}/man %_kf5_sbindir %{_sbindir} %_kf5_notifydir %{_kf5_sharedir}/knotifications5 @@ -67,6 +67,7 @@ -DCMAKE_INSTALL_PREFIX=%{_kf5_prefix} \\\ -DCMAKE_PREFIX_PATH=%{_kf5_prefix} \\\ -DKDE_INSTALL_LIBDIR=%{_lib} \\\ + -DKDE_INSTALL_LIBEXECDIR=%{_libexecdir} \\\ -DKDE_INSTALL_SYSCONFDIR=%{_kf5_sysconfdir} \\\ -DKDE_INSTALL_QTPLUGINDIR=%{_lib}/qt5/plugins \\\ -DKDE_INSTALL_PLUGINDIR=%{_lib}/qt5/plugins \\\
