Hello community, here is the log from the commit of package clazy for openSUSE:Factory checked in at 2019-07-17 14:26:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/clazy (Old) and /work/SRC/openSUSE:Factory/.clazy.new.1887 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "clazy" Wed Jul 17 14:26:52 2019 rev:4 rq:715626 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/clazy/clazy.changes 2019-02-24 17:11:07.188496302 +0100 +++ /work/SRC/openSUSE:Factory/.clazy.new.1887/clazy.changes 2019-07-17 14:26:54.259411262 +0200 @@ -1,0 +2,6 @@ +Tue Jul 16 09:19:04 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Disable lto. +- Remove workarounds for older openSUSE versions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ clazy.spec ++++++ --- /var/tmp/diff_new_pack.l4bvrv/_old 2019-07-17 14:26:54.943409137 +0200 +++ /var/tmp/diff_new_pack.l4bvrv/_new 2019-07-17 14:26:54.943409137 +0200 @@ -28,11 +28,7 @@ BuildRequires: cmake >= 3.0 BuildRequires: libstdc++-devel BuildRequires: llvm-clang-devel >= 3.9 -%if 0%{?suse_version} == 1315 -BuildRequires: ncurses-devel -%else BuildRequires: pkgconfig(ncurses) -%endif BuildRequires: pkgconfig(zlib) %description @@ -44,14 +40,11 @@ %setup -q %build +%define _lto_cflags %{nil} export CXXFLAGS="`echo %{optflags} | sed 's#-fstack-clash-protection##'`" export CFLAGS="$CXXFLAGS" -# -Wl,--no-undefined causes linker errors on leap 42.3 -%cmake \ -%if 0%{?suse_version} == 1315 --DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed -Wl,-z,now" \ -%endif +%cmake %make_jobs
