Hello community, here is the log from the commit of package kf5-filesystem for openSUSE:Factory checked in at 2019-07-26 12:24:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kf5-filesystem (Old) and /work/SRC/openSUSE:Factory/.kf5-filesystem.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kf5-filesystem" Fri Jul 26 12:24:23 2019 rev:25 rq:716582 version:20170414 Changes: -------- --- /work/SRC/openSUSE:Factory/kf5-filesystem/kf5-filesystem.changes 2019-06-22 11:06:39.232062258 +0200 +++ /work/SRC/openSUSE:Factory/.kf5-filesystem.new.4126/kf5-filesystem.changes 2019-07-26 12:24:25.262458720 +0200 @@ -1,0 +2,16 @@ +Thu Jul 18 11:27:05 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Fix installation if kf5_makeinstall is used without parameter. + +------------------------------------------------------------------- +Wed Jul 17 10:58:52 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Move the remaining logging categories files out of _kf5_configdir. + +------------------------------------------------------------------- +Wed Jun 12 20:55:01 UTC 2019 - Luca Beltrame <[email protected]> + +- Move kf5_debugdir to _kf5_sharedir/qlogging-categories5 to + reflect the new location in KF 5.59 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kf5-filesystem.spec ++++++ --- /var/tmp/diff_new_pack.WPn8Ps/_old 2019-07-26 12:24:26.266458308 +0200 +++ /var/tmp/diff_new_pack.WPn8Ps/_new 2019-07-26 12:24:26.270458306 +0200 @@ -1,7 +1,7 @@ # # spec file for package kf5-filesystem # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -73,6 +73,7 @@ %define _kf5_py3kf5dir %{python3_sitelib}/PyKF5 %define _kf5_pysipdir %{_kf5_sharedir}/sip/PyKF5 %define _kf5_knsrcfilesdir %{_kf5_sharedir}/knsrcfiles +%define _kf5_debugdir %{_kf5_sharedir}/qlogging-categories5 %prep @@ -114,6 +115,7 @@ mkdir -p %{buildroot}%{_kf5_kxmlguidir} mkdir -p %{buildroot}%{_kf5_appstreamdir} mkdir -p %{buildroot}%{_kf5_knsrcfilesdir} +mkdir -p %{buildroot}%{_kf5_debugdir} for size in scalable 128x128 64x64 48x48 32x32 22x22 16x16; do for type in actions apps devices filesystems mimetypes places status; do @@ -176,6 +178,7 @@ %dir %{_kf5_kxmlguidir} %dir %{_kf5_appstreamdir} %dir %{_kf5_knsrcfilesdir} +%dir %{_kf5_debugdir} %if 0%{?with_python} %{_kf5_py2kf5dir}/ %{_kf5_py3kf5dir}/ ++++++ macros.kf5 ++++++ --- /var/tmp/diff_new_pack.WPn8Ps/_old 2019-07-26 12:24:26.330458281 +0200 +++ /var/tmp/diff_new_pack.WPn8Ps/_new 2019-07-26 12:24:26.330458281 +0200 @@ -35,12 +35,24 @@ %_kf5_py2kf5dir %{python2_sitelib}/PyKF5 %_kf5_py3kf5dir %{python3_sitelib}/PyKF5 %_kf5_pysipdir %{_kf5_sharedir}/sip/PyKF5 -%_kf5_debugdir %{_kf5_configdir} +%_kf5_debugdir %{_kf5_sharedir}/qlogging-categories5 %_kf5_knsrcfilesdir %{_kf5_sharedir}/knsrcfiles %_kf5_build_type None -%kf5_makeinstall make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install +%kf5_makeinstall(C:) \ + bdir=. \ + %{-C:dir=%{-C*} \ + cd $dir \ + bdir=.. } \ + make VERBOSE=1 DESTDIR=%{?buildroot:%{buildroot}} install \ + cd $bdir \ + if ls %{buildroot}%{_kf5_configdir}/*.*categories 2>/dev/null; then \ + echo "Please ask upstream to use the new KDE_INSTALL_LOGGINGCATEGORIESDIR variable." \ + mkdir -p %{buildroot}%{_kf5_debugdir} \ + mv %{buildroot}%{_kf5_configdir}/*.*categories %{buildroot}%{_kf5_debugdir}/ \ + fi \ + %{nil} %cmake_kf5(d:) \ bdir=. \
