Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kcalendarcore for openSUSE:Factory checked in at 2021-08-31 19:55:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kcalendarcore (Old) and /work/SRC/openSUSE:Factory/.kcalendarcore.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kcalendarcore" Tue Aug 31 19:55:01 2021 rev:23 rq:914619 version:5.85.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kcalendarcore/kcalendarcore.changes 2021-08-16 10:11:22.643113191 +0200 +++ /work/SRC/openSUSE:Factory/.kcalendarcore.new.1899/kcalendarcore.changes 2021-08-31 19:55:22.789938457 +0200 @@ -1,0 +2,5 @@ +Fri Aug 27 13:10:38 UTC 2021 - Christophe Giboudeaux <[email protected]> + +- Disable lto for ppc64 builds. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kcalendarcore.spec ++++++ --- /var/tmp/diff_new_pack.Wl6IjE/_old 2021-08-31 19:55:23.321939134 +0200 +++ /var/tmp/diff_new_pack.Wl6IjE/_new 2021-08-31 19:55:23.325939139 +0200 @@ -35,6 +35,7 @@ Source2: frameworks.keyring %endif BuildRequires: extra-cmake-modules >= %{_kf5_version} +BuildRequires: fdupes BuildRequires: cmake(LibIcal) >= 3.0 BuildRequires: cmake(Qt5Core) >= 5.15.0 BuildRequires: cmake(Qt5Gui) >= 5.15.0 @@ -76,12 +77,18 @@ %autosetup -p1 %build +%ifarch ppc64 +%define _lto_cflags %{nil} +%endif + %cmake_kf5 -d build %cmake_build %install %kf5_makeinstall -C build +%fdupes %{buildroot}%{_kf5_includedir} + %post -n libKF5CalendarCore5 -p /sbin/ldconfig %postun -n libKF5CalendarCore5 -p /sbin/ldconfig
